mzgantt 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +5 -5
- package/cdn/mzgantt.js +1 -1
- package/dist/mzgantt.js +1 -1
- package/package.json +1 -1
- package/readme.md +5 -5
- package/sample/sample.html +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mzgantt",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "MZGantt is a Gantt chart plugin developed with native js. Various front-end frameworks can be supported, you can quickly apply it to your web applications or mobile applications.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
package/readme.md
CHANGED
|
@@ -936,11 +936,11 @@ MZGantt提供丰富接口,操作或控制甘特图数据和特征。
|
|
|
936
936
|
进入下载: <a href="https://gitee.com/tecjt_home/mzgantt_js">MZGantt甘特图插件(普通js版)</a>
|
|
937
937
|
或者使用CDN:
|
|
938
938
|
```
|
|
939
|
-
<link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
940
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
941
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
942
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
943
|
-
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
939
|
+
<link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mzgantt.css" />
|
|
940
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mzgantt.js"></script>
|
|
941
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/edit.js"></script>
|
|
942
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/export.js"></script>
|
|
943
|
+
<script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mobile.js"></script>
|
|
944
944
|
```
|
|
945
945
|
|
|
946
946
|
2. npm版(支持vue等):直接使用npm命令安装即可。
|
package/sample/sample.html
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
<meta name="author" content="ndes-global.com,tecjt.com" />
|
|
11
11
|
|
|
12
12
|
<!-- Import MZGantt CSS -->
|
|
13
|
-
<link rel="stylesheet" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
13
|
+
<link rel="stylesheet" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mzgantt.css">
|
|
14
14
|
|
|
15
15
|
<!-- Import MZGantt JS files -->
|
|
16
|
-
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
17
|
-
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
18
|
-
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
19
|
-
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.
|
|
16
|
+
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mzgantt.js"></script>
|
|
17
|
+
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/edit.js"></script>
|
|
18
|
+
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/export.js"></script>
|
|
19
|
+
<script src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.11/cdn/mobile.js"></script>
|
|
20
20
|
|
|
21
21
|
<style>
|
|
22
22
|
body {
|