配置模块

This commit is contained in:
WindowBird 2025-11-10 17:50:17 +08:00
parent 00bf837bd6
commit 66ca558652
2 changed files with 11 additions and 8 deletions

View File

@ -17,7 +17,9 @@
"delay" : 0
},
/* */
"modules" : {},
"modules" : {
"Camera" : {}
},
/* */
"distribute" : {
/* android */

View File

@ -7,13 +7,7 @@
},
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
@ -21,6 +15,13 @@
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/event/add/index",
"style": {