-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.25 KB
/
app.json
File metadata and controls
53 lines (53 loc) · 1.25 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/index/index",
"pages/category/index",
"pages/my/index",
"pages/detail/index",
"pages/about/index",
"pages/share/index",
"pages/collect/index",
"pages/new/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Mamba博客",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#1296db",
"color": "#909090",
"list": [
{
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-selected.png",
"pagePath": "pages/index/index"
},
{
"text": "专题",
"iconPath": "images/category.png",
"selectedIconPath": "images/category-selected.png",
"pagePath": "pages/category/index"
},
{
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-selected.png",
"pagePath": "pages/my/index"
}
]
},
"plugins": {
"htmltowxml": {
"version": "1.4.0",
"provider": "wxa51b9c855ae38f3c"
}
},
"navigateToMiniProgramAppIdList": [
"wx18a2ac992306a5a4",
"wx7df186fa6b0094c1"
],
"sitemapLocation": "sitemap.json"
}