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

Fix: Getting index of a digit chapter when looking for a non-digit chapter (#4504)

This commit is contained in:
LmeSzinc
2025-01-10 02:27:51 +08:00
parent 40a9e901e2
commit 2176fdf803
18 changed files with 72 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ from module.template.assets import *
class CampaignOcr(ModuleBase):
stage_entrance = {}
campaign_chapter = 0
campaign_chapter: str = '0'
# An approximate area where stages will appear for faster template matching
_stage_detect_area = (87, 117, 1151, 636)