-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (56 loc) · 1.47 KB
/
Copy pathapp.json
File metadata and controls
56 lines (56 loc) · 1.47 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
{
"pages": [
"pages/index/index",
"pages/space/space",
"pages/spacereserve/spacereserve",
"pages/service/service",
"pages/servicedetail/servicedetail",
"pages/conference/conference",
"pages/conferencedetail/conferencedetail",
"pages/resource/resource",
"pages/question/question",
"pages/property/property",
"pages/apply/apply",
"pages/activity/activity",
"pages/activitydetail/activitydetail",
"pages/my/my",
"pages/myconferencelist/myconferencelist"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#f7982a",
"navigationBarTitleText": "创客+",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "服务",
"iconPath": "images/xihuan.png",
"selectedIconPath": "images/xihuanfill.png"
},
{
"pagePath": "pages/activity/activity",
"text": "活动",
"iconPath": "images/biaoxing.png",
"selectedIconPath": "images/biaoxingfill.png"
},
{
"pagePath": "pages/my/my",
"text": "我发起的",
"iconPath": "images/yonghu.png",
"selectedIconPath": "images/yonghufill.png"
}
],
"color": "#333",
"selectedColor": "#f7982a",
"backgroundColor": "#f6f6f6",
"borderStyle": "white"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"sitemapLocation": "sitemap.json"
}