1
0
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:
LmeSzinc
2024-05-03 16:42:31 +08:00
parent 6e7f92aae3
commit a5948df800

View File

@@ -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