完整的sitemap.json:
{
"global": {
"webviewParameter": {
"titleNView": {
"backgroundColor": "#f7f7f7",//导航栏背景色
"titleColor": "#27282a",//标题颜色
"titleSize": "17px",
},
"statusbar": {
//系统状态栏样式(前景色)
"style": "dark"
},
"appendCss": "",
"appendJs": ""
},
"easyConfig": {}
},
"pages": [
{
"webviewId": "__W2A__www.xxx.com",//首页
"matchUrls": [
{
"href": "https://www.xxx.com/mobile/index/index"
}, {
"href": "https://www.xxx.com/mobile/index/index/"
}
],
"webviewParameter": {
"titleNView": {
"backgroundColor": "#f7f7f7",//导航栏背景色
"titleColor": "#27282a",//标题颜色
"titleSize": "17px",
},
"statusbar": false
}
},
{
"webviewId": "login",//登录
"matchUrls": [
{
"pathname": "W:/mobile/wicket/login.html"
}
],
"webviewParameter": {
"titleNView": {
"titleText": "登录aaaa",
"backgroundColor": "#f7f7f7",//导航栏背景色
"titleColor": "#27282a",//标题颜色
"titleSize": "17px",
},
"statusbar": false
}
},
]
}
0 个回复