mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix: 修复 copilot 自动编队的 roi 问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2459
This commit is contained in:
@@ -5807,10 +5807,10 @@
|
||||
"template": "empty.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [
|
||||
1163,
|
||||
0,
|
||||
117,
|
||||
133
|
||||
1155,
|
||||
41,
|
||||
125,
|
||||
679
|
||||
],
|
||||
"templThreshold": 0.7,
|
||||
"maskRange": [
|
||||
@@ -5820,7 +5820,13 @@
|
||||
"rearDelay": 500
|
||||
},
|
||||
"BattleQuickFormationRole-All": {
|
||||
"baseTask": "BattleQuickFormationRole"
|
||||
"baseTask": "BattleQuickFormationRole",
|
||||
"roi": [
|
||||
1163,
|
||||
0,
|
||||
117,
|
||||
133
|
||||
]
|
||||
},
|
||||
"BattleQuickFormationRole-Pioneer": {
|
||||
"baseTask": "BattleQuickFormationRole"
|
||||
|
||||
Reference in New Issue
Block a user