-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
46 lines (46 loc) · 1.45 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
{
"pages": [
"pages/info/info",
"pages/mymessage/mymessage",
"pages/online/online",
"pages/mycollection/mycollection",
"pages/index/index",
"pages/clip/clip",
"pages/myproblem/myproblem",
"pages/question/question",
"pages/online_detail/online_detail",
"pages/response/response",
"pages/translate/translate"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0aB9FF",
"navigationBarTitleText": "智能搜题",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#0aB9FF",
"borderStyle": "white",
"backgroundColor": "#F7F7F7",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/global/index.png",
"selectedIconPath": "images/global/index_active.png",
"text": "首页"
},
{
"pagePath": "pages/online/online",
"iconPath": "images/global/online.png",
"selectedIconPath": "images/global/online_active.png",
"text": "在线互动"
},
{
"pagePath": "pages/info/info",
"iconPath": "images/global/info.png",
"selectedIconPath": "images/global/info_active.png",
"text": "我的"
}
]
}
}