mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:28:03 +08:00
Fix: [JP] Opsi ocr fix (#2521)
* Opt: abspath in appdir of uiautomator2 cache * Fix: [JP] Opsi port ocr hotfix Fix wrong ocr of port Taranto from 'タフント' to 'タラント'. --------- Co-authored-by: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com>
This commit is contained in:
parent
a12547a234
commit
5024454b42
@ -92,7 +92,7 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
||||
# Katakana 'ペ' may be misread as Hiragana 'ぺ'.
|
||||
name = name.replace('一', 'ー').replace('力', 'カ').replace('ぺ', 'ペ')
|
||||
name = name.replace('ジブフルタル', 'ジブラルタル')
|
||||
name = name.replace('タント', 'タラント')
|
||||
name = name.replace('タント', 'タラント').replace('タフント', 'タラント')
|
||||
return name
|
||||
|
||||
@Config.when(SERVER='tw')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user