52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
||
"pages":[
|
||
"pages/register/register",
|
||
"pages/login/login",
|
||
"pages/detail/detail",
|
||
"pages/index/index",
|
||
"pages/logs/logs",
|
||
"pages/test/test"
|
||
],
|
||
"entryPagePath":"pages/register/register",
|
||
"window":{
|
||
"backgroundTextStyle":"light",
|
||
"navigationBarBackgroundColor": "#00f",
|
||
"navigationBarTitleText": "Hello!!!",
|
||
"navigationBarTextStyle":"black",
|
||
"backgroundColor": "#f00"
|
||
},
|
||
"networkTimeout": {
|
||
"request": 3000
|
||
},
|
||
"tabBar": {
|
||
"borderStyle": "white",
|
||
"position": "bottom",
|
||
"color": "#bfbfbf",
|
||
"selectedColor": "#1c1b21",
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/index/index",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/logs/logs",
|
||
"text": "日志"
|
||
},
|
||
{
|
||
"pagePath": "pages/detail/detail",
|
||
"text": "详情"
|
||
},
|
||
{
|
||
"pagePath": "pages/register/register",
|
||
"text": "注册"
|
||
},
|
||
{
|
||
"pagePath": "pages/login/login",
|
||
"text": "登录"
|
||
}
|
||
]
|
||
},
|
||
"style": "v2",
|
||
"sitemapLocation": "sitemap.json"
|
||
}
|