-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
47 lines (45 loc) · 1.22 KB
/
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
40
41
42
43
44
45
46
47
{
"pages": [
"pages/shop_shoppingCart/shoppingCart",
"pages/leftSwiperDel/index",
"pages/message/message",
"pages/index/index",
"pages/calendar/calendar",
"pages/logs/logs",
"pages/addressList/addressList",
"pages/cityPicker/cityPicker",
"pages/chooseImage/chooseImage"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Juice&Leo",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "1296db",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabbar/camera.png",
"selectedIconPath": "images/tabbar/camera_hl.png"
},
{
"pagePath": "pages/message/message",
"text": "消息",
"iconPath": "images/tabbar/bubble.png",
"selectedIconPath": "images/tabbar/bubble_hl.png"
},
{
"pagePath": "pages/shop_shoppingCart/shoppingCart",
"text": "收藏",
"iconPath": "images/tabbar/star.png",
"selectedIconPath": "images/tabbar/star_hl.png"
}
]
}
}