Skip to content

Commit

Permalink
feat: 国际服(EN)启动
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 15, 2024
1 parent 9bf611d commit 90c8777
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"{PROJECT_DIR}/resource/base",
"{PROJECT_DIR}/resource/bilibili"
]
},
{
"name": "国际服(EN)",
"path": [
"{PROJECT_DIR}/resource/base",
"{PROJECT_DIR}/resource/global_en"
]
}
],
"task": [
Expand Down Expand Up @@ -926,4 +933,4 @@
]
}
}
}
}
6 changes: 6 additions & 0 deletions assets/resource/global_en/shutdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Close1999": {
"action": "StopApp",
"package": "com.bluepoch.m.en.reverse1999"
}
}
7 changes: 7 additions & 0 deletions assets/resource/global_en/startup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Sub_Start1999": {
"is_sub": true,
"action": "StartApp",
"package": "com.bluepoch.m.en.reverse1999"
}
}

0 comments on commit 90c8777

Please sign in to comment.