docs(整合): 补全 changelog.json 缺失的更新记录

- 添加 2026-03-08 的 refactor 提交记录
- 补充 2026-03-03 至 2026-03-02 期间的10条更新记录
- 涵盖练习模式、设置页面、资源管理等模块的更新
- 现在 changelog 包含最近30条完整的提交历史

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

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-03-08 03:32:08 +00:00
parent 6548032b06
commit b860ed67ea

View File

@@ -14,6 +14,13 @@
"title": "在 CLAUDE.md 中添加提交前更新 changelog 的规范",
"scope": "整合"
},
{
"id": "2026-03-08-refactor-changelog-modal",
"date": "2026-03-08",
"type": "refactor",
"title": "将更新日志改为模态框实现并补充最近20条更新记录",
"scope": "整合"
},
{
"id": "2026-03-08-changelog-modal",
"date": "2026-03-08",
@@ -153,6 +160,55 @@
"type": "feat",
"title": "集成Dify智能对话助手",
"scope": "整合"
},
{
"id": "2026-03-03-team-fix-input",
"date": "2026-03-03",
"type": "fix",
"title": "修复P6.5输入工作绩效数据应为工作绩效报告",
"scope": "资源"
},
{
"id": "2026-03-02-practice-fix-input-completely",
"date": "2026-03-02",
"type": "fix",
"title": "修复练习模式输入框完全无法输入的问题",
"scope": "练习"
},
{
"id": "2026-03-02-practice-fix-input-answer",
"date": "2026-03-02",
"type": "fix",
"title": "修复练习模式输入框无法输入及查看答案问题",
"scope": "练习"
},
{
"id": "2026-03-02-practice-embed-mode",
"date": "2026-03-02",
"type": "feat",
"title": "内嵌 ITTO 练习模式",
"scope": "练习"
},
{
"id": "2026-03-02-settings-fix-qrcode",
"date": "2026-03-02",
"type": "fix",
"title": "修复微信二维码图片比例",
"scope": "设置"
},
{
"id": "2026-03-02-settings-add-wechat",
"date": "2026-03-02",
"type": "feat",
"title": "添加微信二维码联系方式",
"scope": "设置"
},
{
"id": "2026-03-02-practice-fix-ime-focus",
"date": "2026-03-02",
"type": "fix",
"title": "修复输入法组合期间焦点跳转导致字母分散问题",
"scope": "练习"
}
]
}