forked from Water-spreading-time/addressBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
66 lines (66 loc) · 1.3 KB
/
pages.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"pages": [
{
"path": "pages/addbook/addbook",
"style": {
"navigationBarTitleText": "通讯录",
"app-plus" : {
"scrollIndicator" : "none",
"softinputMode": "adjustResize",
"titleNView":{
"buttons": [
{
"float":"right",
"colorPressed":"#fff"
}
],
"tags": [{
"id": "camera",
"tag": "img",
"src": "/static/addFriend.png",
"position": {
"top": "20upx",
"right": "10px",
"width": "46upx",
"height": "46upx"
}
}]
}
}
}
},
{
"path": "pages/find/find",
"style": {
"navigationBarTitleText": "发现"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "IIICHAT",
"navigationBarBackgroundColor": "#EEEEEE",
"backgroundColor": "#EEEEEE"
},
"tabBar":{
"color":"#5A5A5A",
"selectedColor":"#20BB5B",
"backgroundColor":"#fff",
"fontSize":"14px",
"borderStyle":"black",
"list":[
{
"pagePath":"pages/addbook/addbook",
"text":"通讯录",
"iconPath":"static/addressBook.png",
"selectedIconPath":"static/addressBook1.png"
},
{
"pagePath":"pages/find/find",
"text":"发现",
"iconPath":"static/discover.png",
"selectedIconPath":"static/discover1.png"
}
]
}
}