feat(进度): 添加P3.6控制进度主要作用及ITTO明细

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ittoview
2026-02-23 15:54:24 +00:00
parent 7ee66e2ac9
commit a72f06822c
2 changed files with 90 additions and 6 deletions

View File

@@ -323,11 +323,13 @@ import { useAppStore } from '@/stores/useAppStore'
### 操作流程规范
**日常更新 JSON 数据时,无需 Codex 参与,按流程操作即可。**
每次完成数据更新后,必须按以下步骤操作:
1. **构建检查**:运行 `npm run build`,确保无类型错误和编译错误
2. **询问提交**:构建通过后,询问用户是否提交推送,不得自动提交
3. **提交推送**用户确认后执行 `git add` + `git commit` + `git push`
1. **询问提交**:数据更新完成后,询问用户是否提交推送,不得自动提交
2. **构建检查**:用户确认提交前,运行 `npm run build`,确保无类型错误和编译错误(无需每次修改后立即检查,在提交推送前统一检查即可)
3. **提交推送**构建通过后执行 `git add` + `git commit` + `git push`
---