52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/history/index",
|
|
"pages/inbox/index",
|
|
"pages/profile/index",
|
|
"pages/login/index",
|
|
"pages/register/index",
|
|
"pages/batch/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "内容风控平台",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark",
|
|
"backgroundColor": "#f5f5f7"
|
|
},
|
|
"tabBar": {
|
|
"color": "#86868b",
|
|
"selectedColor": "#0066cc",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "发布",
|
|
"iconPath": "assets/icons/publish.png",
|
|
"selectedIconPath": "assets/icons/publish-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/history/index",
|
|
"text": "历史",
|
|
"iconPath": "assets/icons/history.png",
|
|
"selectedIconPath": "assets/icons/history-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/inbox/index",
|
|
"text": "私信",
|
|
"iconPath": "assets/icons/inbox.png",
|
|
"selectedIconPath": "assets/icons/inbox-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "assets/icons/profile.png",
|
|
"selectedIconPath": "assets/icons/profile-active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |