1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-15 18:08:49 +08:00

Fix: Handle help popup without black-blurred background

This commit is contained in:
LmeSzinc
2025-05-12 19:42:06 +08:00
parent a5e85aec8f
commit dc78ee8d2a

View File

@@ -313,6 +313,9 @@ class OpsiAshBeacon(Meta):
self.device.screenshot() self.device.screenshot()
# End # End
# sometimes you have help popup without black-blurred background
# HELP_CONFIRM and HELP_ENTER appears
if not self.appear(HELP_CONFIRM, offset=(30, 30)):
if self.appear(HELP_ENTER, offset=(30, 30)): if self.appear(HELP_ENTER, offset=(30, 30)):
return True return True
if self.appear(BEACON_REWARD, offset=(30, 30)): if self.appear(BEACON_REWARD, offset=(30, 30)):