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

Fix: Handle action point popup without black-blurred background

This commit is contained in:
LmeSzinc
2025-05-12 18:57:36 +08:00
parent c8b6f11382
commit a5e85aec8f

View File

@@ -347,6 +347,9 @@ class ActionPointHandler(UI, MapEventHandler):
self.device.screenshot() self.device.screenshot()
# End # End
# sometimes you have action point popup without black-blurred background
# ACTION_POINT_CANCEL and OS_CHECK both appears
if not self.appear(ACTION_POINT_CANCEL, offset=(20, 20)):
if self.appear(OS_CHECK, offset=(20, 20)): if self.appear(OS_CHECK, offset=(20, 20)):
break break
# Click # Click