-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (55 loc) · 1.37 KB
/
app.json
File metadata and controls
57 lines (55 loc) · 1.37 KB
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
{
"pages":[
"pages/index/index",
"pages/self/self",
"pages/self/addTeacher/index",
"pages/self/addStudent/index",
"pages/action/action",
"pages/actionlist/actionlist",
"pages/teacher/teacher",
"pages/teacherlist/teacherlist",
"pages/aboutUs/aboutUs",
"pages/myAccount/myAccount",
"pages/opinion/opinion",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#4ec4c8",
"navigationBarTitleText": "教易学",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#888",
"selectedColor": "#4ec5c9",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "image/home.png",
"selectedIconPath": "image/homeactive.png"
},
{
"pagePath": "pages/action/action",
"text": "活动",
"iconPath": "image/action.png",
"selectedIconPath": "image/actionactive.png"
},
{
"pagePath": "pages/self/self",
"text": "我的",
"iconPath": "image/selfCenter.png",
"selectedIconPath": "image/selfCenter-selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"style": "v2",
"sitemapLocation": "sitemap.json"
}