mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Add: Use tech box & Disassemble equipments
Opt: check GET_ITEMS_CONTINUE to disassemble faster Fix: material_enter may enter disassemble Fix: can't select equipments with info bar Opt: no need to use OCR Opt: Use less templates Refactor: StorageHandler Fix: threshold too low
This commit is contained in:
@@ -140,6 +140,11 @@ page_shipyard.link(button=GOTO_MAIN, destination=page_main)
|
||||
page_meta = Page(META_CHECK)
|
||||
page_meta.link(button=GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Storage
|
||||
page_storage = Page(STORAGE_CHECK)
|
||||
page_storage.link(button=GOTO_MAIN, destination=page_main)
|
||||
page_main.link(button=MAIN_GOTO_STORAGE, destination=page_storage)
|
||||
|
||||
# Research menu
|
||||
page_reshmenu = Page(RESHMENU_CHECK)
|
||||
page_reshmenu.link(button=RESHMENU_GOTO_RESEARCH, destination=page_research)
|
||||
|
||||
Reference in New Issue
Block a user