配置模块

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 "delay" : 0
}, },
/* */ /* */
"modules" : {}, "modules" : {
"Camera" : {}
},
/* */ /* */
"distribute" : { "distribute" : {
/* android */ /* android */

View File

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