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.
42 lines
864 B
42 lines
864 B
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/submit/submit",
|
|
|
|
"pages/show/show",
|
|
|
|
"pages/contact/contact",
|
|
|
|
|
|
|
|
"pages/search_show/search_show"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "i交流",
|
|
"navigationBarTextStyle": "black",
|
|
"enablePullDownRefresh": true
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/image/index.png",
|
|
"selectedIconPath": "/image/index-act.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/submit/submit",
|
|
"text": "发帖",
|
|
"iconPath": "/image/submit.png",
|
|
"selectedIconPath": "/image/submit-act.png"
|
|
}
|
|
|
|
|
|
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |