From 74aff44667612ace6504ee00ded76f49bc130fbe Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 11 Dec 2022 13:55:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E7=9A=84=E9=9D=9E=E6=B3=95=E5=85=B3=E5=8D=A1=E5=90=8D=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 722d5812a4..59d4cd5a14 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6316,6 +6316,10 @@ "action": "DoNothing", "text": [], "ocrReplace": [ + [ + "—", + "-" + ], [ "^.+-EX-?\\d+$", "_INVALID_" @@ -6327,10 +6331,6 @@ [ "^.+-MO-?\\d+$", "_INVALID_" - ], - [ - "—", - "-" ] ], "roi": [ @@ -9117,4 +9117,4 @@ "RoguelikeWaitBattleStart" ] } -} \ No newline at end of file +}