1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: gemsfarming enter equip code page check

This commit is contained in:
2024-12-10 16:10:54 +08:00
parent 77774b6e93
commit d7242b17f7

View File

@@ -91,7 +91,7 @@ class EquipmentCodeHandler(StorageHandler):
self.device.screenshot()
# End
if self.appear(EQUIPMENT_CODE_PAGE_CHECK):
if self.appear(EQUIPMENT_CODE_PAGE_CHECK, threshold=10):
break
if self.appear_then_click(EQUIPMENT_CODE_ENTRANCE):