opt: exclude analysis flutter widget (#1745)

This commit is contained in:
My-Responsitories
2025-11-16 22:33:40 +08:00
committed by GitHub
parent 27ae296b28
commit 5ee83d902d
70 changed files with 108 additions and 113 deletions

View File

@@ -110,7 +110,7 @@ List<SettingsModel> get videoSettings => [
await GStorage.setting.delete(SettingBoxKey.liveCdnUrl);
} else {
if (!result.startsWith('http')) {
result = 'https://${result}';
result = 'https://$result';
}
await GStorage.setting.put(SettingBoxKey.liveCdnUrl, result);
}