Skip to content

Commit

Permalink
feat: 添加夏日活动自动领取奖品
Browse files Browse the repository at this point in the history
  • Loading branch information
LBEILC committed Sep 15, 2024
1 parent a29c333 commit 8a63d87
Showing 1 changed file with 82 additions and 1 deletion.
83 changes: 82 additions & 1 deletion assets/resource/base/pipeline/summer.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,87 @@
107,
35
],
"action": "Click"
"action": "Click",
"next": [
"夏活_返回首页",
"夏活_无票券"
]
},
"夏活_首页标识": {
"recognition": "OCR",
"expected": [
"夏日"
],
"roi": [
272,
186,
189,
68
],
"next": [
"夏活_活动奖励",
"夏活_首页标识"
]
},
"夏活_返回首页": {
"next": [
"夏活_首页标识",
"子任务_点击返回",
"夏活_返回首页"
]
},
"夏活_活动奖励": {
"recognition": "OCR",
"expected": [
"夏日"
],
"roi": [
272,
186,
189,
68
],
"target": [
952,
303,
260,
92
],
"action": "Click",
"next": [
"夏活_活动奖励_点击领取",
"夏活_活动奖励_领取完成",
"夏活_活动奖励"
]
},
"夏活_活动奖励_点击领取": {
"recognition": "OCR",
"expected": [
"领取"
],
"roi": [
1090,
280,
115,
33
],
"action": "Click",
"next": [
"子任务_获得物品",
"夏活_活动奖励_领取完成",
"夏活_活动奖励_点击领取"
]
},
"夏活_活动奖励_领取完成": {
"recognition": "OCR",
"expected": [
"获取"
],
"roi": [
1094,
282,
105,
32
]
}
}

0 comments on commit 8a63d87

Please sign in to comment.