From f23d41d52688c6f5fb926dd8577d34acefb6f2cc Mon Sep 17 00:00:00 2001 From: Loong Date: Sun, 18 Aug 2024 21:52:37 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=B9=B2=E5=91=98=20O?= =?UTF-8?q?CR=20=E8=AF=86=E5=88=AB=E7=BB=93=E6=9E=9C=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=89=8D=E5=AF=BC=E4=B8=8B=E5=88=92=E7=BA=BF=20(#10280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 去除干员 OCR 识别结果中的前导下划线 * fix: make sure at least one character following the underscore Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> --------- Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> --- resource/tasks.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/tasks.json b/resource/tasks.json index cb19098125..243d010452 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -1886,6 +1886,7 @@ ["^(?:[<4~]|《|。)+", ""], ["^c(?!ast)", ""], ["^\\^一", ""], + ["^_(?=.)", ""], ["^令.+", "令"], [".*弦惊.*", "“弦惊”"], [".*亚梅塔", "菲亚梅塔"],