Skip to content

Commit

Permalink
增加启动项和关闭应用
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed May 23, 2024
1 parent 7eef040 commit 24af8a2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
{
"name": "领取任务",
"entry": "Mission"
},
{
"name": "指挥局",
"entry": "CommandCenter"
}
]
}
8 changes: 7 additions & 1 deletion assets/resource/base/pipeline/StartUp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"StartUp": {
"next": [
"CheckMain",
"EnterGame"
"EnterGame",
"StartApp"
]
},
"EnterGame": {
Expand Down Expand Up @@ -71,5 +72,10 @@
0,
0
]
},
"StartApp": {
"is_sub": true,
"action": "StartApp",
"package": "com.kurogame.haru.bilibili/com.haru.herousdk.SplashActivity"
}
}
6 changes: 6 additions & 0 deletions assets/resource/base/pipeline/StopApp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"StopApp": {
"action": "StopApp",
"package": "com.kurogame.haru.bilibili"
}
}
8 changes: 8 additions & 0 deletions interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
{
"name": "领取任务",
"entry": "Mission"
},
{
"name": "指挥局",
"entry": "CommandCenter"
},
{
"name": "关闭应用",
"entry": "StopApp"
}
]
}

0 comments on commit 24af8a2

Please sign in to comment.