-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
52 lines (51 loc) · 1.55 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
{
"pages": [
"pages/post/index/post_index",
"pages/home/index/index",
"pages/post/store/post_store",
"pages/post/show/post_show",
"pages/index/index",
"pages/logs/logs",
"pages/ylsc/ylsc",
"pages/post/test/test",
"pages/node/list/node_list",
"pages/auth/auth",
"pages/home/notify/notify",
"pages/home/me/me"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "wechat",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"tabBar": {
"list": [
{
"pagePath": "pages/post/index/post_index",
"text": "叶落",
"iconPath": "images/duck.png",
"selectedIconPath": "images/duck.png"
},
{
"pagePath": "pages/node/list/node_list",
"text": "山",
"iconPath": "images/duck.png",
"selectedIconPath": "images/duck.png"
},
{
"pagePath": "pages/post/test/test",
"text": "城",
"iconPath": "images/duck.png",
"selectedIconPath": "images/duck.png"
},
{
"pagePath": "pages/home/index/index",
"text": "秋",
"iconPath": "images/duck.png",
"selectedIconPath": "images/duck.png"
}
]
}
}