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.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"pages": [
|
|
"pages/secondhand/index",
|
|
"pages/profile/index",
|
|
"pages/secondhand/publish",
|
|
"pages/secondhand/detail",
|
|
"pages/profile/orders",
|
|
"pages/index/index",
|
|
"pages/logs/logs"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "二手交易商城",
|
|
"backgroundColor": "#f7f7f7"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#3A86FF",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/secondhand/index",
|
|
"text": "二手超市",
|
|
"iconPath": "images/secondhand.png",
|
|
"selectedIconPath": "images/secondhand_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "images/profile.png",
|
|
"selectedIconPath": "images/profile_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |