From 3dbf0600a0c2ba7e5a0fb16e30f89df6b78b913f Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 3 Apr 2026 00:39:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20CHANGELOG.md?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=AF=97=E8=AF=8D=E7=AD=94=E9=A2=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=BB=E9=A2=98=E8=89=B2=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ddb5f..5859960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. --- +## [1.3.38] - 2026-04-03 + +### 重构 +- 🔄 **诗词答题页面主题色支持与代码重构** + - 创建 `poetry-page.dart`,提取 UI 组件(PoetryOptionItem、PoetryOptionsLayout、PoetryTag) + - 修改 `poetry.dart`,使用新组件,添加主题色支持 + - 修改 `flow-anim.dart`,添加主题色支持 + - 修改 `distinguish.dart`,添加主题色支持 + - 支持动态主题色切换,所有组件颜色同步更新 + - 支持深色模式,背景色、文字颜色自动适配 + - 保持页面布局不变,功能完全兼容 + - 涉及文件: + - `lib/views/profile/level/poetry-page.dart` - 新建 UI 组件文件 + - `lib/views/profile/level/poetry.dart` - 重构主页面 + - `lib/views/profile/level/flow-anim.dart` - 添加主题色支持 + - `lib/views/profile/level/distinguish.dart` - 添加主题色支持 + ## [1.3.37] - 2026-04-02 ### 新增