-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
59 lines (59 loc) · 1.52 KB
/
app.json
File metadata and controls
59 lines (59 loc) · 1.52 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
54
55
56
57
58
59
{
"pages": [
"pages/home/home",
"pages/project/project",
"pages/chapter/chapter",
"pages/tree/tree",
"pages/nav/nav",
"pages/tree/treeDetail/treeDetail",
"pages/chapter/chapterDetail/chapterDetail",
"pages/search/search",
"pages/login/login",
"pages/register/register",
"pages/collection/collection"
],
"window": {
"backgroundColor": "#f4f4f4",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#FE6243",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#FE6243",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_fill.png"
},
{
"pagePath": "pages/project/project",
"text": "项目",
"iconPath": "images/project.png",
"selectedIconPath": "images/project_fill.png"
},
{
"pagePath": "pages/tree/tree",
"text": "体系",
"iconPath": "images/tree.png",
"selectedIconPath": "images/tree_fill.png"
},
{
"pagePath": "pages/nav/nav",
"text": "导航",
"iconPath": "images/nav.png",
"selectedIconPath": "images/nav_fill.png"
},
{
"pagePath": "pages/chapter/chapter",
"text": "公众号",
"iconPath": "images/chapter.png",
"selectedIconPath": "images/chapter_fill.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}