docs: 更新 CHANGELOG.md,添加诗词答题页面主题色重构记录

This commit is contained in:
Developer
2026-04-03 00:39:07 +08:00
parent c12f26bd4d
commit 3dbf0600a0

View File

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