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 ### 新增