You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
421 B
18 lines
421 B
5 years ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/config/config",
|
||
|
"pages/https/https",
|
||
|
"pages/session/session",
|
||
|
"pages/websocket/websocket",
|
||
|
"pages/game/game",
|
||
|
"pages/shouquan/shouquan"
|
||
|
],
|
||
|
"window": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#fff",
|
||
|
"navigationBarTitleText": " ",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
},
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|