修复全量审查问题;接入vitest;精简IdP图标逻辑
CI / test (push) Successful in 46s

This commit is contained in:
2026-07-22 16:51:45 +08:00
parent efcb84eaa8
commit 119f60516c
39 changed files with 1164 additions and 797 deletions
+3
View File
@@ -9,6 +9,7 @@
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --fix",
"test": "vitest run",
"format": "prettier --write src/"
},
"dependencies": {
@@ -54,11 +55,13 @@
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^20.11.0",
"prettier": "^3.9.5",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.10",
"vue-tsc": "^2.2.0"
}
}