fix: 修复肉鸽编队时识别不到最下面一个干员名以及不能正确选技能的问题 (#6552)

This commit is contained in:
MistEO
2023-09-27 16:43:02 +08:00
committed by GitHub
2 changed files with 33 additions and 1 deletions

View File

@@ -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