fix:优化一些命名规范
This commit is contained in:
@@ -60,7 +60,7 @@ pip install -r requirements.txt
|
||||
|
||||
### 3. 配置系统
|
||||
|
||||
编辑 `config.env.toml` 文件,设置以下信息:
|
||||
编辑 `config.toml` 文件,设置以下信息:
|
||||
|
||||
- AI API密钥和配置
|
||||
- 班级信息和教师名单
|
||||
@@ -140,7 +140,7 @@ growth_report/
|
||||
├── UI.py # 图形用户界面入口(tkinter)
|
||||
├── main_nicegui.py # NiceGUI界面入口
|
||||
├── main.pyw # Windows图形界面启动文件
|
||||
├── config.env.toml # 项目配置文件
|
||||
├── config.toml # 项目配置文件
|
||||
├── pyproject.toml # 项目依赖配置
|
||||
├── start_app.bat # 启动脚本
|
||||
├── README.md # 项目说明文档
|
||||
@@ -204,7 +204,7 @@ growth_report/
|
||||
|
||||
### AI配置
|
||||
|
||||
在 `config.env.toml` 中配置AI模型:
|
||||
在 `config.toml` 中配置AI模型:
|
||||
|
||||
```toml
|
||||
[ai]
|
||||
|
||||
Reference in New Issue
Block a user