-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (68 loc) · 1.71 KB
/
app.json
File metadata and controls
68 lines (68 loc) · 1.71 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
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/fenlei/fenlei",
"pages/kankan/kankan",
"pages/wode/wode",
"pages/history/history",
"pages/search/search",
"pages/web/web",
"pages/topic/topic",
"pages/art/art",
"pages/tuijian/tuijian",
"pages/richText/richText"
],
"subPackages": [],
"window": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#323232",
"backgroundColor": "#323232"
},
"tabBar": {
"color": "#A9A9A9",
"selectedColor": "#f49c36",
"borderStyle": "black",
"backgroundColor": "#323232",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tab/index1.png",
"selectedIconPath": "static/tab/index2.png"
},
{
"pagePath": "pages/fenlei/fenlei",
"text": "分类",
"iconPath": "static/tab/fenlei1.png",
"selectedIconPath": "static/tab/fenlei2.png"
},
{
"pagePath": "pages/search/search",
"text": "搜索",
"iconPath": "static/tab/sousuo1.png",
"selectedIconPath": "static/tab/sousuo2.png"
},
{
"pagePath": "pages/topic/topic",
"text": "专题",
"iconPath": "static/tab/faxian1.png",
"selectedIconPath": "static/tab/faxian2.png"
},
{
"pagePath": "pages/wode/wode",
"text": "我的",
"iconPath": "static/tab/wode1.png",
"selectedIconPath": "static/tab/wode2.png"
}
]
},
"permission": {},
"uniStatistics": {
"enable": false
},
"usingComponents": {},
"sitemapLocation": "sitemap12.json"
}