mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: EN InfrastTrainingOperatorAndSkill adaptation
This commit is contained in:
@@ -1041,7 +1041,16 @@
|
||||
"text": ["Done"]
|
||||
},
|
||||
"InfrastTrainingOperatorAndSkill": {
|
||||
"roi": [152, 621, 341, 29]
|
||||
"roi": [152, 621, 341, 29],
|
||||
"text": [],
|
||||
"ocrReplace": [
|
||||
["^\\[", ""],
|
||||
["\\]", "\n"],
|
||||
["(·|;)+", ""],
|
||||
[" [Aa]$", " α"],
|
||||
[" [Bb]$", " β"],
|
||||
[" [Yy]$", " γ"]
|
||||
]
|
||||
},
|
||||
"BattleStageName": {
|
||||
"Doc": "该任务的 ocrReplace 被所有涉及Rouge-like的English识别任务复用",
|
||||
|
||||
Reference in New Issue
Block a user