diff --git a/src/data/changelog.json b/src/data/changelog.json index ab69064..ae23ddc 100644 --- a/src/data/changelog.json +++ b/src/data/changelog.json @@ -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": "练习" } ] }