h5sdk提交

This commit is contained in:
2026-07-06 16:31:08 +08:00
parent 761e670f01
commit 3c0298f19f
1183 changed files with 107360 additions and 42666 deletions
+4 -2
View File
@@ -20,9 +20,11 @@ namespace BingoBrain
public static string domainUrl => IsReleaseMode ? DomainReleaseUrl : DomainDebugUrl;
public const string DomainDebugUrl = @"http://swhitegames.top/api/";
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
// public const string DomainDebugUrl = @"https://sdkapi.jsoncompare.online/api/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
public const string DomainRelease = "bingoglassland.top";
public const string DomainRelease = "bingotornado.top";
private ConfigSystem _ConfigSystem;
private LoginSystem loginSystem;