Skip to content

Commit

Permalink
fix: 修复万象虚境时序通行证数量不足卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 8, 2023
1 parent d78374b commit 2f2b910
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions assets/resource/pipeline/combat/universal_mirage.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,39 @@
],
"action": "Click",
"next": [
"UniversalMirageNoneTimeSwirlPasses",
"UniversalMirageCostingTimeSwirlPasses",
"Sub_CloseDialogBox",
"Stop"
]
},
"UniversalMirageNoneTimeSwirlPasses": {
"recognition": "OCR",
"text": "您的时序通行证数量不足",
"roi": [
234,
286,
459,
142
],
"next": [
"UniversalMirageQuit"
]
},
"UniversalMirageQuit": {
"recognition": "OCR",
"text": "退出",
"roi": [
360,
551,
165,
137
],
"action": "Click",
"next": [
"UniversalMirageQuit",
"Sub_CloseDialogBox",
"Stop"
]
}
}

0 comments on commit 2f2b910

Please sign in to comment.