1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Replace ui_ensure with ui_goto

This commit is contained in:
bookbug666 2023-01-17 09:05:39 +08:00
parent 793b3be5ca
commit 8862dda1b5

View File

@ -350,7 +350,7 @@ class UI(InfoHandler):
self.config.task_stop()
else:
logger.info('Event available, goto page_event')
self.ui_ensure(page_event)
self.ui_goto(page_event)
return True
def ui_goto_sp(self):
@ -377,7 +377,7 @@ class UI(InfoHandler):
self.config.task_stop()
else:
logger.info('Event available, goto page_sp')
self.ui_ensure(destination=page_sp)
self.ui_goto(destination=page_sp)
return True
def ui_ensure_index(