@vtj/designer 0.16.16 → 0.16.17
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/README.md +2 -2
- package/dist/Editor-Cvt7c1SM.js +4 -0
- package/dist/{index-BFdZZysd.js → index-D1sVGKz7.js} +2009 -1936
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
- package/types/components/hooks/useDesigner.d.ts +3 -0
- package/types/components/widgets/about/index.d.ts +6 -1
- package/types/components/widgets/index.d.ts +4 -1
- package/types/framework/designer.d.ts +2 -0
- package/types/version.d.ts +2 -2
- package/dist/Editor-DIkkoBrq.js +0 -4
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
VTJ 是一款以AI驱动的Vue3前端低代码开发工具。内置低代码引擎、渲染器和代码生成器,支持Vue源码与低代码DSL双向转换,面向前端开发者,开箱即用。 无缝嵌入本地开发工程,不改变前端开发流程和编码习惯。
|
|
13
13
|
|
|
14
14
|
- **官方文档**:[https://vtj.pro](https://vtj.pro)
|
|
15
|
-
- **在线应用开发平台**:[https://
|
|
15
|
+
- **在线应用开发平台**:[https://app.vtj.pro](https://app.vtj.pro)
|
|
16
16
|
|
|
17
17
|
## 特性
|
|
18
18
|
|
|
@@ -32,7 +32,7 @@ VTJ 是一款以AI驱动的Vue3前端低代码开发工具。内置低代码引
|
|
|
32
32
|
|
|
33
33
|
### 在线体验
|
|
34
34
|
|
|
35
|
-
- [https://
|
|
35
|
+
- [https://app.vtj.pro](https://app.vtj.pro)
|
|
36
36
|
|
|
37
37
|
访问Vtj专属低代码开发平台,创建应用可以体验设计器和出码功能
|
|
38
38
|
|