mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Handle mail full popup
This commit is contained in:
@@ -391,6 +391,9 @@ class UI(InfoHandler):
|
||||
# Item expired offset=(37, 72), skin expired, offset=(24, 68)
|
||||
if self.handle_popup_single(offset=(-6, 48, 54, 88), name='ITEM_EXPIRED'):
|
||||
return True
|
||||
# Mail full popup
|
||||
if self.handle_popup_single_white():
|
||||
return True
|
||||
# Routed from confirm click
|
||||
if self.appear(SHIPYARD_CHECK, offset=(30, 30), interval=3):
|
||||
logger.info(f'UI additional: {SHIPYARD_CHECK} -> {GOTO_MAIN}')
|
||||
|
||||
Reference in New Issue
Block a user