mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
18 lines
347 B
JSON
18 lines
347 B
JSON
|
{
|
||
|
"pages": [
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": ""
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
}
|
||
|
}
|