1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Add: preparation for chapter 16

This commit is contained in:
sui-feng-cb
2026-01-10 17:12:22 +08:00
parent afb0af1083
commit 418f7a4310
15 changed files with 656 additions and 1 deletions

View File

@@ -572,3 +572,9 @@ class FastForwardHandler(AutoSearchHandler):
self.device.click(MAP_WALK_SPEEDUP)
interval.reset()
continue
def handle_submarine_cost_popup(self):
if self.config.MAP_HAS_SUBMARINE_SUPPORT and self.handle_popup_confirm('SUBMARINE_COST'):
return True
return False