forked from tvfe/txv-miniprogram-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (44 loc) · 930 Bytes
/
app.json
File metadata and controls
45 lines (44 loc) · 930 Bytes
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
{
"pages": [
"pages/single/single",
"pages/multi/multi"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "播放器demo",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"networkTimeout": {
"request": 30000,
"connectSocket": 30000,
"uploadFile": 30000,
"downloadFile": 30000
},
"tabBar": {
"color": "#222",
"backgroundColor": "#fff",
"selectedColor": "#FF7000",
"borderStyle": "black",
"position": "bottom",
"list": [
{
"pagePath": "pages/single/single",
"text": "单视频"
},
{
"pagePath": "pages/multi/multi",
"text": "多视频"
}
]
},
"debug": true,
"plugins": {
"tencentvideo": {
"version": "1.2.0",
"provider": "wxa75efa648b60994b"
}
}
}