组件封装

This commit is contained in:
2025-09-22 17:45:53 +08:00
parent fb974f1100
commit 614e5ad34e
42 changed files with 4200 additions and 552 deletions

View File

@@ -11,7 +11,6 @@
"dependencies": {
"ant-design-vue": "^4.2.6",
"axios": "^1.10.0",
"js-cookie": "^3.0.5",
"pinia": "^3.0.3",
"unplugin-vue-components": "^28.7.0",
"vue": "^3.5.13",
@@ -19,9 +18,13 @@
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.66",
"@types/event-source-polyfill": "^1.0.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"event-source-polyfill": "^1.0.31",
"js-cookie": "^3.0.5",
"sass-embedded": "^1.89.2",
"typescript": "~5.8.3",
"unplugin-icons": "^22.2.0",