59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/message/index",
|
|
"pages/message/system",
|
|
"pages/mine/index",
|
|
"pages/profile/edit",
|
|
"pages/profile/personal",
|
|
"pages/profile/detail",
|
|
"pages/profile/preview",
|
|
"pages/chat/index",
|
|
"pages/search/index",
|
|
"pages/search/result",
|
|
"pages/member/index",
|
|
"pages/realname/index",
|
|
"pages/interact/viewedMe",
|
|
"pages/interact/myViewed",
|
|
"pages/interact/favoritedMe",
|
|
"pages/interact/myFavorite",
|
|
"pages/interact/unlockedMe",
|
|
"pages/interact/myUnlocked",
|
|
"pages/login/index",
|
|
"pages/agreement/index",
|
|
"pages/butler/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "相宜相亲",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#FF6B6B",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/index",
|
|
"text": "消息",
|
|
"iconPath": "static/tabbar/message.png",
|
|
"selectedIconPath": "static/tabbar/message_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/me.png",
|
|
"selectedIconPath": "static/tabbar/me_s.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |