Skip to content

Commit

Permalink
fix: 修复启动有时卡深渊/超弦空间结算的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 28, 2023
1 parent 3158cd9 commit afb2df0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"GameLoading",
"HomeFlag",
Expand Down Expand Up @@ -41,6 +43,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"GameLoading",
"HomeFlag",
Expand Down Expand Up @@ -85,6 +89,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"GameLoading",
"HomeFlag",
Expand All @@ -108,6 +114,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"HomeFlag"
],
Expand Down Expand Up @@ -135,6 +143,8 @@
"Sub_CollectDailyLoginReward",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"HomeFlag"
],
Expand Down Expand Up @@ -168,6 +178,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"HomeFlag"
],
Expand Down Expand Up @@ -331,6 +343,8 @@
"GameIdentifying",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"HomeFlag"
]
Expand All @@ -353,6 +367,8 @@
"Sub_BackText",
"Sub_CloseAnnouncement",
"Sub_CloseActivityAnnouncement",
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"HomeFlag"
]
Expand Down Expand Up @@ -394,5 +410,49 @@
77,
82
]
},
"Sub_SuperstringDimensionSettlement": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "StartUp/SuperstringDimensionSettlement.png",
"roi": [
431,
78,
426,
162
],
"pre_wait_freezes": {
"time": 200,
"target": "Sub_SuperstringDimensionSettlement"
},
"action": "Click",
"target": [
619,
635,
142,
69
]
},
"Sub_AbyssSettlement": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "StartUp/AbyssSettlement.png",
"roi": [
389,
133,
512,
174
],
"pre_wait_freezes": {
"time": 200,
"target": "Sub_AbyssSettlement"
},
"action": "Click",
"target": [
619,
635,
142,
69
]
}
}

0 comments on commit afb2df0

Please sign in to comment.