forked from sth0246/wechatProgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
56 lines (56 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
56
{
"pages": [
"pages/index/index",
"pages/timeline/timeline",
"pages/hand_book/hand_book",
"pages/learn/learn",
"pages/one/one",
"pages/knowledge/knowledge",
"pages/acticle/acticle",
"pages/acticle2/acticle2",
"pages/about/about",
"pages/demo/demo",
"pages/banner/banner",
"pages/add/add",
"pages/sec/sec",
"pages/search/search",
"pages/questionaire/questionaire",
"pages/acticles/acticles",
"pages/acticle2s/acticle2s"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"tabBar": {
"color": "#999",
"selectedColor": "#504315",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"text": "概述",
"pagePath": "pages/index/index",
"iconPath": "./img/11.png",
"selectedIconPath": "./img/10.png"
},
{
"text": "知识库",
"pagePath": "pages/knowledge/knowledge",
"iconPath": "./img/21.png",
"selectedIconPath": "./img/20.png"
},
{
"text": "附录",
"pagePath": "pages/about/about",
"iconPath": "./img/31.png",
"selectedIconPath": "./img/30.png"
}
]
},
"sitemapLocation": "sitemap.json"
}