少年修仙传客户端基础资源
hch
2024-11-05 ef11f9c68a4be7f8636ac910078ef44ec5959045
0312 中心地址修改
1个文件已修改
6 ■■■■■ 已修改文件
Assets/Launch/ResourcesModel.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/ResourcesModel.cs
@@ -27,10 +27,8 @@
        public bool isPCTestDownLoad = false;
        public static readonly string[] VERSION_URL = new string[] {
        "http://vncenter.daojmengxvn.com:11000/center/appversion_new.php/?",
        "http://8.218.91.247:11000/center/appversion_new.php/?",
        "https://vncenter.daojmengxvn.com:11001/center/appversion_new.php/?",
        "https://8.218.91.247:11001/center/appversion_new.php/?"};
            "http://encenter.daojmengxvn.com:11000/center/appversion_new.php/?"
        };
        readonly static List<string> excludePngs = new List<string>() { "Launch_1.png", "Launch_2.png", "Launch_3.png", "LoginBackGround.png", "TB_DL_Logo.png" };