少年修仙传客户端代码仓库
hch
2025-06-05 97e422e1b77a800ad95a59d7d05bf6ca12a3f11a
System/ClientVersion/VersionUtility.cs
@@ -17,7 +17,7 @@
public class VersionUtility : Singleton<VersionUtility>
{
    public static readonly string[] VERSION_URL = new string[] {
        "http://vncenter.daojmengxvn.com:11000/center/appversion_new.php/?"};
        "http://hyvncenter.yuxiangshcn.com:11000/center/appversion_new.php/?"};
    public string androidRoot { get { return StringUtility.Contact(ynmbxxjUtil.Instance.DeviceRootPath, "/", VersionConfig.Get().bundleIdentifier); } }