From 3d15a5fddfe11b11f958250e2f8dbc2fe2f0aba4 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Thu, 23 Feb 2023 21:24:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=82=89=E9=B8=BD?= =?UTF-8?q?=E6=8B=9B=E5=8B=9F=E6=9C=89=E6=97=B6=E6=BC=8F=E5=B9=B2=E5=91=98?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 可能引入一个新的问题:靠后的干员在之前能招募到,改完招募不到了。这个问题可以通过修改滑动上限解决,不过感觉影响不大,先不做改动 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3811 --- resource/tasks.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index acc362b06c..b520cfb109 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -9114,14 +9114,15 @@ }, "RoguelikeRecruitOperListSlowlySwipeToTheLeft": { "baseTask": "SlowlySwipeToTheLeft", + "Doc": "为了保证每次滑动至少多出一列 且 不能跳过一列,应保证滑动距离在400-500之间。", "specificRect": [ - 500, + 620, 340, 20, 20 ], "rectMove": [ - 1150, + 1100, 340, 20, 20 @@ -9130,13 +9131,13 @@ "RoguelikeRecruitOperListSlowlySwipeToTheRight": { "baseTask": "SlowlySwipeToTheRight", "specificRect": [ - 1150, + 1100, 340, 20, 20 ], "rectMove": [ - 500, + 620, 340, 20, 20