From 229bdb6514fc992bd3e264b0b600f09441dd4cae Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:32:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=82=89=E9=B8=BD?= =?UTF-8?q?=E9=80=89=E9=9A=BE=E5=BA=A6=E5=81=B6=E7=8E=B0=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 619eb5b019..ef1da35719 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6646,11 +6646,20 @@ "Roguelike@ChooseDifficulty_Specified": { "doc": "用于 RoguelikeDifficultySelectionTaskPlugin", "baseTask": "NumberOcrReplace", - "roi": [400, 450, 225, 160], + "ocrReplaceDoc": "不知道为啥有些人会识别到\\.,全部替换下得了", + "ocrReplace": [ + [ "[Oo]", "0" ], + [ "[IiLl]", "1" ], + [ "\\|", "1" ], + [ "B", "8" ], + [ "\\.", "" ], + [ " ", "" ] + ], + "roi": [ 400, 450, 225, 160 ], "fullMatch": true, "action": "ClickSelf", "postDelay": 800, - "next": ["#self", "Stop"] + "next": [ "#self", "Stop" ] }, "Roguelike@ChooseOper": { "Doc": "本任务注册了插件 RoguelikeRecruitTaskPlugin",