mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
fix: 修复 "Return" 任务没 roi 的问题
This commit is contained in:
@@ -3980,7 +3980,14 @@
|
||||
"Return": {
|
||||
"action": "ClickSelf",
|
||||
"templThreshold": 0.7,
|
||||
"rearDelay": 2000
|
||||
"rearDelay": 2000,
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
0,
|
||||
180,
|
||||
80
|
||||
]
|
||||
},
|
||||
"Infrast@Main": {
|
||||
"template": "EnterInfrast.png",
|
||||
|
||||
Reference in New Issue
Block a user