Skip to content

Commit

Permalink
fix: 修复卡家园升级页面的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 7, 2023
1 parent 007ead5 commit 7290cf2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/resource/pipeline/dorm/dorm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "../../pipeline.schema.json",
"Dorm": {
"next": [
"Sub_ConfirmDormUpdate",
"DormPageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
Expand All @@ -19,6 +20,7 @@
131
],
"next": [
"Sub_ConfirmDormUpdate",
"CollectGold",
"CollectAP",
"Errands",
Expand Down Expand Up @@ -113,5 +115,17 @@
"Expeditions",
"Stop"
]
},
"Sub_ConfirmDormUpdate": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "StartUp/Confirm.png",
"roi": [
554,
518,
173,
136
],
"action": "Click"
}
}

0 comments on commit 7290cf2

Please sign in to comment.