-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
44 lines (44 loc) · 1.07 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
{
"pages": [
"pages/map/map",
"pages/photo/photo",
"pages/detail/detail",
"pages/logs/logs",
"pages/picCollectionView/picCollectionView",
"pages/textpicCollectionView/textpicCollectionView"
],
"tabBar": {
"color": "#9E9E9E",
"selectedColor": "#f00",
"backgroundColor": "#fff",
"borderStyle": "white",
"position": "bottom",
"list": [
{
"pagePath": "pages/map/map",
"text": "地图模式",
"iconPath": "images/map.png",
"selectedIconPath": "images/map.png"
},
{
"pagePath": "pages/photo/photo",
"text": "列表模式",
"iconPath": "images/house.png",
"selectedIconPath": "images/house.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "相册小程序",
"navigationBarTextStyle": "black"
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
},
"sitemapLocation": "sitemap.json"
}