Skip to content

Commit

Permalink
fix: 修复启动卡月卡累计15天奖励的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 17, 2023
1 parent 84edd6e commit 79d7e3d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"Sub_BackText",
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_MonthlyCardCumulativeReward",
"Download",
"CloseVersionAnnouncement",
"StartGame",
Expand Down Expand Up @@ -38,6 +39,7 @@
"Sub_BackText",
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_MonthlyCardCumulativeReward",
"Download",
"CloseVersionAnnouncement",
"StartGame",
Expand Down Expand Up @@ -84,6 +86,7 @@
"Sub_BackText",
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_MonthlyCardCumulativeReward",
"Download",
"CloseVersionAnnouncement",
"StartGame",
Expand Down Expand Up @@ -142,6 +145,7 @@
"Sub_BackText",
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_MonthlyCardCumulativeReward",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
Expand Down Expand Up @@ -174,6 +178,7 @@
"Sub_BackText",
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_MonthlyCardCumulativeReward",
"CloseVersionAnnouncement",
"StartGame",
"GameIdentifying",
Expand Down Expand Up @@ -482,5 +487,22 @@
142,
69
]
},
"Sub_MonthlyCardCumulativeReward": {
"recognition": "OCR",
"text": "点击右侧水晶领取奖励",
"roi": [
561,
600,
374,
120
],
"action": "Click",
"target": [
1173,
482,
79,
62
]
}
}

0 comments on commit 79d7e3d

Please sign in to comment.