From ea1446ea5bfda467d6ee29eda2e08a9ab73a36ba Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sun, 7 Apr 2024 08:46:06 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=89=B9=E7=B1=B3=E7=B1=B3=20in=20battl?= =?UTF-8?q?e=20ocr=20detection=20(#8788)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 特米米 in battle ocr detection * chore: updated regex --- resource/tasks.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index 87934a75ae..5b76636dec 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -3493,6 +3493,10 @@ [ "应泡普卡", "泡普卡" + ], + [ + "特米米.+", + "特米米" ] ] }, @@ -17669,4 +17673,4 @@ "Stop" ] } -} \ No newline at end of file +}