icon优化

This commit is contained in:
Developer
2026-04-02 17:31:53 +08:00
parent 954d173329
commit 09fee0694c
34 changed files with 754 additions and 194 deletions

View File

@@ -1,3 +1,16 @@
## 版本 1.3.3
### Bug修复
- 🔧 **编译错误修复** - 修复三个关键文件的编译错误:
- 修复 `pop-menu.dart` 中缺失的 `GetX``ThemeController` 导入
- 修复 `footprint_page.dart` 中缺失的 `PoetryData` 模型导入
- 修复 `footprint_page.dart` 中错误的包路径导入(从 `package:poetry/` 改为相对路径)
- 修复 `footprint_page.dart``isDark` 属性名错误(改为 `isDarkMode`
- 修复 `app-data.dart` 中缺失的 `GetX``ThemeController` 导入
- 修复 `ThemeController` 在 const 构造函数中的初始化问题
- 修复 `ThemeController.instance` 错误调用为 `_themeController`
- 优先级5
## 版本 1.3.2
### 功能变更