-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 1.15 KB
/
Copy pathapp.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"pages": [
"pages/home/home",
"pages/category/category",
"pages/cart/cart",
"pages/profile/profile"
],
"tabBar": {
"selectedColor": "#ff5777",
"list": [
{
"pagePath": "pages/home/home",
"text": "home",
"iconPath": "/assets/images/tabbar/home.png",
"selectedIconPath": "/assets/images/tabbar/home_active.png"
},
{
"pagePath": "pages/category/category",
"text": "category",
"iconPath": "/assets/images/tabbar/category.png",
"selectedIconPath": "/assets/images/tabbar/category_active.png"
},
{
"pagePath": "pages/cart/cart",
"text": "cart",
"iconPath": "/assets/images/tabbar/cart.png",
"selectedIconPath": "/assets/images/tabbar/cart_active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "profile",
"iconPath": "/assets/images/tabbar/profile.png",
"selectedIconPath": "/assets/images/tabbar/profile_active.png"
}
]
},
"window": {
"navigationBarBackgroundColor": "#ff5777",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json"
}