Skip to content

Commit

Permalink
fix: 修复导航卡下载舰桥交互资源的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 21, 2023
1 parent f843ca0 commit b4984e6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/resource/pipeline/armada/armada.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next": [
"ArmadaPageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterArmadaPage",
"Sub_StartUp"
]
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/awards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next": [
"MissionsPageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterMissionsPage",
"Sub_StartUp"
]
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/combat/universal_mirage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next": [
"UniversalMiragePageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterUniversalMiragePage",
"Sub_EnterChallengeEventPage",
"Sub_EnterAttackPage",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/dorm/dorm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Sub_ConfirmDormUpdate",
"DormPageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterDormPage",
"Sub_StartUp"
]
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/material_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next": [
"MaterialEventFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterMaterialExpeditionPage",
"Sub_EnterAttackEventPage",
"Sub_EnterAttackPage",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next": [
"DailyShopPageFlag",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"Sub_EnterShopPage",
"Sub_EnterSupplyPage",
"Sub_StartUp"
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Sub_SuperstringDimensionSettlement",
"Sub_AbyssSettlement",
"Sub_AiPromptFlag",
"Sub_CancelDownloadAudioFiles",
"Sub_CancelDownload",
"GameLoading",
"HomeFlag",
"MiHoYoLogo",
Expand Down
5 changes: 3 additions & 2 deletions assets/resource/pipeline/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@
],
"action": "Click"
},
"Sub_CancelDownloadAudioFiles": {

"Sub_CancelDownload": {
"is_sub": true,
"recognition": "OCR",
"text": [
"即将下载相关音频资源"
"即将下载"
],
"roi": [
298,
Expand Down

0 comments on commit b4984e6

Please sign in to comment.