mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复肉鸽编队时识别不到最下面一个干员名以及不能正确选技能的问题 (#6552)
This commit is contained in:
@@ -8674,6 +8674,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": 500,
|
||||
"postDelay": 1000,
|
||||
"next": [
|
||||
"Roguelike@StageCambatEnterAgain"
|
||||
]
|
||||
},
|
||||
"Roguelike@StageCambatEnterAgain": {
|
||||
"Doc": "这两步专门用来消除技能框出现白边闪烁,导致识别干员名出错的问题",
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [
|
||||
1100,
|
||||
504,
|
||||
133,
|
||||
94
|
||||
],
|
||||
"next": [
|
||||
"Roguelike@StartAction"
|
||||
]
|
||||
@@ -12403,7 +12435,7 @@
|
||||
],
|
||||
"specificRect_Doc": "x拿来当文字灰度二值化下限用",
|
||||
"specificRect": [
|
||||
100,
|
||||
95,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user