hch
2025-12-29 bcbab3d435f762f234f6cfacca64adbdb41aabb7
Main/System/ClientVersion/VersionUtility.cs
@@ -15,8 +15,8 @@
public class VersionUtility : Singleton<VersionUtility>
{
    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/?"};
    public string androidRoot { get { return string.Empty;/*StringUtility.Concat(SDKUtils.Instance.DeviceRootPath, "/", VersionConfig.Get().bundleIdentifier);*/ } }