mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix.修复未打完活动关卡时使用导航发生错误的问题
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user