From 656babbb6733f80a78865a694fa4ccf79bf1799e Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Sat, 29 Apr 2023 19:45:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E7=BA=BF?= =?UTF-8?q?=E5=AF=BC=E8=88=AAocrReplace=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #4546 --- resource/tasks.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 0f4a39302b..5259a3088a 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -191,16 +191,12 @@ "EPISODE" ], [ - "O(\\d)", - "0${1}" + "[Oo]$", + "0" ], [ - "(\\d)O", - "${1}0" - ], - [ - "OO", - "00" + "[Oo](\\d)", + "0$1" ], [ " ",