From 0e7b35d2988580d7ad4cb56dc7e4bcfd3fda321f Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 20 Jun 2023 20:46:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E5=B9=B2=E5=91=98=E8=AF=86=E5=88=AB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5174 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5188 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5206 --- resource/tasks.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resource/tasks.json b/resource/tasks.json index f6120fe0bb..b86d827093 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2492,6 +2492,13 @@ "Doc": "该任务的 ocrReplace 被所有涉及干员名的识别任务复用", "fullMatch": true, "ocrReplace": [ + [ + "^4", + "" + ], [ + "^<", + "" + ], [ "^令.+", "令" @@ -2555,6 +2562,10 @@ [ "^夕.*", "夕" + ], + [ + "12E", + "12F" ] ] },