forked from myvin/juejin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
75 lines (75 loc) · 2.06 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"pages": [
"pages/launch/launch",
"pages/index/index",
"pages/my/my",
"pages/personal/personal",
"pages/setting/setting",
"pages/about/about",
"pages/feidian/feidian",
"pages/login/login",
"pages/search/search",
"pages/xiaoce/xiaoce",
"pages/post/post",
"pages/favorate/favorate",
"pages/readHistory/readHistory",
"pages/collectionSet/collectionSet",
"pages/myPins/myPins",
"pages/feedback/feedback",
"pages/infoCenter/infoCenter",
"pages/entry/entry",
"pages/purchasedXiaoce/purchasedXiaoce",
"pages/originalPost/originalPost",
"pages/sharePost/sharePost",
"pages/articleData/articleData",
"pages/subscribedTag/subscribedTag",
"pages/manageTag/manageTag",
"pages/dynamic/dynamic",
"pages/feidianDetail/feidianDetail",
"pages/miniqrcode/miniqrcode"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#3281ff",
"navigationBarTitleText": "掘金",
"navigationBarTextStyle": "light"
},
"tabBar": {
"color": "#abb4bf",
"selectedColor": "#3281ff",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "img/tab_home_normal.png",
"selectedIconPath": "img/tab_home.png"
},
{
"pagePath": "pages/search/search",
"text": "搜索",
"iconPath": "img/tab_explore_normal.png",
"selectedIconPath": "img/tab_explore.png"
},
{
"pagePath": "pages/feidian/feidian",
"text": "沸点",
"iconPath": "img/tab_feidian_normal.png",
"selectedIconPath": "img/tab_feidian.png"
},
{
"pagePath": "pages/xiaoce/xiaoce",
"text": "小册",
"iconPath": "img/tab_xiaoce_normal.png",
"selectedIconPath": "img/tab_xiaoce.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "img/tab_profile_normal.png",
"selectedIconPath": "img/tab_profile.png"
}
]
}
}