mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +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()
|
||||
|
||||
# End
|
||||
if self.appear(check_button):
|
||||
if self.appear(check_button, offset=(5, 5)):
|
||||
break
|
||||
|
||||
# Long click accidentally became normal click, exit from dock
|
||||
|
||||
Reference in New Issue
Block a user