mod: CDN替换默认关闭,优先使用备用URL

This commit is contained in:
orz12
2024-07-21 10:29:12 +08:00
parent d2c54392de
commit 455f5524f6
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class _HeaderControlState extends State<HeaderControl> {
horizontalScreen =
setting.get(SettingBoxKey.horizontalScreen, defaultValue: false);
defaultCDNService = setting.get(SettingBoxKey.CDNService,
defaultValue: CDNService.ali.code);
defaultValue: CDNService.backupUrl.code);
startClock();
}