-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
64 lines (64 loc) · 1.62 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/study/study",
"pages/finder/finder",
"pages/function/myLike/myLike",
"pages/function/regWord/regWord",
"pages/function/translate/translate",
"pages/function/daily/daily",
"pages/function/comment/comment",
"pages/function/comment1/comment1",
"pages/user/user",
"pages/function/comment/comment2",
"pages/function/teach/teach",
"pages/funTest/funTest",
"pages/game/game",
"pages/eco/eco",
"pages/techan/techan",
"pages/yanyu/yanyu",
"pages/travel/travel",
"pages/chengjisihan/chengjisihan"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "学习",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "蒙果站",
"iconPath": "images/1-2.png",
"selectedIconPath": "images/11-1.png"
},
{
"pagePath": "pages/study/study",
"text": "蒙果教",
"iconPath": "images/21-1.png",
"selectedIconPath": "images/22-1.png"
},
{
"pagePath": "pages/finder/finder",
"text": "蒙果知",
"iconPath": "images/32.png",
"selectedIconPath": "images/31.png"
},
{
"pagePath": "pages/user/user",
"text": "个人站",
"iconPath": "images/41.png",
"selectedIconPath": "images/42.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}