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

Add: Heart-Linking Harmony chapter ISP

This commit is contained in:
LmeSzinc
2024-04-26 03:25:58 +08:00
parent fbf7bc02c6
commit bbef93c03d
9 changed files with 443 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class CampaignOcr(ModuleBase):
name = name.strip('-')
if name == 'sp':
return 'ex_sp', '1'
elif name.startswith('extra'):
elif name.startswith('extra') or name == 'ex':
return 'ex_ex', '1'
elif '-' in name:
return name.split('-')