-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.51 KB
/
app.json
File metadata and controls
53 lines (53 loc) · 1.51 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
{
"pages": [
"pages/service/service",
"pages/first/first",
"pages/index/index",
"pages/logs/logs",
"pages/first/write/write",
"pages/changeuserinfo/changeuserinfo",
"pages/bindstudentid/bindstudentid",
"pages/service/myclass/myclass",
"pages/service/classdesign/classdesign",
"pages/authpage/authpage",
"pages/service/myexperiment/myexperiment",
"pages/service/emptyclassroom/emptyclassroom",
"pages/service/selecttime/selecttime"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "TestApp",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundColor": "#36465d"
},
"tabBar": {
"color": "#aaa",
"backgroundColor": "#36465d",
"position": "bottom",
"selectedColor": "#ffffff",
"list": [
{
"pagePath": "pages/first/first",
"iconPath": "images/tabbar/selected_home.png",
"selectedIconPath": "images/tabbar/home.png",
"text": "话题"
},
{
"pagePath": "pages/service/service",
"iconPath": "images/tabbar/selected_service.png",
"selectedIconPath": "images/tabbar/service.png",
"text": "服务"
},
{
"pagePath": "pages/index/index",
"iconPath": "images/tabbar/selected_me.png",
"selectedIconPath": "images/tabbar/me.png",
"text": "个人"
}
]
},
"sitemapLocation": "sitemap.json"
}