This commit is contained in:
2020-08-17 11:13:33 +08:00
parent 19e730574b
commit 21eb68aeab
93 changed files with 6713 additions and 143 deletions

View File

@@ -168,8 +168,8 @@ end
-- 更新安装游戏
function CLLPSplash.upgradeGame(url)
if not isNilOrEmpty(url) then
-- Application.OpenURL(url)
MyUtl.installNewApk(url)
Application.OpenURL(url)
-- MyUtl.installNewApk(url)
end
end