You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
778 B
JSON

1 year ago
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/logs/logs",
"pages/star/star",
"pages/search/search",
"pages/detail/detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
1 year ago
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "酒单",
"iconPath":"./images/menu.png",
"selectedIconPath": "./images/menu.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath":"./images/home.png",
"selectedIconPath": "./images/home.png"
}
]
}
1 year ago
}