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

Add: 增加了未通关的章节名的识别

- ocr预处理时会将图片左对齐
This commit is contained in:
LmeSzinc
2020-04-18 21:19:15 +08:00
parent 0663ee3d63
commit a8a243052f
7 changed files with 34 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ class CampaignBase(Map):
def run(self):
logger.hr(self.ENTRANCE, level=2)
self.handle_spare_fleet()
self.ENTRANCE.area = self.ENTRANCE.button
self.enter_map(self.ENTRANCE, mode=self.config.CAMPAIGN_MODE)
self.handle_map_fleet_lock()
self.handle_fleet_reverse()