This commit is contained in:
Vick Scarlet
2021-11-27 22:27:39 +08:00
parent 1d07bdfc46
commit 4f55c00f86
3 changed files with 31 additions and 13 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class App{
this.resigterEvent();
this.#initLaya();
globalThis.$ui = UIManager.getInstance();
// $ui.theme = 'cyber';
$ui.theme = theme;
await this.#setLanguage(language);
await $ui.setLoading(UI.pages.LOADING);
await $ui.switchView(UI.pages.LOADING);