修复全量审查问题;接入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
+2
View File
@@ -19,5 +19,7 @@ jobs:
run: npx eslint .
- name: 类型检查
run: npm run typecheck
- name: 单元测试
run: npm run test
- name: 构建
run: npm run build