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.
46 lines
1.2 KiB
46 lines
1.2 KiB
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/user/index",
|
|
"pages/billboards/index",
|
|
"pages/topics/index"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "凤栖市北",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#000",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/tab/home.png",
|
|
"selectedIconPath": "/images/tab/home_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/billboards/index",
|
|
"text": "宣传栏",
|
|
"iconPath": "/images/tab/billboard.png",
|
|
"selectedIconPath": "/images/tab/billboard_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/topics/index",
|
|
"text": "议事厅",
|
|
"iconPath": "/images/tab/topics.png",
|
|
"selectedIconPath": "/images/tab/topics_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "/images/tab/user.png",
|
|
"selectedIconPath": "/images/tab/user_highlight.png"
|
|
}
|
|
]
|
|
},
|
|
"debug": true,
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|