feat: 低代码平台增加应用列表

This commit is contained in:
wangxuefeng
2025-03-04 14:46:19 +08:00
parent 09ff94c188
commit 6fc133bb7d
24 changed files with 798 additions and 785 deletions

View File

@@ -7,7 +7,10 @@
"@/*": ["src/*"],
"$vtj/*": [".vtj/*"]
},
"lib": ["ES2015", "DOM"]
"lib": ["ES2015", "DOM"],
"module": "NodeNext",
"target": "ES2022",
"moduleResolution": "NodeNext"
},
"include": ["src"],
"exclude": [".vtj"],