38 lines
930 B
JSON
38 lines
930 B
JSON
{
|
|
"pages":[
|
|
"pages/index/index",
|
|
"pages/ltjm/ltjm",
|
|
"pages/liaotian/liaotian",
|
|
"pages/conversations/conversations",
|
|
"pages/login/login",
|
|
"pages/contacts/contacts",
|
|
"pages/mine/mine",
|
|
"pages/chat/groupChat/groupChat",
|
|
"pages/chat/privateChat/privateChat",
|
|
"pages/chat/groupMember/groupMember"
|
|
],
|
|
"tabBar":{
|
|
"color": "#f00",
|
|
"selectedColor": "#0f0",
|
|
"backgroundColor": "#fff",
|
|
"list":[{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},{
|
|
"pagePath" : "pages/conversations/conversations",
|
|
"text":"信息"
|
|
},
|
|
{
|
|
"pagePath" : "pages/contacts/contacts",
|
|
"text" : "通讯录"
|
|
}]
|
|
},
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|