-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathapp.json
39 lines (37 loc) · 950 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"pages":[
"pages/loveWall/index",
"pages/user-comment/user-comment",
"pages/release/release",
"pages/loveWall-details/loveWall-details",
"pages/user/user",
"pages/user-about/user-about",
"pages/logs/logs"
],
"window":{
"backgroundColor":"#eeeeee",
"navigationBarBackgroundColor": "red",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color":"#E6E6E6",
"selectedColor": "#F01905",
"borderStyle":"white",
"backgroundColor":"#FAFAFA",
"list": [
{
"iconPath":"image/ic/ic-lovewall.png",
"selectedIconPath":"image/ic/ic-lovewall-active.png",
"pagePath": "pages/loveWall/index",
"text": "心墙"
},
{
"iconPath":"image/ic/ic-user.png",
"selectedIconPath":"image/ic/ic-user-active.png",
"pagePath": "pages/user/user",
"text": "我"
}
]
}
}