Skip to content

Commit d5cc3a9

Browse files
authored
fix:task命名不合适 (#157)
1 parent 171de79 commit d5cc3a9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

assets/interface.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -812,16 +812,16 @@
812812
{
813813
"name": "故事模式",
814814
"param": {
815-
"ActivityStageDifficultySellect": {
816-
"next": "ActivityStageDifficulty_Story"
815+
"ActivityStageModelSellect": {
816+
"next": "ActivityStageModel_Story"
817817
}
818818
}
819819
},
820820
{
821821
"name": "探索模式",
822822
"param": {
823-
"ActivityStageDifficultySellect": {
824-
"next": "ActivityStageDifficulty_Explore"
823+
"ActivityStageModelSellect": {
824+
"next": "ActivityStageModel_Explore"
825825
}
826826
}
827827
}

assets/resource/base/pipeline/activity/FloorItToTheGoldenCity.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
],
6767
"action": "Click",
6868
"next": [
69-
"ActivityStageDifficultySellect"
69+
"ActivityStageModelSellect"
7070
]
7171
}
7272
}

assets/resource/base/pipeline/activity/StagePromotion.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"ActivityStageDifficultySellect": {
2+
"ActivityStageModelSellect": {
33
},
4-
"ActivityStageDifficulty_Story": {
4+
"ActivityStageModel_Story": {
55
"recognition": "OCR",
66
"expected": [
77
"故事模式"
@@ -17,7 +17,7 @@
1717
"StagePromotion_SwipeRightAndFindStage"
1818
]
1919
},
20-
"ActivityStageDifficulty_Explore": {
20+
"ActivityStageModel_Explore": {
2121
"recognition": "OCR",
2222
"expected": [
2323
"探索模式"
@@ -283,9 +283,9 @@
283283
"next": [
284284
"StagePromotion_ReadyForAction",
285285
"StagePromotion_BalanceModel",
286+
"StagePromotion_Skip",
286287
"StagePromotion_NextStage2",
287288
"StagePromotion_NextStage1",
288-
"StagePromotion_Skip",
289289
"StagePromotion_Confirm"
290290
]
291291
},

0 commit comments

Comments
 (0)