Skip to content

Commit dbb3803

Browse files
committed
Rename CollapseCDN -> DigitalOcean
1 parent 427b1bf commit dbb3803

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

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

174174
new()
175175
{
176-
Name = "GitHub",
177-
URLPrefix = "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/main",
178-
Description = Lang._Misc!.CDNDescription_Github,
176+
Name = "DigitalOcean",
177+
URLPrefix = "https://cdn.collapselauncher.com/cl-cdn",
178+
Description = Lang._Misc!.CDNDescription_DigitalOcean,
179179
PartialDownloadSupport = true
180180
},
181181

Hi3Helper.Core/Lang/Locale/LangMisc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public sealed partial class LangMisc
9999
public string Default { get; set; } = LangFallback?._Misc.Default;
100100

101101
public string CDNDescription_Github { get; set; } = LangFallback?._Misc.CDNDescription_Github;
102-
public string CDNDescription_CollapseCDN { get; set; } = LangFallback?._Misc.CDNDescription_CollapseCDN;
102+
public string CDNDescription_DigitalOcean { get; set; } = LangFallback?._Misc.CDNDescription_DigitalOcean;
103103
public string CDNDescription_Cloudflare { get; set; } = LangFallback?._Misc.CDNDescription_Cloudflare;
104104
public string CDNDescription_Bitbucket { get; set; } = LangFallback?._Misc.CDNDescription_Bitbucket;
105105
public string CDNDescription_Statically { get; set; } = LangFallback?._Misc.CDNDescription_Statically;

Hi3Helper.Core/Lang/en_US.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -788,12 +788,12 @@
788788
"BuildChannelPreview": "Preview",
789789
"BuildChannelStable": "Stable",
790790

791-
"CDNDescription_Github": "The official (primary-main) repository for the launcher.",
792-
"CDNDescription_CollapseCDN": "The official (secondary-main) repository for the launcher.",
793-
"CDNDescription_Cloudflare": "A mirror of the official (primary-main) repository hosted in Cloudflare R2 bucket.",
794-
"CDNDescription_Bitbucket": "A mirror of the official (primary-main) repository hosted in Bitbucket.",
795-
"CDNDescription_GitLab": "A mirror of the official (primary-main) repository hosted in GitLab.",
796-
"CDNDescription_Coding": "A mirror of the official (primary-main) repository hosted in Coding.",
791+
"CDNDescription_Github": "The official (main) repository for the launcher.",
792+
"CDNDescription_DigitalOcean": "A mirror of the official (main) repository powered by DigitalOcean.",
793+
"CDNDescription_Cloudflare": "A mirror of the official (main) repository powered by Cloudflare R2 bucket.",
794+
"CDNDescription_Bitbucket": "A mirror of the official (main) repository powered by Bitbucket.",
795+
"CDNDescription_GitLab": "A mirror of the official (main) repository powered by GitLab.",
796+
"CDNDescription_Coding": "A mirror of the official (main) repository powered by Coding.",
797797

798798
"LocateExecutable": "Locate Executable",
799799
"OpenDownloadPage": "Open Download Page",

0 commit comments

Comments
 (0)