mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 02:29:16 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -208,7 +208,7 @@ class StorageHandler(StorageUI):
|
|||||||
if self._storage_in_material(interval=5):
|
if self._storage_in_material(interval=5):
|
||||||
self.device.click(button)
|
self.device.click(button)
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(BOX_USE, offset=(20, 20), interval=5):
|
if self.appear_then_click(BOX_USE, offset=(-330, -20, 20, 20), interval=5):
|
||||||
self.interval_reset(MATERIAL_CHECK)
|
self.interval_reset(MATERIAL_CHECK)
|
||||||
continue
|
continue
|
||||||
if self.appear(GET_ITEMS_1, offset=(5, 5), interval=5):
|
if self.appear(GET_ITEMS_1, offset=(5, 5), interval=5):
|
||||||
@@ -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