Skip to content

Commit

Permalink
修复导航bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Saratoga-Official committed Jun 13, 2024
1 parent 3b159a2 commit 66d3078
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
17 changes: 15 additions & 2 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"resource": [
{
"name": "官服",
"name": "国服",
"path": [
"{PROJECT_DIR}/resource/base"
]
Expand Down Expand Up @@ -86,6 +86,12 @@
"往左滑"
]
},
"往左滑": {
"next": [
"6-1",
"往左滑"
]
},
"第七章": {
"next": ["7到6"]
},
Expand Down Expand Up @@ -147,6 +153,12 @@
"往左滑"
]
},
"往左滑": {
"next": [
"8-1",
"往左滑"
]
},
"第九章": {
"next": ["9到8"]
},
Expand Down Expand Up @@ -211,7 +223,8 @@
"炸鱼开始战斗",
"炸鱼单横阵",
"炸鱼取消",
"炸鱼船舱满"
"炸鱼船舱满",
"点击加速"
]
}
}
Expand Down
18 changes: 13 additions & 5 deletions assets/resource/base/pipeline/炸鱼.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,19 @@
"炸鱼识别潜艇",
"炸鱼单横阵",
"炸鱼取消",
"炸鱼船舱满"
],
"timeout": 30000,
"timeout_next": [
"炸鱼退出"
"炸鱼船舱满",
"点击加速"
]
},
"点击加速": {
"action": "Click",
"target": [1000,250,50,50],
"next": [
"炸鱼识别潜艇",
"炸鱼单横阵",
"炸鱼取消",
"炸鱼船舱满",
"点击加速"
]
},
"炸鱼船舱满": {
Expand Down

0 comments on commit 66d3078

Please sign in to comment.