File tree 3 files changed +9
-9
lines changed
resource/base/pipeline/activity
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 812
812
{
813
813
"name" : " 故事模式" ,
814
814
"param" : {
815
- "ActivityStageDifficultySellect " : {
816
- "next" : " ActivityStageDifficulty_Story "
815
+ "ActivityStageModelSellect " : {
816
+ "next" : " ActivityStageModel_Story "
817
817
}
818
818
}
819
819
},
820
820
{
821
821
"name" : " 探索模式" ,
822
822
"param" : {
823
- "ActivityStageDifficultySellect " : {
824
- "next" : " ActivityStageDifficulty_Explore "
823
+ "ActivityStageModelSellect " : {
824
+ "next" : " ActivityStageModel_Explore "
825
825
}
826
826
}
827
827
}
Original file line number Diff line number Diff line change 66
66
],
67
67
"action" : " Click" ,
68
68
"next" : [
69
- " ActivityStageDifficultySellect "
69
+ " ActivityStageModelSellect "
70
70
]
71
71
}
72
72
}
Original file line number Diff line number Diff line change 1
1
{
2
- "ActivityStageDifficultySellect " : {
2
+ "ActivityStageModelSellect " : {
3
3
},
4
- "ActivityStageDifficulty_Story " : {
4
+ "ActivityStageModel_Story " : {
5
5
"recognition" : " OCR" ,
6
6
"expected" : [
7
7
" 故事模式"
17
17
" StagePromotion_SwipeRightAndFindStage"
18
18
]
19
19
},
20
- "ActivityStageDifficulty_Explore " : {
20
+ "ActivityStageModel_Explore " : {
21
21
"recognition" : " OCR" ,
22
22
"expected" : [
23
23
" 探索模式"
283
283
"next" : [
284
284
" StagePromotion_ReadyForAction" ,
285
285
" StagePromotion_BalanceModel" ,
286
+ " StagePromotion_Skip" ,
286
287
" StagePromotion_NextStage2" ,
287
288
" StagePromotion_NextStage1" ,
288
- " StagePromotion_Skip" ,
289
289
" StagePromotion_Confirm"
290
290
]
291
291
},
You can’t perform that action at this time.
0 commit comments