Skip to content

Commit

Permalink
fix: 为Award任务添加前置任务
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 13, 2024
1 parent 40bdbe1 commit ae37930
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions assets/resource/base/pipeline/awards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"Awards": {
"next": [
"AwardsMainFlag"
],
"interrupt": [
"ReturnMain"
]
},
"AwardsMainFlag": {
"recognition": "TemplateMatch",
"template": "StartUp/HomeFlag.png",
"roi": [
1022,
419,
194,
166
],
"action": "Click",
"target": [
576,
298,
68,
64
],
"next": [
"Sub_MailBadge",
"Sub_DailyBadge",
Expand Down

0 comments on commit ae37930

Please sign in to comment.