三国卡牌客户端基础资源仓库
hch
2025-12-29 dc9fb15ee791d4b01b9d825c0f9a9aa61dcccf2c
0312 请求域名增加IP
1个文件已修改
7 ■■■■ 已修改文件
Assets/Launch/Manager/LocalResManager.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/Manager/LocalResManager.cs
@@ -67,8 +67,11 @@
    public static int downLoadCount = 0;
    public static readonly string[] VERSION_URL = new string[] {
        "http://xssgcenter.secondworld.net.cn:11000/center/appversion_new.php/?"};
    public static readonly string[] VERSION_URL = new string[]
    {
        "http://xssgcenter.secondworld.net.cn:11000/center/appversion_new.php/?",
        "http://106.55.151.92:11000/center/appversion_new.php/?",
    };
    public int debugBranch { get; private set; }