fix.修复未打完活动关卡时使用导航发生错误的问题

This commit is contained in:
ABA2396
2022-06-14 20:56:57 +08:00
parent d5b127bc2c
commit fbd53b36ea

View File

@@ -203,8 +203,11 @@
"action": "DoNothing",
"sub": [
"LE-Open",
"LEChapterToLE",
"StageLE-5"
"LEChapterToLE"
],
"next": [
"StageLE-5",
"SwapToStageLE-5"
]
},
"LE-6": {
@@ -212,8 +215,11 @@
"action": "DoNothing",
"sub": [
"LE-Open",
"LEChapterToLE",
"StageLE-6"
"LEChapterToLE"
],
"next": [
"StageLE-6",
"SwapToStageLE-6"
]
},
"LE-7": {
@@ -221,8 +227,11 @@
"action": "DoNothing",
"sub": [
"LE-Open",
"LEChapterToLE",
"StageLE-7"
"LEChapterToLE"
],
"next": [
"StageLE-7",
"SwapToStageLE-7"
]
},
"LE-Open": {
@@ -252,8 +261,31 @@
],
"action": "ClickSelf",
"sub": [
"SwipeToTheRight",
"SlowlySwipeToTheLeft"
"SwipeToTheRight"
]
},
"SwapToStageLE-5": {
"algorithm": "JustReturn",
"action": "SlowlySwipeToTheLeft",
"next": [
"StageLE-5",
"SwapToStageLE-5"
]
},
"SwapToStageLE-6": {
"algorithm": "JustReturn",
"action": "SlowlySwipeToTheLeft",
"next": [
"StageLE-6",
"SwapToStageLE-6"
]
},
"SwapToStageLE-7": {
"algorithm": "JustReturn",
"action": "SlowlySwipeToTheLeft",
"next": [
"StageLE-7",
"SwapToStageLE-7"
]
},
"StageLE-5": {