mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-15 11:18:13 +08:00
Fix: Handle help popup without black-blurred background
This commit is contained in:
@@ -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)):
|
||||||
|
|||||||
Reference in New Issue
Block a user