mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 修复肉鸽编队时不选技能的问题
This commit is contained in:
@@ -8679,6 +8679,38 @@
|
||||
265,
|
||||
119
|
||||
],
|
||||
"next": [
|
||||
"Roguelike@Back"
|
||||
]
|
||||
},
|
||||
"Roguelike@Back": {
|
||||
"Doc": "这两步专门用来消除技能框出现白边闪烁,导致识别干员名出错的问题",
|
||||
"template": "Return.png",
|
||||
"templThreshold": 0.7,
|
||||
"action": "ClickSelf",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
0,
|
||||
180,
|
||||
80
|
||||
],
|
||||
"preDelay": 200,
|
||||
"postDelay": 500,
|
||||
"next": [
|
||||
"Roguelike@StageCambatEnterAgain"
|
||||
]
|
||||
},
|
||||
"Roguelike@StageCambatEnterAgain": {
|
||||
"Doc": "这两步专门用来消除技能框出现白边闪烁,导致识别干员名出错的问题",
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [
|
||||
1100,
|
||||
504,
|
||||
133,
|
||||
94
|
||||
],
|
||||
"next": [
|
||||
"Roguelike@StartAction"
|
||||
]
|
||||
@@ -12408,7 +12440,7 @@
|
||||
],
|
||||
"specificRect_Doc": "x拿来当文字灰度二值化下限用",
|
||||
"specificRect": [
|
||||
100,
|
||||
95,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user