@vtj/designer 0.9.0-alpha.0 → 0.9.0-alpha.2

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/index.mjs CHANGED
@@ -14,10 +14,10 @@ import Uc from "mockjs";
14
14
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
15
15
  * @name @vtj/designer
16
16
  * @author CHC chenhuachun1549@dingtalk.com
17
- * @version 0.9.0-alpha.0
17
+ * @version 0.9.0-alpha.2
18
18
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
19
19
  */
20
- const Fc = "0.9.0-alpha.0", xs = {
20
+ const Fc = "0.9.0-alpha.2", xs = {
21
21
  width: 390,
22
22
  height: 844
23
23
  }, _s = {
@@ -991,7 +991,7 @@ const Yc = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
991
991
  icon: o(Ji)
992
992
  }, {
993
993
  default: w(() => p[1] || (p[1] = [
994
- AA("发布页面")
994
+ AA("发布当前文件")
995
995
  ])),
996
996
  _: 1
997
997
  }, 8, ["icon"]),
@@ -1000,7 +1000,7 @@ const Yc = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
1000
1000
  icon: o(Wi)
1001
1001
  }, {
1002
1002
  default: w(() => p[2] || (p[2] = [
1003
- AA("整站发布")
1003
+ AA("发布整站文件")
1004
1004
  ])),
1005
1005
  _: 1
1006
1006
  }, 8, ["icon"]),
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.9.0-alpha.0",
4
+ "version": "0.9.0-alpha.2",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "html2canvas": "~1.4.1",
8
8
  "mockjs": "~1.1.0",
9
9
  "monaco-editor": "~0.52.0",
10
- "@vtj/icons": "~0.9.0-alpha.0",
11
- "@vtj/core": "~0.9.0-alpha.0",
12
- "@vtj/utils": "~0.9.0-alpha.0",
13
- "@vtj/renderer": "~0.9.0-alpha.0",
14
- "@vtj/ui": "~0.9.0-alpha.0"
10
+ "@vtj/utils": "~0.9.0-alpha.2",
11
+ "@vtj/icons": "~0.9.0-alpha.2",
12
+ "@vtj/core": "~0.9.0-alpha.2",
13
+ "@vtj/renderer": "~0.9.0-alpha.2",
14
+ "@vtj/ui": "~0.9.0-alpha.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/mockjs": "~1.0.10",
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.172
5
+ * @version 0.9.0-alpha.1
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.172";
8
+ export declare const version = "0.9.0-alpha.1";