少年修仙传客户端基础资源
hch
2025-02-06 9630cd60f82d5f90e8d5fdf44428be345506efca
0312 改成ios中心地址
1个文件已修改
11 ■■■■ 已修改文件
Assets/Launch/ResourcesModel.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/ResourcesModel.cs
@@ -27,11 +27,18 @@
        public bool isPCTestDownLoad = false;
        //英文IOS线上用
        public static readonly string[] VERSION_URL = new string[] {
            "http://encenter.daojmengxvn.com:11000/center/appversion_new.php/?",
            "http://43.156.104.232:11000/center/appversion_new.php/?",
            "http://hyencenter.rollfkbal.com:11000/center/appversion_new.php/?",
            "http://43.166.131.156:11000/center/appversion_new.php/?",
        };
        //英文目前安卓线上用,后续等新包同步为IOS的地址
        //public static readonly string[] VERSION_URL = new string[] {
        //    "http://encenter.daojmengxvn.com:11000/center/appversion_new.php/?",
        //    "http://43.156.104.232: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" };
        public int debugBranch { get; private set; }