-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
104 lines (104 loc) · 3 KB
/
app.json
File metadata and controls
104 lines (104 loc) · 3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"pages": [
"pages/index/index",
"pages/home/index",
"pages/find/find",
"pages/user/user",
"pages/detail/detail",
"pages/classify/classify",
"pages/note/note",
"pages/procedureknowledge/procedureknowledge",
"pages/reflectiveknowledge/reflectiveknowledge",
"pages/rewritePluginPage/rewritePluginPage",
"pages/knowledge/knowledge",
"pages/suggest/suggest",
"pages/subject/index",
"pages/study/index",
"pages/examnote/examnote",
"pages/review/review",
"pages/exam/exam",
"pages/examresult/examresult",
"pages/addsuggest/addsuggest",
"pages/knowledgelist/knowledgelist",
"pages/idiomdetail/idiomdetail",
"pages/postlist/postlist",
"pages/postdetail/postdetail",
"pages/coupletlist/coupletlist",
"pages/coupletdetail/coupletdetail",
"pages/factualknowledge/factualknowledge",
"pages/conceptualknowledge/conceptualknowledge",
"pages/coldknowledge/coldknowledge",
"pages/auth/auth",
"pages/idiomlist/idiomlist",
"pages/knowledgedetail/knowledgedetail",
"pages/hexotag/hexotag",
"pages/postdetailaddrsview/postdetailaddrsview",
"pages/postdetailcodeview/postdetailcodeview",
"pages/pdfpreview/pdfpreview",
"pages/pdflist/pdflist",
"pages/hexotags/hexotags",
"pages/hexoacticle/hexoacticle",
"pages/log/log",
"pages/poemlist/poemlist",
"pages/poemdetail/poemdetail",
"pages/poetlist/poetlist",
"pages/gameRank/gameRank",
"pages/pIndex/pIndex",
"pages/history/index",
"pages/pay/index",
"pages/aboutme/aboutme",
"pages/hexocategories/hexocategories",
"pages/hexocategory/hexocategory",
"pages/search/search"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#299DFF",
"navigationBarTitleText": "Free Knowledge",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#299DFF",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/images/nav/index.png",
"selectedIconPath": "/images/nav/index-active.png",
"text": "知识库"
},
{
"pagePath": "pages/home/index",
"iconPath": "/images/nav/find.png",
"selectedIconPath": "/images/nav/find-active.png",
"text": "考试"
},
{
"pagePath": "pages/classify/classify",
"iconPath": "/images/nav/menu.png",
"selectedIconPath": "/images/nav/menu-active.png",
"text": "发现"
},
{
"pagePath": "pages/user/user",
"iconPath": "/images/nav/user.png",
"selectedIconPath": "/images/nav/user-active.png",
"text": "我的"
}
]
},
"requiredBackgroundModes": [
"audio"
],
"plugins": {
"myPlugin": {
"version": "1.2.42",
"provider": "wx8c631f7e9f2465e1"
}
},
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json"
}