1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-17 07:18:39 +08:00
This commit is contained in:
sui-feng-cb
2025-01-06 13:13:22 +08:00
62 changed files with 705 additions and 95 deletions

View File

@@ -43,7 +43,7 @@ class Enhancement(Dock):
available to be picked.
"""
if favourite:
self.dock_favourite_set(enable=True)
self.dock_favourite_set(enable=True, wait_loading=False)
if ship_type is not None:
ship_type = str(ship_type)
@@ -65,7 +65,7 @@ class Enhancement(Dock):
out: page_dock
"""
self.ui_back(DOCK_CHECK)
self.dock_favourite_set(enable=False)
self.dock_favourite_set(enable=False, wait_loading=False)
self.dock_filter_set()
def _enhance_confirm(self, skip_first_screenshot=True):