切换默认资源服务器地址

This commit is contained in:
2025-10-27 08:15:17 +08:00
parent d4f18c8787
commit ce8f5ce56f

View File

@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
/// </summary> /// </summary>
public string GetHostServerURL(string packageName) public string GetHostServerURL(string packageName)
{ {
string hostServerIP = $"https://home.gtuantuan.online/{Application.productName}"; string hostServerIP = $"https://home.gtuantuan.online:9444/{Application.productName}";
if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null) if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null)
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}"; hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
string appVersion = "v1"; string appVersion = "v1";