mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user