修复全量审查问题;接入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
+1 -1
View File
@@ -23,7 +23,7 @@ oci-portal-dashOCI Portal 前端(Vue 3 + Vite + TypeScript + Naive UI + Tai
## 质量门(提交前必过)
```bash
npm run lint && npm run typecheck && npm run build
npm run lint && npm run typecheck && npm run test && npm run build
```
## 文档同步