# RollCallSystem_Team1 # 文件结构说明 ## 原始项目结构(本地开发) roll_call_system/ ├── app.py ├── models.py ├── requirements.txt ├── add_test_data.py ├── templates/ │ └── index.html ├── static/ └── style.css └── script.js ## 平台适配说明 由于头哥平台无法创建子文件夹,所有文件都放在根目录。 app.py models.py requirements.txt add_test_data.py index.html # 原在 templates/ style.css # 原在 static/ script.js # 原在 static/