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