-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
42 lines (42 loc) · 1.02 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
{
"pages": [
"pages/index/index",
"pages/schools/index"
],
"tabBar": {
"color": "#a6a4a4",
"selectedColor": "#ff4c26",
"borderStyle": "#bfbfbf",
"list": [{
"pagePath": "pages/index/index",
"text": "申请",
"iconPath": "pages/images/home.png",
"selectedIconPath": "pages/images/homeC.png"
},
{
"pagePath": "pages/schools/index",
"text": "院校",
"iconPath": "pages/images/building.png",
"selectedIconPath": "pages/images/buildingC.png"
},
{
"pagePath": "pages/index/index",
"text": "发现",
"iconPath": "pages/images/talk.png",
"selectedIconPath": "pages/images/talkC.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath": "pages/images/people.png",
"selectedIconPath": "pages/images/peopleC.png"
}
]
},
"window": {
"navigationBarTitleText": "留学",
"backgroundColor": "white",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false
}
}