Skip to content

Commit

Permalink
Merge pull request #18 from LBEILC/dev
Browse files Browse the repository at this point in the history
适配maafw2.0问题 去除roi数组
  • Loading branch information
Tohkahb authored Sep 29, 2024
2 parents 2d3441c + 4064c6d commit 6512ce9
Showing 1 changed file with 20 additions and 30 deletions.
50 changes: 20 additions & 30 deletions assets/resource/base/pipeline/summer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"action": "Click",
"expected": "夏日",
"roi": [
[
848,
145,
66,
123
]
848,
145,
66,
123
],
"next": [
"夏活_任务奖励入口",
Expand All @@ -27,12 +25,10 @@
"action": "Click",
"expected": "",
"roi": [
[
883,
129,
241,
117
]
883,
129,
241,
117
],
"next": "夏活_任务奖励_点击领取"
},
Expand All @@ -41,12 +37,10 @@
"action": "Click",
"expected": "领取",
"roi": [
[
1029,
93,
145,
44
]
1029,
93,
145,
44
],
"next": [
"夏活_任务奖励_奖励弹框",
Expand All @@ -59,12 +53,10 @@
"action": "Click",
"expected": "获得物品",
"roi": [
[
527,
160,
214,
68
]
527,
160,
214,
68
],
"next": [
"夏活_任务奖励_领取完成",
Expand All @@ -75,12 +67,10 @@
"recognition": "OCR",
"expected": "已完成",
"roi": [
[
1051,
210,
105,
41
]
1051,
210,
105,
41
],
"next": "夏活_任务奖励_返回"
},
Expand Down

0 comments on commit 6512ce9

Please sign in to comment.