mzgantt 2025.7.20 → 2025.7.27
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/dist/mzgantt.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mzgantt",
|
|
3
|
-
"version": "2025.7.
|
|
3
|
+
"version": "2025.7.27",
|
|
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
|
@@ -54,7 +54,7 @@ MZGantt支持js引用和npm安装两种使用方式。
|
|
|
54
54
|
// 2. 编辑功能包:MZGanttEditor(按需引入。包含甘特图编辑功能)
|
|
55
55
|
// 3. 导出功能包:MZGanttExport(按需引入。包含甘特图导出图片功能)
|
|
56
56
|
// 4. 移动端支持包:MZGanttMobile(按需引入。包含移动端支持功能)
|
|
57
|
-
import {MZGantt, MZGanttEditor} from '
|
|
57
|
+
import {MZGantt, MZGanttEditor} from '/node_modules/mzgantt';
|
|
58
58
|
|
|
59
59
|
// 获取并设置授权key
|
|
60
60
|
MZGantt.LicenseKey = "您的授权key";
|