-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 1000 Bytes
/
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
{
"pages": [
"pages/index/index",
"pages/post/post",
"pages/post-detail/post-detail",
"pages/movie/movie",
"pages/more-movie/more-movie",
"pages/movie-detail/movie-detail"
],
"window": {
"navigationBarBackgroundColor": "#C22A1E"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#333333",
"color": "#999999",
"list": [
{
"text": "阅读",
"pagePath": "pages/post/post",
"iconPath": "/images/tab/yuedu.png",
"selectedIconPath": "/images/tab/yuedu_hl.png"
},
{
"text": "电影",
"pagePath": "pages/movie/movie",
"iconPath": "/images/tab/movie.png",
"selectedIconPath": "/images/tab/[email protected]"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"requiredBackgroundModes": [
"audio",
"location"
],
"usingComponents": {
"movie": "/components/movie/index",
"l-rate": "/miniprogram_npm/lin-ui/rate/index"
}
}