-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
50 lines (50 loc) · 1.54 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
{
"pages": [
"pages/index/index",
"pages/components/icon/icon",
"pages/login/login_page_username",
"pages/logs/logs",
"pages/login/login",
"pages/login/login_page_weapp_ass",
"pages/components/info_tip/info_tip",
"pages/login/login_page_weapp_password",
"pages/mine/mine",
"pages/components/post/post_brief",
"pages/post/post_view",
"pages/post/post_edit",
"pages/post/post_new",
"pages/mine/user_info",
"pages/mine/user_info_edit"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "风雨穿行",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "pics/home-gray.png",
"selectedIconPath": "pics/home-green.png"
},
{
"pagePath": "pages/post/post_new",
"text": "新攻略",
"iconPath": "pics/new-gray.png",
"selectedIconPath": "pics/new-green.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "pics/mine-gray.png",
"selectedIconPath": "pics/mine-green.png"
}
],
"color": "#7f7f7f",
"selectedColor": "#62b900"
}
}