-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.27 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.27 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/commend/commend",
"pages/sort/sort",
"pages/find/find",
"pages/mine/mine",
"pages/search/search",
"pages/album/album",
"pages/index/index",
"pages/logs/logs",
"pages/image/image",
"pages/edit/edit"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/commend/commend",
"text": "推荐",
"iconPath": "icon/hot.png",
"selectedIconPath": "icon/hot-fill.png"
},
{
"pagePath": "pages/sort/sort",
"text": "分类",
"iconPath": "icon/all.png",
"selectedIconPath": "icon/all-fill.png"
},
{
"pagePath": "pages/find/find",
"text": "发现",
"iconPath": "icon/browse.png",
"selectedIconPath": "icon/browse-fill.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "icon/user.png",
"selectedIconPath": "icon/user-fill.png"
}
],
"color": "#cdcdcd",
"selectedColor": "#1296db",
"borderStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}