31 lines
752 B
JSON
31 lines
752 B
JSON
{
|
|
"pages":[
|
|
"pages/home/home",
|
|
"pages/news-detail/news-detail",
|
|
"pages/home1/home1",
|
|
"pages/me/me",
|
|
"pages/logs/logs"
|
|
],
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#2b4b6b",
|
|
"navigationBarTitleText": "大公新闻",
|
|
"navigationBarTextStyle":"white"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "/images/tabs/home-no.png",
|
|
"selectedIconPath": "/images/tabs/home-yes.png"
|
|
},{
|
|
"pagePath": "pages/me/me",
|
|
"text": "个人主页",
|
|
"iconPath": "/images/tabs/me-no.png",
|
|
"selectedIconPath": "/images/tabs/me-yes.png"
|
|
}]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|