This commit is contained in:
2026-07-20 10:06:41 +08:00
parent ad7977566d
commit 7a366ac2ea
11 changed files with 825 additions and 44 deletions
@@ -2,7 +2,7 @@ namespace ScrewsMaster
{
public class NetworkManager : BaseUnityManager<NetworkManager>
{
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public const string DomainDebugUrl = @"https://wz-api-dev.tronwin.top/";
public static string DomainRelease = "zoomatchsolo.top";
// 改为只读属性,实时获取(等调用时 DomainRelease 早就初始化好了)