forked from AmateurEvents/coupon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
36 lines (36 loc) · 909 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
{
"pages": [
"pages/favour/favour",
"pages/detail/detail",
"pages/search/search",
"pages/supersearch/supersearch",
"pages/explain/explain"
],
"window": {
"backgroundTextStyle": "dark",
"backgroundColor": "#f7f7f7",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "优惠券",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#999",
"selectedColor": "#ec3e42",
"backgroundColor": "#f7f7f7",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/favour/favour",
"text": "优惠券",
"iconPath": "images/favour.png",
"selectedIconPath": "images/favour-select.png"
},
{
"pagePath": "pages/supersearch/supersearch",
"text": "超级搜索",
"iconPath": "images/hot.png",
"selectedIconPath": "images/hot-select.png"
}
]
}
}