Skip to content

Commit

Permalink
fix: 修复启动卡活动公告的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 25, 2023
1 parent cf921da commit c989bef
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 @@ -13,6 +13,7 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"GameLoading",
"HomeFlag",
"Sub_StartBH3"
Expand All @@ -36,6 +37,7 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"GameLoading",
"HomeFlag",
"Sub_StartBH3"
Expand All @@ -60,6 +62,7 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"HomeFlag"
]
},
Expand All @@ -81,6 +84,7 @@
"Sub_ObtainedAwards",
"Sub_CollectDailyLoginReward",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"HomeFlag"
],
"timeout": 60000,
Expand Down Expand Up @@ -112,6 +116,7 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"HomeFlag"
],
"timeout": 5000,
Expand Down Expand Up @@ -273,6 +278,7 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"HomeFlag"
]
},
Expand All @@ -291,7 +297,23 @@
"StartGame",
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"HomeFlag"
]
},
"Sub_CloseActivityAnnouncement": {
"recognition": "OCR",
"text": "点击空白区域关闭",
"roi": [
514,
603,
251,
117
],
"pre_wait_freezes": {
"time": 500,
"target": "Sub_CloseActivityAnnouncement"
},
"action": "Click"
}
}

0 comments on commit c989bef

Please sign in to comment.