-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
61 lines (61 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"pages": [
"pages/community/community",
"pages/shopping-cart/shopping-cart",
"pages/my/my",
"pages/category/category",
"pages/search/search",
"pages/order/order",
"pages/my-ticket/my-ticket",
"pages/home/home",
"pages/card/card",
"pages/business/business",
"pages/my-setting/my-setting",
"pages/my-comment/my-comment",
"pages/my-collection/my-collection",
"pages/my-follow/my-follow",
"pages/my-fans/my-fans",
"pages/my-achievement/my-achievement",
"pages/my-shop/my-shop",
"pages/my-wish/my-wish",
"pages/hot-comment/hot-comment",
"pages/hot-item/hot-item"
],
"window": {
"defaultTitle": "茶荟",
"titleBarColor": "#fff",
"pullRefresh": false
},
"tabBar": {
"textColor": "#333333",
"selectedColor": "#00b386",
"backgroundColor": "#f2f2f2",
"items": [
{
"pagePath": "pages/home/home",
"icon": "./asserts/icon/home.png",
"activeIcon": "./asserts/icon/home-active.png",
"name": "首页"
},
{
"pagePath": "pages/community/community",
"icon": "./asserts/icon/community.png",
"activeIcon": "./asserts/icon/community-active.png",
"name": "社区"
},
{
"pagePath": "pages/order/order",
"icon": "./asserts/icon/order.png",
"activeIcon": "./asserts/icon/order-active.png",
"name": "订单"
},
{
"pagePath": "pages/my/my",
"icon": "./asserts/icon/mine.png",
"activeIcon": "./asserts/icon/mine-active.png",
"name": "我的"
}
]
},
"debug": true
}