-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 878 Bytes
/
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
{
"pages": [
"pages/self/self",
"pages/pics/pics",
"pages/pic/pic",
"pages/setting/setting"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#11b8f5",
"navigationBarTitleText": "简易相册",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#11b8f5",
"list": [
{
"pagePath": "pages/self/self",
"text": "我的",
"iconPath": "assets/self2.png",
"selectedIconPath": "assets/self1.png"
},
{
"pagePath": "pages/pics/pics",
"text": "相册",
"iconPath": "assets/pics2.png",
"selectedIconPath": "assets/pics1.png"
}
]
},
"subPackages": [],
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 100000,
"downloadFile": 100000
},
"debug": false
}