@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.
- package/dist/@vtj/materials/assets/antdv/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/charts/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/element/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/icons/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/ui/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/uni-h5/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/uni-ui/index.umd.js +2 -2
- package/dist/@vtj/materials/assets/vant/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/charts/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/icons/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/icons/style.css +1 -1
- package/dist/@vtj/materials/deps/@vtj/ui/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/@vtj/utils/index.umd.js +2 -2
- package/dist/@vtj/materials/deps/hotkeys-js/hotkeys.min.js +2 -0
- package/dist/@vtj/materials/deps/uni-h5/index.umd.js +6 -6
- package/dist/assets/Editor-kx6e0Tx5-BVnhtbiv.css +1 -0
- package/dist/assets/Editor-kx6e0Tx5-Drro8HP6.js +309 -0
- package/dist/assets/{auth-BU1g2m9V.js → auth-BDaeLIgH.js} +1 -1
- package/dist/assets/{index-Bcin0Mcb.js → index-DFFN6nqN.js} +2 -2
- package/dist/assets/index-DbLwVuBm.js +1 -0
- package/dist/assets/{mockjs-DVrd8ONE.js → mockjs-DzuwJaHx.js} +1 -1
- package/dist/assets/{page-XeGEQ6Gx.js → page-Bj0iK2Rq.js} +1 -1
- package/dist/assets/{preview-DBbWvSmA.js → preview-B7Qb431f.js} +1 -1
- package/dist/assets/utils-CvjgPIO6.js +1 -0
- package/dist/index.html +3 -3
- package/dist/uni/assets/{index-Do95VDVa.js → index-DxSQR7tq.js} +4 -4
- package/dist/uni/index.html +1 -1
- package/package.json +11 -11
- package/src/.vtj/files/1a99m0h6.json +108 -0
- package/src/.vtj/histories/1a99m0h6/1a99mnpa.json +118 -0
- package/src/.vtj/histories/1a99m0h6/1a99vz9d.json +118 -0
- package/src/.vtj/histories/1a99m0h6/1a9a1im3.json +118 -0
- package/src/.vtj/histories/1a99m0h6/1a9a8cp6.json +118 -0
- package/src/.vtj/histories/1a99m0h6/1a9ajtfk.json +118 -0
- package/src/.vtj/histories/1a99m0h6/1a9awy1w.json +113 -0
- package/src/.vtj/histories/1a99m0h6/2a99o0ne.json +118 -0
- package/src/.vtj/histories/1a99m0h6/2a9a1yso.json +118 -0
- package/src/.vtj/histories/1a99m0h6/3a99rf7k.json +118 -0
- package/src/.vtj/histories/1a99m0h6/4a99t0db.json +118 -0
- package/src/.vtj/histories/1a99m0h6/5a99t9vt.json +118 -0
- package/src/.vtj/histories/1a99m0h6.json +60 -0
- package/src/.vtj/materials/@vtj/pro.json +8246 -0
- package/src/.vtj/projects/@vtj/pro.json +247 -0
- package/dist/assets/Editor-CLb3krdP-C8r-IoQB.js +0 -307
- package/dist/assets/Editor-CLb3krdP-CF39O6J0.css +0 -1
- package/dist/assets/index-TDxfKkT3.js +0 -1
- package/dist/assets/utils-BgbpVBXT.js +0 -1
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1a99vz9d",
|
|
3
|
+
"label": "2025/9/16 10:23:47",
|
|
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__": "1757989427520",
|
|
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": "1a9a1im3",
|
|
3
|
+
"label": "2025/9/16 10:28:05",
|
|
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], 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__": "1757989685882",
|
|
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": "1a9a8cp6",
|
|
3
|
+
"label": "2025/9/16 10:33:24",
|
|
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], 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__": "1757990004809",
|
|
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": "1a9ajtfk",
|
|
3
|
+
"label": "2025/9/16 10:42:19",
|
|
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], uni)\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__": "1757990539711",
|
|
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,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1a9awy1w",
|
|
3
|
+
"label": "2025/9/16 10:52:32",
|
|
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
|
+
"methods": {
|
|
17
|
+
"enterApp": {
|
|
18
|
+
"type": "JSFunction",
|
|
19
|
+
"value": "() => {\n this.$libs.UniH5.uni.showToast({ title: 'clicked!' })\n}"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"computed": {},
|
|
23
|
+
"watch": [],
|
|
24
|
+
"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}",
|
|
25
|
+
"props": [],
|
|
26
|
+
"emits": [],
|
|
27
|
+
"slots": [],
|
|
28
|
+
"dataSources": {},
|
|
29
|
+
"__VTJ_BLOCK__": true,
|
|
30
|
+
"__VERSION__": "1757991152226",
|
|
31
|
+
"id": "1a99m0h6",
|
|
32
|
+
"nodes": [
|
|
33
|
+
{
|
|
34
|
+
"id": "18o4z7x6",
|
|
35
|
+
"name": "View",
|
|
36
|
+
"from": "",
|
|
37
|
+
"invisible": false,
|
|
38
|
+
"locked": false,
|
|
39
|
+
"children": [
|
|
40
|
+
{
|
|
41
|
+
"id": "28o4z7x6",
|
|
42
|
+
"name": "View",
|
|
43
|
+
"from": "",
|
|
44
|
+
"invisible": false,
|
|
45
|
+
"locked": false,
|
|
46
|
+
"children": [
|
|
47
|
+
{
|
|
48
|
+
"id": "38o4z7x6",
|
|
49
|
+
"name": "Image",
|
|
50
|
+
"from": "",
|
|
51
|
+
"invisible": false,
|
|
52
|
+
"locked": false,
|
|
53
|
+
"children": [],
|
|
54
|
+
"props": {
|
|
55
|
+
"class": "logo",
|
|
56
|
+
"src": "https://picsum.photos/200/200?random=1",
|
|
57
|
+
"alt": "App Logo"
|
|
58
|
+
},
|
|
59
|
+
"directives": [],
|
|
60
|
+
"events": {}
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"props": {
|
|
64
|
+
"class": "logo-container"
|
|
65
|
+
},
|
|
66
|
+
"directives": [],
|
|
67
|
+
"events": {}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "48o4z7x6",
|
|
71
|
+
"name": "View",
|
|
72
|
+
"from": "",
|
|
73
|
+
"invisible": false,
|
|
74
|
+
"locked": false,
|
|
75
|
+
"children": "我的应用",
|
|
76
|
+
"props": {
|
|
77
|
+
"class": "app-name"
|
|
78
|
+
},
|
|
79
|
+
"directives": [],
|
|
80
|
+
"events": {}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "58o4z7x6",
|
|
84
|
+
"name": "View",
|
|
85
|
+
"from": "",
|
|
86
|
+
"invisible": false,
|
|
87
|
+
"locked": false,
|
|
88
|
+
"children": " 立即体验 ",
|
|
89
|
+
"props": {
|
|
90
|
+
"class": "enter-btn"
|
|
91
|
+
},
|
|
92
|
+
"directives": [],
|
|
93
|
+
"events": {
|
|
94
|
+
"click": {
|
|
95
|
+
"name": "click",
|
|
96
|
+
"handler": {
|
|
97
|
+
"type": "JSFunction",
|
|
98
|
+
"value": "this.enterApp"
|
|
99
|
+
},
|
|
100
|
+
"modifiers": {}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"props": {
|
|
106
|
+
"class": "launch-page"
|
|
107
|
+
},
|
|
108
|
+
"directives": [],
|
|
109
|
+
"events": {}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
}
|