1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 01:23:34 +08:00

Opt: allow entering page_mail from page_main (#4752)

This commit is contained in:
guoh064
2025-04-25 01:00:21 +09:00
committed by GitHub
parent 978167218d
commit 808be69e9e
2 changed files with 4 additions and 2 deletions

View File

@@ -266,8 +266,8 @@ class MailWhite(UI):
logger.info('At page_main_white')
pass
elif self.appear(page_main.check_button, offset=(5, 5)):
logger.warning('At page_main, cannot enter mail page from old UI')
return False
logger.info('At page_main')
pass
else:
logger.warning('Unknown page_main, cannot enter mail page')
return False