Skip to content

Commit

Permalink
chore: Sellect/Sellct->Select
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 1, 2024
1 parent 346a180 commit 41ae5b4
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 111 deletions.
4 changes: 2 additions & 2 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,15 +907,15 @@
{
"name": "故事模式",
"pipeline_override": {
"ActivityStageModelSellect": {
"ActivityStageModelSelect": {
"next": "ActivityStageModel_Story"
}
}
},
{
"name": "探索模式",
"pipeline_override": {
"ActivityStageModelSellect": {
"ActivityStageModelSelect": {
"next": "ActivityStageModel_Explore"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"action": "Click",
"next": [
"ActivityStageModelSellect"
"ActivityStageModelSelect"
]
}
}
2 changes: 1 addition & 1 deletion assets/resource/base/pipeline/activity/Route77.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"action": "Click",
"next": [
"ActivityStageModelSellect"
"ActivityStageModelSelect"
]
}
}
2 changes: 1 addition & 1 deletion assets/resource/base/pipeline/activity/StagePromotion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ActivityStageModelSellect": {
"ActivityStageModelSelect": {
"next_doc": "Set in code."
},
"ActivityStageModel_Story": {
Expand Down
Loading

0 comments on commit 41ae5b4

Please sign in to comment.