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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user