mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 修复肉鸽招募有时漏干员的问题
可能引入一个新的问题:靠后的干员在之前能招募到,改完招募不到了。这个问题可以通过修改滑动上限解决,不过感觉影响不大,先不做改动 fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/3811
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user