Skip to content

Commit

Permalink
fix: 修复卡没打记忆战场或开放世界弹爱酱提示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 26, 2023
1 parent c4f137d commit aa8e843
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Binary file added assets/resource/image/StartUp/AiPromptFlag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"GameLoading",
"HomeFlag",
"Sub_StartBH3"
Expand All @@ -38,6 +39,7 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"GameLoading",
"HomeFlag",
"Sub_StartBH3"
Expand All @@ -63,6 +65,7 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"HomeFlag"
]
},
Expand All @@ -85,6 +88,7 @@
"Sub_CollectDailyLoginReward",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"HomeFlag"
],
"timeout": 60000,
Expand Down Expand Up @@ -117,6 +121,7 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"HomeFlag"
],
"timeout": 5000,
Expand Down Expand Up @@ -279,6 +284,7 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"HomeFlag"
]
},
Expand All @@ -296,8 +302,11 @@
"CloseVersionAnnouncement",
"StartGame",
"GameIdentifying",
"Sub_BackButton",
"Sub_BackText",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_AiPromptFlag",
"HomeFlag"
]
},
Expand All @@ -316,5 +325,27 @@
"target": "Sub_CloseActivityAnnouncement"
},
"action": "Click"
},
"Sub_AiPromptFlag": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "StartUp/AiPromptFlag.png",
"roi": [
1030,
479,
171,
182
],
"pre_wait_freezes": {
"time": 500,
"target": "Sub_AiPromptFlag"
},
"action": "Click",
"target": [
1063,
131,
77,
82
]
}
}

0 comments on commit aa8e843

Please sign in to comment.