Skip to content

Commit

Permalink
fix: 轶事派遣相关问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 12, 2024
1 parent 5a8272a commit 72fcf56
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion assets/resource/base/pipeline/anecdote.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
]
},
"ActivityMainFlag": {
"doc": "活动主页面",
"recognition": "OCR",
"expected": "步入剧情",
"expected": [
"",
"入剧情"
],
"roi": [
1046,
623,
Expand Down Expand Up @@ -42,12 +46,25 @@
"action": "Click",
"next": [
"AnecdoteMainFlag",
"AnecdoteNotReadEver",
"ActivityMainAnecdoteFlag"
],
"interrupt": [
"ObtainedAwards"
]
},
"AnecdoteNotReadEver": {
"recognition": "OCR",
"expected": "首次免费",
"roi": [
595,
291,
79,
25
],
"only_rec": true,
"action": "Click"
},
"AnecdoteMainFlag": {
"recognition": "OCR",
"expected": "阅读故事",
Expand All @@ -58,10 +75,14 @@
32
],
"only_rec": true,
"post_wait_freezes": 500,
"next": [
"AnecdoteNotRead",
"AnecdoteTaskExist",
"AnecdoteCompleted"
],
"interrupt": [
"ObtainedAwards"
]
},
"AnecdoteTaskExist": {
Expand Down Expand Up @@ -90,6 +111,17 @@
"AnecdoteTaskExist"
]
},
"AnecdoteNoFusingBox": {
"recognition": "OCR",
"expected": "0",
"roi": [
1155,
22,
30,
26
],
"only_rec": true
},
"AnecdoteTraceFlag": {
"doc": "当前位于轶事追溯界面",
"todo_doc": "后面看看又没有别的flag,目前这个效率还是太低了",
Expand All @@ -113,6 +145,7 @@
418
],
"next": [
"AnecdoteNoFusingBox",
"AnecdoteTaskAwardCompleted"
],
"interrupt": [
Expand Down Expand Up @@ -140,6 +173,7 @@
418
],
"next": [
"AnecdoteNoFusingBox",
"AnecdoteTaskCompleted_1"
],
"interrupt": [
Expand Down Expand Up @@ -242,6 +276,7 @@
50
],
"next": [
"AnecdoteNoFusingBox",
"AnecdoteTaskCompleted_2"
],
"interrupt": [
Expand Down

0 comments on commit 72fcf56

Please sign in to comment.