Skip to content

Commit 21a9e79

Browse files
committed
Put CDN Priority: Cloudflare > DigitallOcean > Github > Others
1 parent 0970930 commit 21a9e79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Hi3Helper.Core/Classes/Shared/Region/LauncherConfig.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ private static void InitScreenResSettings()
165165
[
166166
new()
167167
{
168-
Name = "GitHub",
169-
URLPrefix = "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/main",
170-
Description = Lang._Misc!.CDNDescription_Github,
168+
Name = "Cloudflare",
169+
URLPrefix = "https://r2.bagelnl.my.id/cl-cdn",
170+
Description = Lang._Misc!.CDNDescription_Cloudflare,
171171
PartialDownloadSupport = true
172172
},
173173

@@ -181,9 +181,9 @@ private static void InitScreenResSettings()
181181

182182
new()
183183
{
184-
Name = "Cloudflare",
185-
URLPrefix = "https://r2.bagelnl.my.id/cl-cdn",
186-
Description = Lang._Misc!.CDNDescription_Cloudflare,
184+
Name = "GitHub",
185+
URLPrefix = "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/main",
186+
Description = Lang._Misc!.CDNDescription_Github,
187187
PartialDownloadSupport = true
188188
},
189189

0 commit comments

Comments
 (0)