docs: 更新模板结构,新增fragments目录说明

This commit is contained in:
hmo
2026-04-24 10:23:43 +08:00
parent f4ea6c9a77
commit a33a5532cc
+2
View File
@@ -30,6 +30,8 @@
│ │ └── pdf_generator.py # PDF生成器 │ │ └── pdf_generator.py # PDF生成器
│ │ │ │
│ └── templates/ # 前端模板 │ └── templates/ # 前端模板
│ ├── fragments/ # 可复用模态窗体片段({% include %})
│ │ └── assign_goal_modal.html # 分配目标模态窗体
│ ├── base.html # 基础模板(所有页面继承,统一侧边栏) │ ├── base.html # 基础模板(所有页面继承,统一侧边栏)
│ ├── index.html # 学员管理页面(继承base) │ ├── index.html # 学员管理页面(继承base)
│ ├── home.html # 默认首页(显示统计信息) │ ├── home.html # 默认首页(显示统计信息)