From 8c364ceca84dffe5e450e2adfbbe27feaf0f2be5 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:41:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E5=86=B7=E5=8D=B4=E8=AF=86=E5=88=AB=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 96f35838c7..30c57d59a2 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -8949,14 +8949,14 @@ "maskRange_Doc": "拿来做H通道的范围", "maskRange": [ 0, - 10 + 20 ], "specificRect_Doc": "拿来做S、V通道的范围", "specificRect": [ - 180, + 100, 255, 0, - 100 + 150 ] }, "BattleOperRoleRange": { @@ -17353,4 +17353,4 @@ "Stop" ] } -} \ No newline at end of file +}