-
Notifications
You must be signed in to change notification settings - Fork 32
/
pages.json
79 lines (79 loc) · 2.16 KB
/
pages.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
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
{
"pages": [
{
"path": "pages/home/main",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/read/main",
"style": {
"navigationBarTitleText": "文章&问答"
}
},
{
"path": "pages/read/essay/main"
},
{
"path": "pages/read/question/main"
},
{
"path": "pages/movie/main",
"style": {
"navigationBarTitleText": "影评"
}
},
{
"path": "pages/movie/detail/main"
},
{
"path": "pages/daily/main",
"style": {
"navigationBarTitleText": "日报"
}
},
{
"path": "pages/daily/detail/main",
"style": {
"navigationBarTitleText": "日报"
}
}
],
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "fafafa",
"navigationBarTitleText": "一个",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#130f13",
"selectedColor": "#0f0f0f",
"list": [
{
"pagePath": "pages/home/main",
"text": "ONE",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png"
},
{
"pagePath": "pages/read/main",
"text": "READ",
"iconPath": "static/icon/read.png",
"selectedIconPath": "static/icon/read-active.png"
},
{
"pagePath": "pages/movie/main",
"text": "MOVIE",
"iconPath": "static/icon/movie.png",
"selectedIconPath": "static/icon/movie-active.png"
},
{
"pagePath": "pages/daily/main",
"text": "DAILY",
"iconPath": "static/icon/daily.png",
"selectedIconPath": "static/icon/daily-active.png"
}
]
}
}