|
@@ -30,7 +30,6 @@ namespace GFGGame
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- LauncherView.Instance.SetDesc("正在请求权限...");
|
|
|
LauncherAgreeView.Instance.Open(() => {
|
|
|
InitBugly();
|
|
|
onSuccess?.Invoke();
|
|
@@ -96,7 +95,7 @@ namespace GFGGame
|
|
|
|
|
|
private static void StartGame()
|
|
|
{
|
|
|
- LauncherView.Instance.SetDesc($"正在启动游戏...");
|
|
|
+ LauncherView.Instance.SetDesc($"稍等片刻,精彩立刻呈现...");
|
|
|
HotUpdateCodeLoader.Instance.StartLoad();
|
|
|
}
|
|
|
|