1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-05 03:57:35 +08:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
SevCrane
2024-06-07 18:00:59 +08:00
50 changed files with 253 additions and 119 deletions

View File

@@ -36,7 +36,7 @@ class CampaignBase(CampaignBase_):
# Smaller image to run faster
area = (73, 135, 1223, 583)
image = rgb2gray(crop(self.device.image, area=area))
image = rgb2gray(crop(self.device.image, area=area, copy=False))
# E1-1 ~ E1-2
sim, button = TEMPLATE_EVENT_20230817_STORY_E1.match_result(image)