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

Upd: [EN] Another MAIL_EMPTY

This commit is contained in:
LmeSzinc
2023-01-01 17:04:05 +08:00
parent 7ef2a823bd
commit 951592b9f2
6 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ class Mail(UI):
if self.appear(MAIL_EMPTY, offset=(20, 20)):
logger.info('Mail list empty')
return False
if self.appear(MAIL_EMPTY_2, offset=(20, 20)):
logger.info('Mail list empty')
return False
if self.appear(MAIL_GUILD_MESSAGE, offset=(20, 20)):
logger.info('Guild mail found, exit')
return False