@vtj/pro 0.13.12 → 0.13.14

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/block.json +304 -0
  2. package/dist/@vtj/materials/assets/antdv/index.umd.js +2 -2
  3. package/dist/@vtj/materials/assets/charts/index.umd.js +2 -2
  4. package/dist/@vtj/materials/assets/element/index.umd.js +2 -2
  5. package/dist/@vtj/materials/assets/icons/index.umd.js +2 -2
  6. package/dist/@vtj/materials/assets/ui/index.umd.js +2 -2
  7. package/dist/@vtj/materials/assets/uni-h5/index.umd.js +2 -2
  8. package/dist/@vtj/materials/assets/uni-ui/index.umd.js +2 -2
  9. package/dist/@vtj/materials/assets/vant/index.umd.js +2 -2
  10. package/dist/@vtj/materials/deps/@vtj/charts/index.umd.js +2 -2
  11. package/dist/@vtj/materials/deps/@vtj/icons/index.umd.js +2 -2
  12. package/dist/@vtj/materials/deps/@vtj/icons/style.css +1 -1
  13. package/dist/@vtj/materials/deps/@vtj/ui/index.umd.js +8 -8
  14. package/dist/@vtj/materials/deps/@vtj/ui/style.css +1 -1
  15. package/dist/@vtj/materials/deps/@vtj/utils/index.umd.js +5 -5
  16. package/dist/@vtj/materials/deps/uni-ui/index.umd.js +1 -1
  17. package/dist/@vtj/materials/deps/uni-ui/style.css +1 -1
  18. package/dist/@vtj/materials/deps/vue/vue.global.js +70 -83
  19. package/dist/@vtj/materials/deps/vue/vue.global.prod.js +5 -5
  20. package/dist/assets/{@element-plus-icons-vue-BPBtkHoV.js → @element-plus-icons-vue-CM8mFRtE.js} +1 -1
  21. package/dist/assets/{@vueuse-DVRMGY2i.js → @vueuse-DQGZ4KR4.js} +1 -1
  22. package/dist/assets/Editor-aW8OJBwm-B5qbujr2.js +302 -0
  23. package/dist/assets/Editor-aW8OJBwm-BBidmUzu.css +1 -0
  24. package/dist/assets/{auth-EVagVpSV.js → auth-CFzo0N05.js} +1 -1
  25. package/dist/assets/{element-plus-1uUiXSF2.js → element-plus-ByPIA5X9.js} +2 -2
  26. package/dist/assets/{index-CZ0wDWM3.js → index-CZcMFlK2.js} +2 -2
  27. package/dist/assets/index-D6kdtgrb.js +1 -0
  28. package/dist/assets/{mockjs-DSB1iwx3.js → mockjs-CBX8QfCC.js} +1 -1
  29. package/dist/assets/page-CAr9Uia9.js +2 -0
  30. package/dist/assets/preview-DnOOX7ZI.js +2 -0
  31. package/dist/assets/{shared-D7vLP88D.js → shared-CiMZBXIr.js} +3 -3
  32. package/dist/assets/{uni-page-Bs0TAzEa.js → uni-page-CHxZwhGN.js} +1 -1
  33. package/dist/assets/utils-TVkozFJc.js +1 -0
  34. package/dist/assets/vue-CWi9lEhc.js +34 -0
  35. package/dist/assets/{vue-router-CezURGfh.js → vue-router-BUqJHGtN.js} +1 -1
  36. package/dist/assets/{vxe-BRd2BF4z.js → vxe-BRrz13Uv.js} +1 -1
  37. package/dist/index.html +9 -9
  38. package/dist/uni/assets/{index-qH01qKak.js → index-DsaNk-Sl.js} +5 -5
  39. package/dist/uni/index.html +1 -1
  40. package/package.json +11 -11
  41. package/dist/assets/Editor-ByFYV0N9-B89jai6q.css +0 -1
  42. package/dist/assets/Editor-ByFYV0N9-CSPjvpiB.js +0 -299
  43. package/dist/assets/index-CZc39s4A.js +0 -1
  44. package/dist/assets/page-DtGjQMhq.js +0 -2
  45. package/dist/assets/preview-BG1JcTnx.js +0 -2
  46. package/dist/assets/utils-BorEMoTp.js +0 -1
  47. package/dist/assets/vue-ipWmmxHk.js +0 -34
@@ -0,0 +1,304 @@
1
+ {
2
+ "name": "Welcom",
3
+ "locked": false,
4
+ "inject": [],
5
+ "state": {},
6
+ "lifeCycles": {},
7
+ "methods": {
8
+ "goToPlatform": {
9
+ "type": "JSFunction",
10
+ "value": "() => {\n this.$router.push({ path: '/home' });\n}"
11
+ }
12
+ },
13
+ "computed": {},
14
+ "watch": [],
15
+ "css": ".welcome-page {\n min-height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(to right, #0072ff, #00c6ff);\n padding: 20px;\n box-sizing: border-box;\n}\n\n.welcome-card {\n background: rgba(255, 255, 255, 0.96);\n border-radius: 20px;\n padding: 50px 40px;\n max-width: 900px;\n width: 100%;\n box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.welcome-logo {\n width: 150px;\n height: 150px;\n border-radius: 50%;\n margin-bottom: 25px;\n box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n}\n\n.welcome-title {\n font-size: 34px;\n font-weight: 800;\n margin-bottom: 12px;\n background: linear-gradient(90deg, #409EFF, #36D1DC);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n}\n\n.welcome-subtitle {\n font-size: 18px;\n color: #666;\n margin-bottom: 40px;\n}\n\n.welcome-features {\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n gap: 40px;\n margin-bottom: 40px;\n}\n\n.feature-item {\n display: flex;\n flex-direction: column;\n align-items: center;\n background: #f7f9fc;\n padding: 20px 25px;\n border-radius: 14px;\n transition: all 0.3s ease;\n width: 180px;\n}\n\n.feature-item:hover {\n transform: translateY(-6px);\n box-shadow: 0 8px 20px rgba(64, 158, 255, 0.2);\n}\n\n.feature-text {\n margin-top: 10px;\n font-size: 15px;\n font-weight: 500;\n color: #333;\n}\n\n.enter-btn {\n background: linear-gradient(90deg, #36D1DC, #5B86E5);\n border: none;\n font-size: 18px;\n font-weight: bold;\n padding: 12px 30px;\n border-radius: 30px;\n box-shadow: 0 6px 20px rgba(91, 134, 229, 0.3);\n transition: all 0.3s ease;\n}\n\n.enter-btn:hover {\n transform: translateY(-3px);\n box-shadow: 0 8px 25px rgba(91, 134, 229, 0.5);\n}",
16
+ "props": [],
17
+ "emits": [],
18
+ "slots": [],
19
+ "dataSources": {},
20
+ "__VTJ_BLOCK__": true,
21
+ "__VERSION__": "1755327689575",
22
+ "id": "18rox79g",
23
+ "nodes": [
24
+ {
25
+ "id": "d48rp0dz2",
26
+ "name": "div",
27
+ "from": "",
28
+ "invisible": false,
29
+ "locked": false,
30
+ "children": [
31
+ {
32
+ "id": "d58rp0dz2",
33
+ "name": "div",
34
+ "from": "",
35
+ "invisible": false,
36
+ "locked": false,
37
+ "children": [
38
+ {
39
+ "id": "d68rp0dz2",
40
+ "name": "div",
41
+ "from": "",
42
+ "invisible": false,
43
+ "locked": false,
44
+ "children": [
45
+ {
46
+ "id": "d78rp0dz2",
47
+ "name": "img",
48
+ "from": "",
49
+ "invisible": false,
50
+ "locked": false,
51
+ "children": [],
52
+ "props": {
53
+ "alt": "VTJ.PRO Logo",
54
+ "src": "/api/oss/file/apps/samchen08.pc1/2025-08-16/5c9166hyc.svg",
55
+ "class": "welcome-logo"
56
+ },
57
+ "directives": [],
58
+ "events": {}
59
+ },
60
+ {
61
+ "id": "d88rp0dz2",
62
+ "name": "h1",
63
+ "from": "",
64
+ "invisible": false,
65
+ "locked": false,
66
+ "children": "欢迎使用 VTJ.PRO 低代码平台",
67
+ "props": {
68
+ "class": "welcome-title"
69
+ },
70
+ "directives": [],
71
+ "events": {}
72
+ },
73
+ {
74
+ "id": "d98rp0dz2",
75
+ "name": "p",
76
+ "from": "",
77
+ "invisible": false,
78
+ "locked": false,
79
+ "children": "快速构建高效、可扩展的 Web 应用",
80
+ "props": {
81
+ "class": "welcome-subtitle"
82
+ },
83
+ "directives": [],
84
+ "events": {}
85
+ }
86
+ ],
87
+ "props": {
88
+ "class": "welcome-header"
89
+ },
90
+ "directives": [],
91
+ "events": {}
92
+ },
93
+ {
94
+ "id": "da8rp0dz2",
95
+ "name": "div",
96
+ "from": "",
97
+ "invisible": false,
98
+ "locked": false,
99
+ "children": [
100
+ {
101
+ "id": "db8rp0dz2",
102
+ "name": "div",
103
+ "from": "",
104
+ "invisible": false,
105
+ "locked": false,
106
+ "children": [
107
+ {
108
+ "id": "dc8rp0dz2",
109
+ "name": "XIcon",
110
+ "from": "@vtj/ui",
111
+ "invisible": false,
112
+ "locked": false,
113
+ "children": [],
114
+ "props": {
115
+ "icon": {
116
+ "type": "JSExpression",
117
+ "value": "this.$libs.VtjIcons.User"
118
+ },
119
+ "size": {
120
+ "type": "JSExpression",
121
+ "value": "40"
122
+ },
123
+ "color": "#409EFF"
124
+ },
125
+ "directives": [],
126
+ "events": {}
127
+ },
128
+ {
129
+ "id": "dd8rp0dz2",
130
+ "name": "span",
131
+ "from": "",
132
+ "invisible": false,
133
+ "locked": false,
134
+ "children": "可视化页面搭建",
135
+ "props": {
136
+ "class": "feature-text"
137
+ },
138
+ "directives": [],
139
+ "events": {}
140
+ }
141
+ ],
142
+ "props": {
143
+ "class": "feature-item"
144
+ },
145
+ "directives": [],
146
+ "events": {}
147
+ },
148
+ {
149
+ "id": "de8rp0dz2",
150
+ "name": "div",
151
+ "from": "",
152
+ "invisible": false,
153
+ "locked": false,
154
+ "children": [
155
+ {
156
+ "id": "df8rp0dz2",
157
+ "name": "XIcon",
158
+ "from": "@vtj/ui",
159
+ "invisible": false,
160
+ "locked": false,
161
+ "children": [],
162
+ "props": {
163
+ "icon": {
164
+ "type": "JSExpression",
165
+ "value": "this.$libs.VtjIcons.Setting"
166
+ },
167
+ "size": {
168
+ "type": "JSExpression",
169
+ "value": "40"
170
+ },
171
+ "color": "#67C23A"
172
+ },
173
+ "directives": [],
174
+ "events": {}
175
+ },
176
+ {
177
+ "id": "dg8rp0dz2",
178
+ "name": "span",
179
+ "from": "",
180
+ "invisible": false,
181
+ "locked": false,
182
+ "children": "模块化组件管理",
183
+ "props": {
184
+ "class": "feature-text"
185
+ },
186
+ "directives": [],
187
+ "events": {}
188
+ }
189
+ ],
190
+ "props": {
191
+ "class": "feature-item"
192
+ },
193
+ "directives": [],
194
+ "events": {}
195
+ },
196
+ {
197
+ "id": "dh8rp0dz2",
198
+ "name": "div",
199
+ "from": "",
200
+ "invisible": false,
201
+ "locked": false,
202
+ "children": [
203
+ {
204
+ "id": "di8rp0dz2",
205
+ "name": "XIcon",
206
+ "from": "@vtj/ui",
207
+ "invisible": false,
208
+ "locked": false,
209
+ "children": [],
210
+ "props": {
211
+ "icon": {
212
+ "type": "JSExpression",
213
+ "value": "this.$libs.VtjIcons.DataAnalysis"
214
+ },
215
+ "size": {
216
+ "type": "JSExpression",
217
+ "value": "40"
218
+ },
219
+ "color": "#E6A23C"
220
+ },
221
+ "directives": [],
222
+ "events": {}
223
+ },
224
+ {
225
+ "id": "dj8rp0dz3",
226
+ "name": "span",
227
+ "from": "",
228
+ "invisible": false,
229
+ "locked": false,
230
+ "children": "数据驱动与智能化",
231
+ "props": {
232
+ "class": "feature-text"
233
+ },
234
+ "directives": [],
235
+ "events": {}
236
+ }
237
+ ],
238
+ "props": {
239
+ "class": "feature-item"
240
+ },
241
+ "directives": [],
242
+ "events": {}
243
+ }
244
+ ],
245
+ "props": {
246
+ "class": "welcome-features"
247
+ },
248
+ "directives": [],
249
+ "events": {}
250
+ },
251
+ {
252
+ "id": "dk8rp0dz3",
253
+ "name": "div",
254
+ "from": "",
255
+ "invisible": false,
256
+ "locked": false,
257
+ "children": [
258
+ {
259
+ "id": "dl8rp0dz3",
260
+ "name": "ElButton",
261
+ "from": "",
262
+ "invisible": false,
263
+ "locked": false,
264
+ "children": "🚀 进入平台",
265
+ "props": {
266
+ "size": "large",
267
+ "type": "primary",
268
+ "class": "enter-btn"
269
+ },
270
+ "directives": [],
271
+ "events": {
272
+ "click": {
273
+ "name": "click",
274
+ "handler": {
275
+ "type": "JSFunction",
276
+ "value": "this.goToPlatform"
277
+ },
278
+ "modifiers": {}
279
+ }
280
+ }
281
+ }
282
+ ],
283
+ "props": {
284
+ "class": "welcome-action"
285
+ },
286
+ "directives": [],
287
+ "events": {}
288
+ }
289
+ ],
290
+ "props": {
291
+ "class": "welcome-card"
292
+ },
293
+ "directives": [],
294
+ "events": {}
295
+ }
296
+ ],
297
+ "props": {
298
+ "class": "welcome-page"
299
+ },
300
+ "directives": [],
301
+ "events": {}
302
+ }
303
+ ]
304
+ }