icon优化
This commit is contained in:
@@ -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
|
||||
|
||||
### 功能变更
|
||||
|
||||
Reference in New Issue
Block a user