添加动态页功能

This commit is contained in:
2025-06-05 15:39:57 +08:00
parent c45e65433b
commit 377913b5d4
26 changed files with 1333 additions and 4 deletions

View File

@ -14,6 +14,15 @@
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@fortawesome/fontawesome-free": "6.7.2",
"amis": "6.12.0",
"amis-core": "6.12.0",
"amis-editor": "6.12.0",
"amis-editor-core": "6.12.0",
"amis-formula": "6.12.0",
"amis-theme-editor": "2.0.10",
"amis-theme-editor-helper": "2.0.27",
"amis-ui": "6.12.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
@ -21,10 +30,16 @@
"jsencrypt": "^3.3.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mobx": "^4.15.7",
"mobx-react": "^6.3.1",
"mobx-state-tree": "3.17.3",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"qs": "^6.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"tree-lodash": "^0.4.0",
"veaury": "^2.6.2",
"vue": "^3.5.13",
"vue-request": "^2.0.4",
"vue-router": "^4.5.0"
@ -46,6 +61,7 @@
"vite": "^6.3.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^3.0.0",
"vite-plugin-vue-devtools": "^7.7.5"
}
}