完成任务1

This commit is contained in:
2025-10-30 16:11:59 +08:00
parent 2c9b4777ae
commit 7c5232e71b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
## 任务清单Gin 到 Echo 迁移
- [ ] **1. 配置文件 (无代码依赖)**
- [ ] 修改 `config.yml``mode` 配置项的注释,将 "Gin 运行模式" 改为 "服务运行模式"。
- [ ] 修改 `config.example.yml``mode` 配置项的注释,保持与 `config.yml` 一致。
- [x] **1. 配置文件 (无代码依赖)**
- [x] 修改 `config.yml``mode` 配置项的注释,将 "Gin 运行模式" 改为 "服务运行模式"。
- [x] 修改 `config.example.yml``mode` 配置项的注释,保持与 `config.yml` 一致。
- [ ] **2. 控制器辅助函数 (最基础的依赖)**
- [ ] **`internal/app/controller/response.go`**