Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-25 18:12:33 +08:00
parent b5fe0faeec
commit 99602eea95
4 changed files with 18 additions and 16 deletions

View File

@@ -455,6 +455,7 @@ abstract final class Pref {
_setting.get(SettingBoxKey.enableCommAntifraud, defaultValue: false);
static bool get biliSendCommAntifraud =>
Platform.isAndroid &&
_setting.get(SettingBoxKey.biliSendCommAntifraud, defaultValue: false);
static bool get enableCreateDynAntifraud =>
@@ -658,7 +659,7 @@ abstract final class Pref {
static bool get dynamicColor =>
!Platform.isIOS &&
_setting.get(SettingBoxKey.dynamicColor, defaultValue: !Platform.isIOS);
_setting.get(SettingBoxKey.dynamicColor, defaultValue: true);
static bool get autoClearCache =>
_setting.get(SettingBoxKey.autoClearCache, defaultValue: false);