少年修仙传客户端基础资源
hch
2025-04-25 6b91cbb5fe5cb4657ea8e15c7806931fc898df61
Assets/Launch/ResourcesModel.cs
@@ -29,16 +29,11 @@
        public static int downLoadCount = 0;
        //英文IOS审核时用
        //public static readonly string[] VERSION_URL = new string[] {
        //    "http://hyencenter.rollfkbal.com:11000/center/appversion_new.php/?",
        //    "http://43.166.131.156:11000/center/appversion_new.php/?",
        //};
        //安卓线上用
        public static readonly string[] VERSION_URL = new string[] {
            "http://vncenter.retwoyetvn.com:11000/center/appversion_new.php/?",
            "http://43.166.131.156:11000/center/appversion_new.php/?",
            "http://vncenter.daojmengxvn.com:11000/center/appversion_new.php/?",
            "http://8.218.91.247: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" };