This repository was archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathapp.json
51 lines (51 loc) · 1.39 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
{
"pages":[
"pages/index/index",
"pages/index/monthly/monthly",
"pages/index/detail/detail",
"pages/reading/reading",
"pages/reading/monthly/monthly",
"pages/reading/essay/essay",
"pages/reading/serial/serial",
"pages/reading/question/question",
"pages/music/music",
"pages/music/monthly/monthly",
"pages/music/detail/detail",
"pages/movie/movie",
"pages/movie/detail/detail",
"pages/history/history"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ONE",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#888",
"selectedColor": "#89bdf7",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "image/home.png",
"selectedIconPath": "image/home_active.png"
}, {
"pagePath": "pages/reading/reading",
"text": "阅读",
"iconPath": "image/reading.png",
"selectedIconPath": "image/reading_active.png"
},{
"pagePath": "pages/music/music",
"text": "音乐",
"iconPath": "image/music.png",
"selectedIconPath": "image/music_active.png"
},{
"pagePath": "pages/movie/movie",
"text": "电影",
"iconPath": "image/movie.png",
"selectedIconPath": "image/movie_active.png"
}]
}
}