mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Use STORAGE_CHECK in _equipment_filter_enter()
because EQUIPMENT_FILTER might in yellow or blue
This commit is contained in:
parent
46fabf9851
commit
60ced6705e
@ -149,7 +149,8 @@ class StorageUI(UI):
|
||||
|
||||
def _equipment_filter_enter(self):
|
||||
self.interval_clear(EQUIPMENT_FILTER)
|
||||
self.ui_click(EQUIPMENT_FILTER, check_button=EQUIPMENT_FILTER_CONFIRM, skip_first_screenshot=True)
|
||||
self.ui_click(EQUIPMENT_FILTER, appear_button=STORAGE_CHECK, check_button=EQUIPMENT_FILTER_CONFIRM,
|
||||
skip_first_screenshot=True)
|
||||
|
||||
def _equipment_filter_confirm(self):
|
||||
self.interval_clear(EQUIPMENT_FILTER_CONFIRM)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user