mzgantt 1.0.12 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mzgantt",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
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.12/cdn/mzgantt.css" />
940
- <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.12/cdn/mzgantt.js"></script>
941
- <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.12/cdn/edit.js"></script>
942
- <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.12/cdn/export.js"></script>
943
- <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.12/cdn/mobile.js"></script>
939
+ <link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/npm/mzgantt@1.0.13/cdn/mzgantt.css" />
940
+ <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.13/cdn/mzgantt.js"></script>
941
+ <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.13/cdn/edit.js"></script>
942
+ <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.13/cdn/export.js"></script>
943
+ <script language="javascript" src="https://gcore.jsdelivr.net/npm/mzgantt@1.0.13/cdn/mobile.js"></script>
944
944
  ```
945
945
 
946
946
  2. npm版(支持vue等):直接使用npm命令安装即可。