1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Opt: Remove STAGE_SHOWN_WAIT for faster

This commit is contained in:
LmeSzinc
2022-01-10 23:54:02 +08:00
parent f24390cc8a
commit ec4fec4f6d
2 changed files with 8 additions and 5 deletions

View File

@@ -211,6 +211,9 @@ class UI(InfoHandler):
def ui_goto_main(self):
return self.ui_ensure(destination=page_main)
def ui_goto_campaign(self):
return self.ui_ensure(destination=page_campaign)
def ui_goto_event(self):
return self.ui_ensure(destination=page_event)