mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 18:10:33 +08:00
Fix: disassemble should end with DISASSEMBLE_POPUP_CONFIRM clicked
This commit is contained in:
@@ -413,10 +413,10 @@ class StorageHandler(StorageUI):
|
|||||||
|
|
||||||
if self.appear_then_click(DISASSEMBLE_CONFIRM, offset=(20, 20), interval=5):
|
if self.appear_then_click(DISASSEMBLE_CONFIRM, offset=(20, 20), interval=5):
|
||||||
click_count += 1
|
click_count += 1
|
||||||
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
|
||||||
success = True
|
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
if self.appear_then_click(DISASSEMBLE_POPUP_CONFIRM, offset=(-15, -5, 5, 70), interval=5):
|
||||||
|
# since 2025.05.20 disassemble no longer shows GET_ITEMS
|
||||||
|
success = True
|
||||||
continue
|
continue
|
||||||
if self.handle_popup_confirm('DISASSEMBLE'):
|
if self.handle_popup_confirm('DISASSEMBLE'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user