mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: gemsfarming enter equip code page check
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user