mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: [EN] PLAYER_CHECK page has no GOTO_MAIN, only BACK_ARROW
This commit is contained in:
@@ -292,6 +292,9 @@ class UI(InfoHandler):
|
||||
if self.appear(PLAYER_CHECK, offset=(30, 30), interval=3):
|
||||
if self.appear_then_click(GOTO_MAIN, offset=(30, 30)):
|
||||
return True
|
||||
if self.appear(BACK_ARROW, offset=(20, 20)):
|
||||
self.ui_back(page_main.check_button)
|
||||
return True
|
||||
|
||||
# Story
|
||||
if self.handle_story_skip():
|
||||
|
||||
Reference in New Issue
Block a user