Skip to content

Commit d6c1e21

Browse files
committed
feat: 专业版题目集三版本配置完成
- 为所有专业测评题目集配置基础版、进阶版和专业版 - 专业版包含100%题目,确保最全面的评估 - 进阶版约50%题量,下限≥15题 - 基础版约20%题量,下限≥10题 - 更新.gitignore,过滤测试文件和压缩包 - 清理不必要的临时文件和旧版本文件 - 优化项目结构,提升代码质量
1 parent cf675b0 commit d6c1e21

123 files changed

Lines changed: 21420 additions & 11254 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.design-spec.md

Lines changed: 0 additions & 452 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,22 @@ coverage
4040
# Temporary files
4141
*.tmp
4242
*.temp
43+
44+
# Test files
45+
__tests__
46+
*.test.ts
47+
*.test.tsx
48+
*.spec.ts
49+
*.spec.tsx
50+
51+
# Archives
52+
*.zip
53+
*.tar.gz
54+
*.rar
55+
56+
# Deploy folders
57+
HumanOS-web-deploy
58+
59+
# Documentation (optional)
60+
# README_EN.md
61+
# TEMPLATE_GUIDE.md

HumanOS-web-deploy.zip

-332 KB
Binary file not shown.

HumanOS-web-deploy/404.html

Lines changed: 0 additions & 91 deletions
This file was deleted.

HumanOS-web-deploy/assets/About-CjDALfBp.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

HumanOS-web-deploy/assets/Assessment-DoizsSm2.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)