fix: 修复肉鸽招募有时漏干员的问题

可能引入一个新的问题:靠后的干员在之前能招募到,改完招募不到了。这个问题可以通过修改滑动上限解决,不过感觉影响不大,先不做改动

fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3811
This commit is contained in:
zzyyyl
2023-02-23 21:24:44 +08:00
parent 56d860182b
commit 3d15a5fddf

View File

@@ -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