1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00
This commit is contained in:
sui-feng-cb
2025-10-24 02:13:46 +08:00
32 changed files with 775 additions and 136 deletions

View File

@@ -106,6 +106,7 @@ class Commission:
result = ocr.ocr(self.image).upper()
# DALY RESOURCE EXTRACTION -> DAILY RESOURCE EXTRACTION
result = result.replace('DALY', 'DAILY')
result = result.replace('NVB', 'NYB')
self.name = result
self.genre = self.commission_name_parse(self.name)