docs: 全文档合规检查与修正 - 代码示例规范/行数准确性/路径一致性/状态同步

This commit is contained in:
SpecialX
2026-06-18 03:31:07 +08:00
parent 0423b2b984
commit 4d659ad9a1
18 changed files with 595 additions and 522 deletions

View File

@@ -154,7 +154,7 @@ AIProvider (zhipu / openai / gemini / custom) │
│ ├── loading.tsx (Suspense 边界) │
│ └── error.tsx (错误边界) │
├─────────────────────────────────────────────────┤
│ Feature Modules (src/modules/) — 26 个模块 │
│ Feature Modules (src/modules/) — 25 个模块 │
│ ├── auth/ 认证模块 │
│ ├── exams/ 考试模块 │
│ ├── homework/ 作业模块 │
@@ -362,7 +362,7 @@ AI 模式: 选择 AI Provider → 粘贴试卷源文本 → AI 解析生成 →
| 维度 | 数量 |
|------|------|
| 数据库表 | 54 |
| 业务模块 | 26 |
| 业务模块 | 25 |
| UI 基础组件 | 30+ |
| 路由页面 | 60+ |
| API 路由 | 9 |