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.
52 lines
1.3 KiB
52 lines
1.3 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/fourm/fourm",
|
|
"pages/cart/cart",
|
|
"pages/usercenter/usercenter",
|
|
"pages/detail/detail"
|
|
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/home.png",
|
|
"selectedIconPath": "/images/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/fourm/fourm",
|
|
"text": "论坛",
|
|
"iconPath": "/images/message.png",
|
|
"selectedIconPath": "/images/message-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/cart",
|
|
"text": "购物车",
|
|
"iconPath": "/images/message.png",
|
|
"selectedIconPath": "/images/message-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/usercenter/usercenter",
|
|
"text": "我的",
|
|
"iconPath": "/images/message.png",
|
|
"selectedIconPath": "/images/message-active.png"
|
|
}
|
|
]
|
|
|
|
},
|
|
"window": {
|
|
"backgroundColor": "#F6F6F6",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#F6F6F6",
|
|
"navigationBarTitleText": "节时不节食",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
} |