feat: cdn speed test

Closes #105

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-07 10:08:39 +08:00
parent d9474a79c1
commit f5b50ffcb0
4 changed files with 111 additions and 18 deletions

View File

@@ -764,6 +764,14 @@ List<SettingsModel> get videoSettings => [
}
},
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: 'CDN 测速',
leading: const Icon(Icons.speed),
subtitle: '测速通过加载视频实现,注意流量消耗',
setKey: SettingBoxKey.cdnSpeedTest,
defaultVal: true,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: '音频不跟随 CDN 设置',