refactor: 使用 Naive UI 重构后台布局与黑白双主题

This commit is contained in:
GouJ
2026-09-01 16:31:21 +08:00
parent 55516537bf
commit db8c176b55
51 changed files with 3277 additions and 2442 deletions
+15 -15
View File
@@ -17,30 +17,30 @@
"prepare": "lefthook install"
},
"dependencies": {
"@lucide/vue": "1.34.0",
"naive-ui": "2.45.3",
"vue": "3.5.42",
"vue-router": "^4.6.0",
"reka-ui": "2.10.4",
"@lucide/vue": "1.34.0"
"vue-router": "^4.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"vite": "8.2.2",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.0",
"tailwindcss": "^4.1.0",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@tailwindcss/vite": "^4.1.0",
"@types/node": "^24.0.0",
"oxlint": "^1.78.0",
"oxfmt": "^0.60.0",
"@typescript-eslint/parser": "^8.67.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.0.0",
"eslint-plugin-vue": "^10.0.0",
"@typescript-eslint/parser": "^8.67.0",
"vitest": "^4.0.15",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.0.0",
"lefthook": "^2.1.10",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2"
"oxfmt": "^0.60.0",
"oxlint": "^1.78.0",
"tailwindcss": "^4.1.0",
"typescript": "^6.0.3",
"vite": "8.2.2",
"vitest": "^4.0.15",
"vue-tsc": "^3.2.0"
},
"engines": {
"node": ">=22.18.0",