mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: Use STORAGE_CHECK in _equipment_filter_enter()
because EQUIPMENT_FILTER might in yellow or blue
This commit is contained in:
@@ -149,7 +149,8 @@ class StorageUI(UI):
|
|||||||
|
|
||||||
def _equipment_filter_enter(self):
|
def _equipment_filter_enter(self):
|
||||||
self.interval_clear(EQUIPMENT_FILTER)
|
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):
|
def _equipment_filter_confirm(self):
|
||||||
self.interval_clear(EQUIPMENT_FILTER_CONFIRM)
|
self.interval_clear(EQUIPMENT_FILTER_CONFIRM)
|
||||||
|
|||||||
Reference in New Issue
Block a user