1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00
This commit is contained in:
2025-05-21 10:18:37 +08:00
47 changed files with 629 additions and 429 deletions

View File

@@ -336,7 +336,10 @@ class FastForwardHandler(AutoSearchHandler):
Pages:
in: MAP_PREPARATION
"""
return color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
percent = color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
if self.config.MAP_CLEAR_PERCENTAGE_SHORT:
percent *= 1.4
return percent
def campaign_name_increase(self, name):
"""