14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"pages": ["pages/index/index"],
|
|
"window": {
|
|
"navigationBarTitleText": "游民导航",
|
|
"navigationBarBackgroundColor": "#e9eef4",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#e9eef4",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|