forked from haoyuekeji/pinduoduo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.51 KB
/
app.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/all/all",
"pages/my/my",
"pages/new/new",
"pages/order/order",
"pages/details/details",
"pages/more-pin/more-pin",
"pages/join/join",
"pages/sure/sure",
"pages/address/address"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"backgroundColor": "#fff",
"box-shadow": "0 0 6px 0",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_ing.png",
"text": "首页"
},
{
"pagePath": "pages/new/new",
"iconPath": "images/new.png",
"selectedIconPath": "images/new_ing.png",
"text": "新品"
},
{
"pagePath": "pages/all/all",
"iconPath": "images/all.png",
"selectedIconPath": "images/all_ing.png",
"text": "全部"
},
{
"pagePath": "pages/my/my",
"iconPath": "images/my.png",
"selectedIconPath": "images/my_ing.png",
"text": "我的"
}
]
}
}