Skip to content

Commit

Permalink
fix: 轶事派遣逻辑修补
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 14, 2024
1 parent ae37930 commit 2346d02
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
Binary file added assets/resource/base/image/Anecdote/MainFlag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 22 additions & 5 deletions assets/resource/base/pipeline/anecdote.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@
"doc": "轶事追溯任务奖励已领取",
"recognition": "TemplateMatch",
"template": "./Anecdote/TaskAwardMainCompleted.png",
"target_offset": [
615,
0,
0,
0
"target": [
1006,
493,
78,
46
],
"action": "Click",
"next": [
Expand Down Expand Up @@ -629,6 +629,23 @@
],
"count": 100,
"inverse": true,
"next": [
"AnecdoteTaskExist",
"AnecdoteMainFlag2"
],
"interrupt": [
"ObtainedAwards"
]
},
"AnecdoteMainFlag2": {
"recognition": "TemplateMatch",
"template": "./Anecdote/MainFlag.png",
"roi": [
956,
443,
178,
146
],
"next": [
"AnecdoteTaskExist",
"AnecdoteCompleted_NoNext"
Expand Down

0 comments on commit 2346d02

Please sign in to comment.