mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: [EN] "I" prefix in RadiantFeldspar
This commit is contained in:
parent
5188b5423b
commit
694cb51b5f
@ -55,6 +55,8 @@ class OcrPlaneName(OcrWhiteLetterOnComplexBackground):
|
||||
if '星港' in result:
|
||||
result = '迴星港'
|
||||
result = result.replace('太司', '太卜司')
|
||||
# IRadiantFeldspar
|
||||
result = re.sub('[Ii1|]\s*Radiant', 'Radiant', result)
|
||||
|
||||
result = result.replace(' ', '')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user