2019-06-16 00:13:45 +08:00

54 lines
1.5 KiB
JSON

{
"pages": [
"components/welcome/welcome",
"components/inform/inform",
"components/about/about",
"components/signin/signin",
"components/mine/mine",
"components/homePage/homePage",
"components/fuzzySearch/fuzzySearch",
"components/createProj/createProj",
"components/tagSearch/tagSearch",
"components/examine/examine",
"components/sellerInfo/sellerInfo",
"components/details/details"
],
"tabBar": {
"custom": false,
"color": "#666666",
"selectedColor": "#f43f3b",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"text":"主页",
"pagePath": "components/homePage/homePage",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_fill.png"
},
{
"text":"发布",
"pagePath": "components/createProj/createProj",
"iconPath": "images/add.png",
"selectedIconPath": "images/add_fill.png"
},
{
"text":"我的",
"pagePath": "components/mine/mine",
"iconPath": "images/people.png",
"selectedIconPath": "images/people_fill.png"
}
]
},
"window": {
"navigationBarBackgroundColor": "#39b54a",
"navigationBarTitleText": "二手交易",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": false
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
}
}