Skip to content

Commit

Permalink
fix: 深眠选择队伍问题 (#147)
Browse files Browse the repository at this point in the history
现在与队伍名字无关,默认使用第一队和第二队
  • Loading branch information
Tohkahb authored Jul 19, 2024
1 parent 66a17cf commit 873b5ff
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"entry": "Psychube"
},
{
"name": "自动深眠(配置一二队后再运行,队列名称默认",
"name": "自动深眠(配置一二队后再运行)",
"entry": "Limbo"
},
{
Expand Down Expand Up @@ -790,4 +790,4 @@
]
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 37 additions & 37 deletions assets/resource/base/pipeline/limbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,14 @@
]
},
"LimboTeamSelection_1": {
"recognition": "OCR",
"expected": "成员队列",
"recognition": "TemplateMatch",
"template": "Limbo/LimboTeamList_Off.png",
"threshold": 0.9,
"roi": [
786,
940,
631,
156,
43
48,
48
],
"action": "Click",
"next": [
Expand All @@ -182,22 +183,21 @@
},
"LimboTeamSelection_11": {
"recognition": "TemplateMatch",
"template": [
"Limbo/LimboTeamSelection_11.png",
"Limbo/LimboTeamSelection_12.png"
],
"order_by": "Score",
"threshold": [
0.9,
0.9
],
"template": "Limbo/LimboTeamList_Open.png",
"threshold": 0.9,
"roi": [
722,
342,
272,
219
940,
631,
48,
48
],
"action": "Click",
"target": [
840,
406,
48,
30
],
"next": [
"LimboAction_1",
"LimboTeamSelection_11"
Expand Down Expand Up @@ -276,13 +276,14 @@
]
},
"LimboTeamSelection_2": {
"recognition": "OCR",
"expected": "成员队列",
"recognition": "TemplateMatch",
"template": "Limbo/LimboTeamList_Off.png",
"threshold": 0.9,
"roi": [
786,
940,
631,
156,
43
48,
48
],
"action": "Click",
"next": [
Expand All @@ -292,22 +293,21 @@
},
"LimboTeamSelection_22": {
"recognition": "TemplateMatch",
"template": [
"Limbo/LimboTeamSelection_21.png",
"Limbo/LimboTeamSelection_22.png"
],
"order_by": "Score",
"threshold": [
0.9,
0.9
],
"template": "Limbo/LimboTeamList_Open.png",
"threshold": 0.9,
"roi": [
722,
342,
272,
219
940,
631,
48,
48
],
"action": "Click",
"target": [
837,
463,
48,
35
],
"next": [
"LimboAction_2",
"LimboTeamSelection_22"
Expand Down Expand Up @@ -429,4 +429,4 @@
],
"next": []
}
}
}

0 comments on commit 873b5ff

Please sign in to comment.