From 2dc0f84dcc4f1e7c9cdd807be4ed69a2b5bf97a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E4=B8=B6=E6=A2=A6=E4=B8=B6=E4=BB=81?= <74444214+Daydreamer114@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:39:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=8B=AD=E8=B7=AF=E7=9B=B8=E9=80=A2?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E8=AF=86=E5=88=AB=E5=A4=B1=E8=B4=A5=20(#1175?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 狭路相逢事件识别失败 * fix: 中文符号 --- resource/tasks.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resource/tasks.json b/resource/tasks.json index 30bba57722..40941ec1ff 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7566,6 +7566,11 @@ "algorithm": "OcrDetect", "action": "ClickSelf", "text": [], + "ocrReplace": [ + ["魂灵见闻.*以血还血", "魂灵见闻:以血还血"], + ["魂灵见闻.*善恶同道", "魂灵见闻:善恶同道"], + ["魂灵见闻.*石心双(子)?", "魂灵见闻:石心双子"] + ], "preDelay": 600, "roi": [0, 405, 725, 225] },