21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"pages": [
|
|
"pages/web-view/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "百梦",
|
|
"navigationBarBackgroundColor": "#0b0f14",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#0b0f14",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"networkTimeout": {
|
|
"request": 60000,
|
|
"connectSocket": 60000,
|
|
"uploadFile": 60000,
|
|
"downloadFile": 60000
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|