Skip to content

Commit

Permalink
fix: 修复每日心相卡选x2的问题 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jul 17, 2023
2 parents 07a1d0a + 10a5790 commit 902ac4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/resource/pipeline/psychube.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"SetReplaysTimes": {
"recognition": "TemplateMatch",
"template": "template/Psychube/SetReplaysTimes.png",
"threshold": 0.8,
"roi": [
737,
586,
Expand All @@ -125,7 +126,8 @@
],
"action": "Click",
"next": [
"ReplayTwice"
"ReplayTwice",
"SetReplaysTimes"
]
},
"ReplayTwice": {
Expand All @@ -139,6 +141,7 @@
],
"action": "Click",
"next": [
"ReplayTwice",
"StartReplay"
]
},
Expand Down

0 comments on commit 902ac4e

Please sign in to comment.