-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
93 lines (90 loc) · 2.4 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"pages": [
{
"path": "pages/latest/latest",
"style": {
"navigationBarTitleText": "最新",
"enablePullDownRefresh": true
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "查找",
"enablePullDownRefresh": true
}
}, {
"path": "pages/contact/contact",
"style": {
"navigationBarTitleText": "好友",
"enablePullDownRefresh": true
}
}, {
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "嗨玩",
"navigationBarBackgroundColor": "#FF80AB",
"backgroundColor": "#EFEFEF"
},
"tabBar": {
"color": "#444444",
"selectedColor": "#FF80AB",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/latest/latest",
"iconPath": "static/tagbar/hot-0.png",
"selectedIconPath": "static/tagbar/hot-1.png",
"text": "最新"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tagbar/tag-0.png",
"selectedIconPath": "static/tagbar/tag-1.png",
"text": "查找"
},
{
"pagePath": "pages/contact/contact",
"iconPath": "static/tagbar/center-0.png",
"selectedIconPath": "static/tagbar/center-1.png",
"text": "好友"
},
{
"pagePath": "pages/center/center",
"iconPath": "static/tagbar/index-0.png",
"selectedIconPath": "static/tagbar/index-1.png",
"text": "个人中心"
}
]
}
}