From 4f76fec9062f14e515246fd31bcd666b01f8ed66 Mon Sep 17 00:00:00 2001 From: ittoview Date: Mon, 9 Mar 2026 14:20:26 +0000 Subject: [PATCH] =?UTF-8?q?docs(=E6=95=B4=E5=90=88):=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=9C=80=E8=BF=915=E6=9D=A1=E7=BB=83=E4=B9=A0=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=9B=B8=E5=85=B3=E6=9B=B4=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-09: 添加 Ctrl+H 快捷键显示答案 - 2026-03-08: 修正底部固定区域偏移方式 - 2026-03-08: 优化辅助信息显示和布局 - 2026-03-07: 答对后显示ITTO明细信息 - 2026-03-02: 修复练习模式输入框完全无法输入的问题 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/changelog.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/data/changelog.json b/src/data/changelog.json index 8ac6d02..6b771df 100644 --- a/src/data/changelog.json +++ b/src/data/changelog.json @@ -1,5 +1,40 @@ { "changelogEntries": [ + { + "id": "2026-03-09-practice-keyboard-shortcut", + "date": "2026-03-09", + "type": "feat", + "title": "添加 Ctrl+H 快捷键显示答案", + "scope": "练习" + }, + { + "id": "2026-03-08-practice-bottom-offset", + "date": "2026-03-08", + "type": "fix", + "title": "修正底部固定区域偏移方式", + "scope": "练习" + }, + { + "id": "2026-03-08-practice-hint-layout", + "date": "2026-03-08", + "type": "feat", + "title": "优化辅助信息显示和布局", + "scope": "练习" + }, + { + "id": "2026-03-07-practice-show-detail", + "date": "2026-03-07", + "type": "feat", + "title": "答对后显示ITTO明细信息", + "scope": "练习" + }, + { + "id": "2026-03-02-fix-practice-input", + "date": "2026-03-02", + "type": "fix", + "title": "修复练习模式输入框完全无法输入的问题", + "scope": "过程详情" + }, { "id": "2026-03-08-changelog-unified-card", "date": "2026-03-08",