From b860ed67eada90517e093f2ecb31aa057164339d Mon Sep 17 00:00:00 2001 From: ittoview Date: Sun, 8 Mar 2026 03:32:08 +0000 Subject: [PATCH] =?UTF-8?q?docs(=E6=95=B4=E5=90=88):=20=E8=A1=A5=E5=85=A8?= =?UTF-8?q?=20changelog.json=20=E7=BC=BA=E5=A4=B1=E7=9A=84=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 2026-03-08 的 refactor 提交记录 - 补充 2026-03-03 至 2026-03-02 期间的10条更新记录 - 涵盖练习模式、设置页面、资源管理等模块的更新 - 现在 changelog 包含最近30条完整的提交历史 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/changelog.json | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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": "练习" } ] }