-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.default.json
87 lines (87 loc) · 2.15 KB
/
config.default.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"host": "http://127.0.0.1:46214/",
"builtinServer": true,
"listenAddress": "127.0.0.1:46214",
"zbpPath": false,
"validateUrls": [
"",
"?id=3"
],
"language": "zh-CN",
"electronPath": "",
"simulateDevices": [
{
"name": "1920x1080",
"viewport": {
"width": 1920,
"height": 1080,
"deviceScaleFactor": 1
},
"userAgent": "",
"fullScreenScreenShot": true
},
{
"name": "1366x768",
"viewport": {
"width": 1366,
"height": 768,
"deviceScaleFactor": 1
},
"userAgent": "",
"fullScreenScreenShot": false
},
{
"name": "1280x800x1",
"viewport": {
"width": 1280,
"height": 800,
"deviceScaleFactor": 1
},
"userAgent": "",
"fullScreenScreenShot": false
},
{
"name": "414x736x3-iPhone-6-Plus",
"viewport": {
"width": 414,
"height": 736,
"deviceScaleFactor": 3,
"isMobile": true,
"hasTouch": true
},
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4",
"fullScreenScreenShot": false
},
{
"name": "1024x768x2-iPad",
"viewport": {
"width": 768,
"height": 1024,
"deviceScaleFactor": 2,
"isMobile": true,
"hasTouch": true
},
"userAgent": "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53",
"fullScreenScreenShot": false
},
{
"name": "1280x800x2-Nexus10",
"viewport": {
"width": 1280,
"height": 800,
"deviceScaleFactor": 2,
"isMobile": true,
"hasTouch": true
},
"userAgent": "Mozilla/5.0 (Linux; Android 4.3; Nexus 10 Build/JSS15Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2307.2 Safari/537.36",
"fullScreenScreenShot": false
}
],
"appcenter": {
"api": "https://app.zblogcn.com/client/",
"protocol": "token-as-username",
"username": "",
"password": "",
"token": ""
}
}