mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: CDN替换默认关闭,优先使用备用URL
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user