chore: clean up

opt: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-19 18:05:02 +08:00
parent e5f3c3c922
commit a2ef4e6f84
99 changed files with 697 additions and 2097 deletions

View File

@@ -154,8 +154,6 @@ class MineController extends GetxController {
],
),
),
// duration: const Duration(seconds: 2),
// showCloseIcon: true,
);
},
).then((res) {
@@ -200,6 +198,9 @@ class MineController extends GetxController {
onChangeTheme() {
themeType.value = nextThemeType;
try {
Get.find<MineController>().themeType.value = themeType.value;
} catch (_) {}
setting.put(SettingBoxKey.themeMode, themeType.value.code);
Get.changeThemeMode(themeType.value.toThemeMode);
}