docs: 更新目标模块相关文档

This commit is contained in:
hmo
2026-04-23 20:24:29 +08:00
parent ab0a8f383d
commit c605c9732a
3 changed files with 132 additions and 2 deletions
+4 -1
View File
@@ -21,7 +21,9 @@
│ │ ├── problems.py # 问题记录API
│ │ ├── plans.py # 方案生成API
│ │ ├── settings.py # 系统设置API
│ │ ── classes.py # 班级管理API(新增)
│ │ ── classes.py # 班级管理API
│ │ ├── goals.py # 目标管理 API
│ │ └── student_goals.py # 学员目标 API
│ │
│ ├── services/ # 业务逻辑
│ │ ├── plan_generator.py # 方案生成器
@@ -38,6 +40,7 @@
│ ├── setup.html # 初始设置页面(独立)
│ ├── users.html # 用户管理页面(继承base)
│ ├── classes.html # 班级管理页面(继承base)
│ ├── goals.html # 目标管理页面
│ ├── templates.html # 模板管理页面(继承base)
│ ├── api_settings.html # API设置页面(继承base
│ └── wechat_card.html # 微信卡片模板(独立)