Skip to content

Commit 43ff861

Browse files
committed
fix: classtable cannot update and radio stuff
1 parent 1f5c8a6 commit 43ff861

File tree

16 files changed

+955
-950
lines changed

16 files changed

+955
-950
lines changed

assets/flutter_i18n/zh_CN.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ electricity:
195195
remain_power: "电量信息"
196196
owe_info: "欠费信息"
197197
history: "历史记录"
198-
info: "有欠费一般代表水费"
198+
info: "有欠费一般代表水费,半夜11:20到午夜0:30左右无法获取数据"
199199
date: "日期"
200200
power: "该日0点电量"
201201
update: "刷新信息"

lib/controller/theme_controller.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class ThemeController extends GetxController {
2121
@override
2222
void onInit() {
2323
super.onInit();
24-
onUpdate();
24+
updateTheme();
2525
}
2626

27-
void onUpdate() {
27+
void updateTheme() {
2828
log.info("[ThemeController] Changing color...");
2929
int index = preference.getInt(preference.Preference.color);
3030
color = pdaColorScheme.sublist(index * 2, index * 2 + 1);

0 commit comments

Comments
 (0)