-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
44 lines (44 loc) · 1.08 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
{
"pages": [
"pages/index/index",
"pages/class/logs",
"pages/home/home",
"pages/index/list",
"pages/class/list",
"pages/index/detailMethod"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#84DCC6",
"navigationBarTitleText": "Dracarys美食记",
"navigationBarTextStyle": "#ffffff",
"enablePullDownRefresh": false
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "摇摇菜",
"iconPath": "pages/img/yg.png",
"selectedIconPath": "pages/img/yc.png"
},
{
"pagePath": "pages/class/logs",
"text": "分类菜",
"iconPath": "pages/img/fc.png",
"selectedIconPath": "pages/img/fg.png"
},
{
"pagePath": "pages/home/home",
"text": "我的菜",
"iconPath": "pages/img/home_gray.png",
"selectedIconPath": "pages/img/home.png"
}
],
"backgroundColor": "#F7FCF5",
"borderStyle": "white",
"selectedColor": "#70C1B3",
"color": "#bfbfbf",
"position": "bottom"
}
}