mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Meta assist ends at my beacon page
This commit is contained in:
parent
436d8ab645
commit
ffdb6fd7ce
@ -423,6 +423,9 @@ class AshBeaconAssist(Meta):
|
||||
logger.info('Find a beacon in level:' + str(current))
|
||||
|
||||
def _in_meta_assist_page(self):
|
||||
# AL redirects to unfinished self beacon after assist, so switch back
|
||||
if self.appear_then_click(BEACON_LIST, offset=(-20, -5, 300, 5)):
|
||||
return False
|
||||
return self.appear(BEACON_MY, offset=(20, 20))
|
||||
|
||||
def _ensure_meta_assist_page(self, skip_first_screenshot=True):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user