mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 14:20:59 +08:00
Fix: ship_info_enter with template matching check
This commit is contained in:
@@ -73,7 +73,7 @@ class Equipment(StorageHandler):
|
|||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.appear(check_button):
|
if self.appear(check_button, offset=(5, 5)):
|
||||||
break
|
break
|
||||||
|
|
||||||
# Long click accidentally became normal click, exit from dock
|
# Long click accidentally became normal click, exit from dock
|
||||||
|
|||||||
Reference in New Issue
Block a user