@vtj/pro 0.13.24 → 0.13.25

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.
Files changed (47) hide show
  1. package/dist/@vtj/materials/assets/antdv/index.umd.js +2 -2
  2. package/dist/@vtj/materials/assets/charts/index.umd.js +2 -2
  3. package/dist/@vtj/materials/assets/element/index.umd.js +2 -2
  4. package/dist/@vtj/materials/assets/icons/index.umd.js +2 -2
  5. package/dist/@vtj/materials/assets/ui/index.umd.js +2 -2
  6. package/dist/@vtj/materials/assets/uni-h5/index.umd.js +2 -2
  7. package/dist/@vtj/materials/assets/uni-ui/index.umd.js +2 -2
  8. package/dist/@vtj/materials/assets/vant/index.umd.js +2 -2
  9. package/dist/@vtj/materials/deps/@vtj/charts/index.umd.js +2 -2
  10. package/dist/@vtj/materials/deps/@vtj/icons/index.umd.js +2 -2
  11. package/dist/@vtj/materials/deps/@vtj/icons/style.css +1 -1
  12. package/dist/@vtj/materials/deps/@vtj/ui/index.umd.js +2 -2
  13. package/dist/@vtj/materials/deps/@vtj/utils/index.umd.js +2 -2
  14. package/dist/@vtj/materials/deps/hotkeys-js/hotkeys.min.js +2 -0
  15. package/dist/@vtj/materials/deps/uni-h5/index.umd.js +6 -6
  16. package/dist/assets/Editor-kx6e0Tx5-BVnhtbiv.css +1 -0
  17. package/dist/assets/Editor-kx6e0Tx5-Drro8HP6.js +309 -0
  18. package/dist/assets/{auth-BU1g2m9V.js → auth-BDaeLIgH.js} +1 -1
  19. package/dist/assets/{index-Bcin0Mcb.js → index-DFFN6nqN.js} +2 -2
  20. package/dist/assets/index-DbLwVuBm.js +1 -0
  21. package/dist/assets/{mockjs-DVrd8ONE.js → mockjs-DzuwJaHx.js} +1 -1
  22. package/dist/assets/{page-XeGEQ6Gx.js → page-Bj0iK2Rq.js} +1 -1
  23. package/dist/assets/{preview-DBbWvSmA.js → preview-B7Qb431f.js} +1 -1
  24. package/dist/assets/utils-CvjgPIO6.js +1 -0
  25. package/dist/index.html +3 -3
  26. package/dist/uni/assets/{index-Do95VDVa.js → index-DxSQR7tq.js} +4 -4
  27. package/dist/uni/index.html +1 -1
  28. package/package.json +11 -11
  29. package/src/.vtj/files/1a99m0h6.json +108 -0
  30. package/src/.vtj/histories/1a99m0h6/1a99mnpa.json +118 -0
  31. package/src/.vtj/histories/1a99m0h6/1a99vz9d.json +118 -0
  32. package/src/.vtj/histories/1a99m0h6/1a9a1im3.json +118 -0
  33. package/src/.vtj/histories/1a99m0h6/1a9a8cp6.json +118 -0
  34. package/src/.vtj/histories/1a99m0h6/1a9ajtfk.json +118 -0
  35. package/src/.vtj/histories/1a99m0h6/1a9awy1w.json +113 -0
  36. package/src/.vtj/histories/1a99m0h6/2a99o0ne.json +118 -0
  37. package/src/.vtj/histories/1a99m0h6/2a9a1yso.json +118 -0
  38. package/src/.vtj/histories/1a99m0h6/3a99rf7k.json +118 -0
  39. package/src/.vtj/histories/1a99m0h6/4a99t0db.json +118 -0
  40. package/src/.vtj/histories/1a99m0h6/5a99t9vt.json +118 -0
  41. package/src/.vtj/histories/1a99m0h6.json +60 -0
  42. package/src/.vtj/materials/@vtj/pro.json +8246 -0
  43. package/src/.vtj/projects/@vtj/pro.json +247 -0
  44. package/dist/assets/Editor-CLb3krdP-C8r-IoQB.js +0 -307
  45. package/dist/assets/Editor-CLb3krdP-CF39O6J0.css +0 -1
  46. package/dist/assets/index-TDxfKkT3.js +0 -1
  47. package/dist/assets/utils-BgbpVBXT.js +0 -1
@@ -0,0 +1,118 @@
1
+ {
2
+ "id": "2a99o0ne",
3
+ "label": "2025/9/16 10:17:36",
4
+ "remark": "",
5
+ "dsl": {
6
+ "name": "LaunchPage",
7
+ "locked": false,
8
+ "inject": [],
9
+ "state": {
10
+ "countDown": {
11
+ "type": "JSExpression",
12
+ "value": "3"
13
+ }
14
+ },
15
+ "lifeCycles": {
16
+ "onLoad": {
17
+ "type": "JSFunction",
18
+ "value": "() => {\n console.log(window, window.getApp)\n}"
19
+ }
20
+ },
21
+ "methods": {
22
+ "enterApp": {
23
+ "type": "JSFunction",
24
+ "value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
25
+ }
26
+ },
27
+ "computed": {},
28
+ "watch": [],
29
+ "css": ".launch-page {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 100vh;\n background: linear-gradient(135deg, #6e8efb, #a777e3);\n}\n\n.logo-container {\n margin-bottom: 40px;\n}\n\n.logo {\n width: 150px;\n height: 150px;\n border-radius: 30px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n}\n\n.app-name {\n font-size: 28px;\n color: white;\n font-weight: bold;\n margin-bottom: 60px;\n text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n.enter-btn {\n padding: 12px 40px;\n background-color: white;\n color: #6e8efb;\n border-radius: 25px;\n font-weight: bold;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.enter-btn:active {\n transform: scale(0.95);\n}",
30
+ "props": [],
31
+ "emits": [],
32
+ "slots": [],
33
+ "dataSources": {},
34
+ "__VTJ_BLOCK__": true,
35
+ "__VERSION__": "1757989056072",
36
+ "id": "1a99m0h6",
37
+ "nodes": [
38
+ {
39
+ "id": "18o4z7x6",
40
+ "name": "View",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "28o4z7x6",
47
+ "name": "View",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [
52
+ {
53
+ "id": "38o4z7x6",
54
+ "name": "Image",
55
+ "from": "",
56
+ "invisible": false,
57
+ "locked": false,
58
+ "children": [],
59
+ "props": {
60
+ "class": "logo",
61
+ "src": "https://picsum.photos/200/200?random=1",
62
+ "alt": "App Logo"
63
+ },
64
+ "directives": [],
65
+ "events": {}
66
+ }
67
+ ],
68
+ "props": {
69
+ "class": "logo-container"
70
+ },
71
+ "directives": [],
72
+ "events": {}
73
+ },
74
+ {
75
+ "id": "48o4z7x6",
76
+ "name": "View",
77
+ "from": "",
78
+ "invisible": false,
79
+ "locked": false,
80
+ "children": "我的应用",
81
+ "props": {
82
+ "class": "app-name"
83
+ },
84
+ "directives": [],
85
+ "events": {}
86
+ },
87
+ {
88
+ "id": "58o4z7x6",
89
+ "name": "View",
90
+ "from": "",
91
+ "invisible": false,
92
+ "locked": false,
93
+ "children": " 立即体验 ",
94
+ "props": {
95
+ "class": "enter-btn"
96
+ },
97
+ "directives": [],
98
+ "events": {
99
+ "click": {
100
+ "name": "click",
101
+ "handler": {
102
+ "type": "JSFunction",
103
+ "value": "this.enterApp"
104
+ },
105
+ "modifiers": {}
106
+ }
107
+ }
108
+ }
109
+ ],
110
+ "props": {
111
+ "class": "launch-page"
112
+ },
113
+ "directives": [],
114
+ "events": {}
115
+ }
116
+ ]
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "id": "2a9a1yso",
3
+ "label": "2025/9/16 10:28:26",
4
+ "remark": "",
5
+ "dsl": {
6
+ "name": "LaunchPage",
7
+ "locked": false,
8
+ "inject": [],
9
+ "state": {
10
+ "countDown": {
11
+ "type": "JSExpression",
12
+ "value": "3"
13
+ }
14
+ },
15
+ "lifeCycles": {
16
+ "onLoad": {
17
+ "type": "JSFunction",
18
+ "value": "() => {\n console.log(window, window[0], window.getApp)\n}"
19
+ }
20
+ },
21
+ "methods": {
22
+ "enterApp": {
23
+ "type": "JSFunction",
24
+ "value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
25
+ }
26
+ },
27
+ "computed": {},
28
+ "watch": [],
29
+ "css": ".launch-page {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 100vh;\n background: linear-gradient(135deg, #6e8efb, #a777e3);\n}\n\n.logo-container {\n margin-bottom: 40px;\n}\n\n.logo {\n width: 150px;\n height: 150px;\n border-radius: 30px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n}\n\n.app-name {\n font-size: 28px;\n color: white;\n font-weight: bold;\n margin-bottom: 60px;\n text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n.enter-btn {\n padding: 12px 40px;\n background-color: white;\n color: #6e8efb;\n border-radius: 25px;\n font-weight: bold;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.enter-btn:active {\n transform: scale(0.95);\n}",
30
+ "props": [],
31
+ "emits": [],
32
+ "slots": [],
33
+ "dataSources": {},
34
+ "__VTJ_BLOCK__": true,
35
+ "__VERSION__": "1757989706855",
36
+ "id": "1a99m0h6",
37
+ "nodes": [
38
+ {
39
+ "id": "18o4z7x6",
40
+ "name": "View",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "28o4z7x6",
47
+ "name": "View",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [
52
+ {
53
+ "id": "38o4z7x6",
54
+ "name": "Image",
55
+ "from": "",
56
+ "invisible": false,
57
+ "locked": false,
58
+ "children": [],
59
+ "props": {
60
+ "class": "logo",
61
+ "src": "https://picsum.photos/200/200?random=1",
62
+ "alt": "App Logo"
63
+ },
64
+ "directives": [],
65
+ "events": {}
66
+ }
67
+ ],
68
+ "props": {
69
+ "class": "logo-container"
70
+ },
71
+ "directives": [],
72
+ "events": {}
73
+ },
74
+ {
75
+ "id": "48o4z7x6",
76
+ "name": "View",
77
+ "from": "",
78
+ "invisible": false,
79
+ "locked": false,
80
+ "children": "我的应用",
81
+ "props": {
82
+ "class": "app-name"
83
+ },
84
+ "directives": [],
85
+ "events": {}
86
+ },
87
+ {
88
+ "id": "58o4z7x6",
89
+ "name": "View",
90
+ "from": "",
91
+ "invisible": false,
92
+ "locked": false,
93
+ "children": " 立即体验 ",
94
+ "props": {
95
+ "class": "enter-btn"
96
+ },
97
+ "directives": [],
98
+ "events": {
99
+ "click": {
100
+ "name": "click",
101
+ "handler": {
102
+ "type": "JSFunction",
103
+ "value": "this.enterApp"
104
+ },
105
+ "modifiers": {}
106
+ }
107
+ }
108
+ }
109
+ ],
110
+ "props": {
111
+ "class": "launch-page"
112
+ },
113
+ "directives": [],
114
+ "events": {}
115
+ }
116
+ ]
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "id": "3a99rf7k",
3
+ "label": "2025/9/16 10:20:14",
4
+ "remark": "",
5
+ "dsl": {
6
+ "name": "LaunchPage",
7
+ "locked": false,
8
+ "inject": [],
9
+ "state": {
10
+ "countDown": {
11
+ "type": "JSExpression",
12
+ "value": "3"
13
+ }
14
+ },
15
+ "lifeCycles": {
16
+ "onLoad": {
17
+ "type": "JSFunction",
18
+ "value": "() => {\n console.log(window[0], window[0].getApp)\n}"
19
+ }
20
+ },
21
+ "methods": {
22
+ "enterApp": {
23
+ "type": "JSFunction",
24
+ "value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
25
+ }
26
+ },
27
+ "computed": {},
28
+ "watch": [],
29
+ "css": ".launch-page {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 100vh;\n background: linear-gradient(135deg, #6e8efb, #a777e3);\n}\n\n.logo-container {\n margin-bottom: 40px;\n}\n\n.logo {\n width: 150px;\n height: 150px;\n border-radius: 30px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n}\n\n.app-name {\n font-size: 28px;\n color: white;\n font-weight: bold;\n margin-bottom: 60px;\n text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n.enter-btn {\n padding: 12px 40px;\n background-color: white;\n color: #6e8efb;\n border-radius: 25px;\n font-weight: bold;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.enter-btn:active {\n transform: scale(0.95);\n}",
30
+ "props": [],
31
+ "emits": [],
32
+ "slots": [],
33
+ "dataSources": {},
34
+ "__VTJ_BLOCK__": true,
35
+ "__VERSION__": "1757989214910",
36
+ "id": "1a99m0h6",
37
+ "nodes": [
38
+ {
39
+ "id": "18o4z7x6",
40
+ "name": "View",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "28o4z7x6",
47
+ "name": "View",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [
52
+ {
53
+ "id": "38o4z7x6",
54
+ "name": "Image",
55
+ "from": "",
56
+ "invisible": false,
57
+ "locked": false,
58
+ "children": [],
59
+ "props": {
60
+ "class": "logo",
61
+ "src": "https://picsum.photos/200/200?random=1",
62
+ "alt": "App Logo"
63
+ },
64
+ "directives": [],
65
+ "events": {}
66
+ }
67
+ ],
68
+ "props": {
69
+ "class": "logo-container"
70
+ },
71
+ "directives": [],
72
+ "events": {}
73
+ },
74
+ {
75
+ "id": "48o4z7x6",
76
+ "name": "View",
77
+ "from": "",
78
+ "invisible": false,
79
+ "locked": false,
80
+ "children": "我的应用",
81
+ "props": {
82
+ "class": "app-name"
83
+ },
84
+ "directives": [],
85
+ "events": {}
86
+ },
87
+ {
88
+ "id": "58o4z7x6",
89
+ "name": "View",
90
+ "from": "",
91
+ "invisible": false,
92
+ "locked": false,
93
+ "children": " 立即体验 ",
94
+ "props": {
95
+ "class": "enter-btn"
96
+ },
97
+ "directives": [],
98
+ "events": {
99
+ "click": {
100
+ "name": "click",
101
+ "handler": {
102
+ "type": "JSFunction",
103
+ "value": "this.enterApp"
104
+ },
105
+ "modifiers": {}
106
+ }
107
+ }
108
+ }
109
+ ],
110
+ "props": {
111
+ "class": "launch-page"
112
+ },
113
+ "directives": [],
114
+ "events": {}
115
+ }
116
+ ]
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "id": "4a99t0db",
3
+ "label": "2025/9/16 10:21:28",
4
+ "remark": "",
5
+ "dsl": {
6
+ "name": "LaunchPage",
7
+ "locked": false,
8
+ "inject": [],
9
+ "state": {
10
+ "countDown": {
11
+ "type": "JSExpression",
12
+ "value": "3"
13
+ }
14
+ },
15
+ "lifeCycles": {
16
+ "onLoad": {
17
+ "type": "JSFunction",
18
+ "value": "() => {\n console.log(window, window[0], window[0].getApp)\n}"
19
+ }
20
+ },
21
+ "methods": {
22
+ "enterApp": {
23
+ "type": "JSFunction",
24
+ "value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
25
+ }
26
+ },
27
+ "computed": {},
28
+ "watch": [],
29
+ "css": ".launch-page {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 100vh;\n background: linear-gradient(135deg, #6e8efb, #a777e3);\n}\n\n.logo-container {\n margin-bottom: 40px;\n}\n\n.logo {\n width: 150px;\n height: 150px;\n border-radius: 30px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n}\n\n.app-name {\n font-size: 28px;\n color: white;\n font-weight: bold;\n margin-bottom: 60px;\n text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n.enter-btn {\n padding: 12px 40px;\n background-color: white;\n color: #6e8efb;\n border-radius: 25px;\n font-weight: bold;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.enter-btn:active {\n transform: scale(0.95);\n}",
30
+ "props": [],
31
+ "emits": [],
32
+ "slots": [],
33
+ "dataSources": {},
34
+ "__VTJ_BLOCK__": true,
35
+ "__VERSION__": "1757989288989",
36
+ "id": "1a99m0h6",
37
+ "nodes": [
38
+ {
39
+ "id": "18o4z7x6",
40
+ "name": "View",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "28o4z7x6",
47
+ "name": "View",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [
52
+ {
53
+ "id": "38o4z7x6",
54
+ "name": "Image",
55
+ "from": "",
56
+ "invisible": false,
57
+ "locked": false,
58
+ "children": [],
59
+ "props": {
60
+ "class": "logo",
61
+ "src": "https://picsum.photos/200/200?random=1",
62
+ "alt": "App Logo"
63
+ },
64
+ "directives": [],
65
+ "events": {}
66
+ }
67
+ ],
68
+ "props": {
69
+ "class": "logo-container"
70
+ },
71
+ "directives": [],
72
+ "events": {}
73
+ },
74
+ {
75
+ "id": "48o4z7x6",
76
+ "name": "View",
77
+ "from": "",
78
+ "invisible": false,
79
+ "locked": false,
80
+ "children": "我的应用",
81
+ "props": {
82
+ "class": "app-name"
83
+ },
84
+ "directives": [],
85
+ "events": {}
86
+ },
87
+ {
88
+ "id": "58o4z7x6",
89
+ "name": "View",
90
+ "from": "",
91
+ "invisible": false,
92
+ "locked": false,
93
+ "children": " 立即体验 ",
94
+ "props": {
95
+ "class": "enter-btn"
96
+ },
97
+ "directives": [],
98
+ "events": {
99
+ "click": {
100
+ "name": "click",
101
+ "handler": {
102
+ "type": "JSFunction",
103
+ "value": "this.enterApp"
104
+ },
105
+ "modifiers": {}
106
+ }
107
+ }
108
+ }
109
+ ],
110
+ "props": {
111
+ "class": "launch-page"
112
+ },
113
+ "directives": [],
114
+ "events": {}
115
+ }
116
+ ]
117
+ }
118
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "id": "5a99t9vt",
3
+ "label": "2025/9/16 10:21:41",
4
+ "remark": "",
5
+ "dsl": {
6
+ "name": "LaunchPage",
7
+ "locked": false,
8
+ "inject": [],
9
+ "state": {
10
+ "countDown": {
11
+ "type": "JSExpression",
12
+ "value": "3"
13
+ }
14
+ },
15
+ "lifeCycles": {
16
+ "onLoad": {
17
+ "type": "JSFunction",
18
+ "value": "() => {\n console.log(window, window[0], window[0].getApp, getApp)\n}"
19
+ }
20
+ },
21
+ "methods": {
22
+ "enterApp": {
23
+ "type": "JSFunction",
24
+ "value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
25
+ }
26
+ },
27
+ "computed": {},
28
+ "watch": [],
29
+ "css": ".launch-page {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: 100vh;\n background: linear-gradient(135deg, #6e8efb, #a777e3);\n}\n\n.logo-container {\n margin-bottom: 40px;\n}\n\n.logo {\n width: 150px;\n height: 150px;\n border-radius: 30px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n}\n\n.app-name {\n font-size: 28px;\n color: white;\n font-weight: bold;\n margin-bottom: 60px;\n text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n}\n\n.enter-btn {\n padding: 12px 40px;\n background-color: white;\n color: #6e8efb;\n border-radius: 25px;\n font-weight: bold;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.enter-btn:active {\n transform: scale(0.95);\n}",
30
+ "props": [],
31
+ "emits": [],
32
+ "slots": [],
33
+ "dataSources": {},
34
+ "__VTJ_BLOCK__": true,
35
+ "__VERSION__": "1757989301320",
36
+ "id": "1a99m0h6",
37
+ "nodes": [
38
+ {
39
+ "id": "18o4z7x6",
40
+ "name": "View",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "28o4z7x6",
47
+ "name": "View",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [
52
+ {
53
+ "id": "38o4z7x6",
54
+ "name": "Image",
55
+ "from": "",
56
+ "invisible": false,
57
+ "locked": false,
58
+ "children": [],
59
+ "props": {
60
+ "class": "logo",
61
+ "src": "https://picsum.photos/200/200?random=1",
62
+ "alt": "App Logo"
63
+ },
64
+ "directives": [],
65
+ "events": {}
66
+ }
67
+ ],
68
+ "props": {
69
+ "class": "logo-container"
70
+ },
71
+ "directives": [],
72
+ "events": {}
73
+ },
74
+ {
75
+ "id": "48o4z7x6",
76
+ "name": "View",
77
+ "from": "",
78
+ "invisible": false,
79
+ "locked": false,
80
+ "children": "我的应用",
81
+ "props": {
82
+ "class": "app-name"
83
+ },
84
+ "directives": [],
85
+ "events": {}
86
+ },
87
+ {
88
+ "id": "58o4z7x6",
89
+ "name": "View",
90
+ "from": "",
91
+ "invisible": false,
92
+ "locked": false,
93
+ "children": " 立即体验 ",
94
+ "props": {
95
+ "class": "enter-btn"
96
+ },
97
+ "directives": [],
98
+ "events": {
99
+ "click": {
100
+ "name": "click",
101
+ "handler": {
102
+ "type": "JSFunction",
103
+ "value": "this.enterApp"
104
+ },
105
+ "modifiers": {}
106
+ }
107
+ }
108
+ }
109
+ ],
110
+ "props": {
111
+ "class": "launch-page"
112
+ },
113
+ "directives": [],
114
+ "events": {}
115
+ }
116
+ ]
117
+ }
118
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "id": "1a99m0h6",
3
+ "items": [
4
+ {
5
+ "id": "1a9awy1w",
6
+ "label": "2025/9/16 10:52:32",
7
+ "remark": ""
8
+ },
9
+ {
10
+ "id": "1a9ajtfk",
11
+ "label": "2025/9/16 10:42:19",
12
+ "remark": ""
13
+ },
14
+ {
15
+ "id": "1a9a8cp6",
16
+ "label": "2025/9/16 10:33:24",
17
+ "remark": ""
18
+ },
19
+ {
20
+ "id": "2a9a1yso",
21
+ "label": "2025/9/16 10:28:26",
22
+ "remark": ""
23
+ },
24
+ {
25
+ "id": "1a9a1im3",
26
+ "label": "2025/9/16 10:28:05",
27
+ "remark": ""
28
+ },
29
+ {
30
+ "id": "1a99vz9d",
31
+ "label": "2025/9/16 10:23:47",
32
+ "remark": ""
33
+ },
34
+ {
35
+ "id": "5a99t9vt",
36
+ "label": "2025/9/16 10:21:41",
37
+ "remark": ""
38
+ },
39
+ {
40
+ "id": "4a99t0db",
41
+ "label": "2025/9/16 10:21:28",
42
+ "remark": ""
43
+ },
44
+ {
45
+ "id": "3a99rf7k",
46
+ "label": "2025/9/16 10:20:14",
47
+ "remark": ""
48
+ },
49
+ {
50
+ "id": "2a99o0ne",
51
+ "label": "2025/9/16 10:17:36",
52
+ "remark": ""
53
+ },
54
+ {
55
+ "id": "1a99mnpa",
56
+ "label": "2025/9/16 10:16:32",
57
+ "remark": ""
58
+ }
59
+ ]
60
+ }