迁移UI框架至naive-ui,重构组件和样式,添加Gallery和Mask组件

This commit is contained in:
2025-12-28 16:45:58 +08:00
parent 4c097e4c40
commit 96edada2ff
54 changed files with 2482 additions and 2979 deletions

View File

@ -14,29 +14,28 @@
"type-check": "vue-tsc --build"
},
"dependencies": {
"@devui-design/icons": "^1.4.0",
"@imengyu/vue3-context-menu": "^1.5.2",
"@meting/core": "^1.5.13",
"@unocss/reset": "^66.3.3",
"aplayer": "^1.10.1",
"axios": "^1.11.0",
"crypto-js": "^4.2.0",
"devui-theme": "^0.0.7",
"es-toolkit": "^1.39.8",
"less": "^4.4.0",
"ng-devui": "^18.0.0",
"pinia": "^3.0.3",
"qweather-icons": "^1.7.0",
"unocss": "^66.3.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-router": "^0.15.0",
"v-infinite-scroll": "^1.0.4",
"vditor": "^3.11.2",
"vite-svg-loader": "^5.1.0",
"vue": "^3.6.0-alpha.2",
"vue-devui": "^1.6.33",
"vue-masonry": "^0.16.0",
"vue-router": "^4.5.1",
"vue3-cookies": "^1.0.6",
"vue3-masonry-plus": "^1.2.5",
"vue3-perfect-scrollbar": "^2.0.0",
"vue3-video-play": "^1.3.2"
},
@ -45,10 +44,13 @@
"@types/node": "^22.16.5",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"naive-ui": "^2.43.2",
"npm-run-all2": "^8.0.4",
"typescript": "~5.8.0",
"vfonts": "^0.0.3",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0",
"vue-devui": "^1.6.35",
"vue-tsc": "^3.0.4"
}
}