-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
53 lines (53 loc) · 1.5 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
{
"pages": [
"pages/index/index",
"pages/request_join_list/request_join_list",
"pages/request_join_more/request_join_more",
"pages/request_more/request_more",
"pages/request_list/request_list",
"pages/myindex_set/myindex_set",
"pages/myindex/myindex",
"pages/login/login",
"pages/team_create/team_create",
"pages/team_list/team_list",
"pages/team_more/team_more",
"pages/class_list/class_list",
"pages/class_join/class_join",
"pages/class_create/class_create",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "TeamUP",
"navigationBarTextStyle": "black"
},
"tabBar":{
"color": "#dddddd",
"selectedColor": "#f19d38",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/class_list/class_list",
"iconPath": "image/class_0.png",
"selectedIconPath": "image/class_1.png",
"text": "班级"
},
{
"pagePath": "pages/request_list/request_list",
"iconPath": "image/request_0.png",
"selectedIconPath": "image/request_1.png",
"text": "请求"
},
{
"pagePath": "pages/myindex/myindex",
"iconPath": "image/main_0.png",
"selectedIconPath": "image/main_1.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json",
"debug": true
}