UpdateData

UpdateData
This commit is contained in:
ALEXTANG
2023-05-09 20:56:33 +08:00
parent 25e2617782
commit 878a05b614
3 changed files with 10 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ namespace GameMain
return;
}
var checkVersionUrl = SettingsUtils.GetAppUpdateUrl();
var checkVersionUrl = SettingsUtils.GetUpdateDataUrl();
UILoadMgr.Show(UIDefine.UILoadUpdate, string.Format(LoadText.Instance.Label_Load_Checking, _curTryCount));
if (string.IsNullOrEmpty(checkVersionUrl))