forked from choyri/WeGifun
-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
35 lines (35 loc) · 971 Bytes
/
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
{
"pages": [
"pages/index/index",
"pages/home/home",
"pages/home/statement",
"pages/home/feedback",
"pages/home/about",
"pages/login/login"
],
"window": {
"navigationBarTitleText": "OurDPU",
"navigationBarBackgroundColor": "#393a3e",
"backgroundColor": "#ebebeb"
},
"tabBar": {
"color": "#979797",
"selectedColor": "#45c018",
"backgroundColor": "#fcfcfc",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "课表",
"iconPath": "images/icon_index.png",
"selectedIconPath": "images/icon_index_hl.png"
}, {
"pagePath": "pages/home/home",
"text": "我",
"iconPath": "images/icon_home.png",
"selectedIconPath": "images/icon_home_hl.png"
}]
},
"networkTimeout": {
"request": 15000
}
}