You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
693 B
JSON
30 lines
693 B
JSON
{
|
|
"pages": [{
|
|
"path": "pages/main/home/home",
|
|
"style": {
|
|
"navigationBarTitleText": "鹿和开发套件",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}],
|
|
"subPackages": [{
|
|
"root": "pages/dev",
|
|
"pages": [{
|
|
"path": "dev/dev",
|
|
"style": {
|
|
"navigationBarTitleText": "示例",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
}]
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "鹿和开发套件",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|