-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
46 lines (46 loc) · 1.23 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
{
"pages": [
"pages/index/index",
"pages/category/category",
"pages/cart/cart",
"pages/custom/custom",
"pages/showSearch/showSearch",
"pages/detail/detail",
"pages/search/search"
],
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tab_icons/home.png",
"selectedIconPath": "/static/tab_icons/home-active.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "/static/tab_icons/cate.png",
"selectedIconPath": "/static/tab_icons/cate-active.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "/static/tab_icons/cart.png",
"selectedIconPath": "/static/tab_icons/cate-active.png"
},
{
"pagePath": "pages/custom/custom",
"text": "我的",
"iconPath": "/static/tab_icons/my.png",
"selectedIconPath": "/static/tab_icons/my-active.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#c00000",
"navigationBarTitleText": "cxxx",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json"
}