forked from materliu/livepool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.js
57 lines (57 loc) · 1.46 KB
/
test.js
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
{
"name": "project1",
"type": "proj",
"match": "/Users/rehorn/Documents/Code/node/livepool/test/examples/",
"id": 1,
"checked": true,
"handler": [{
"match": "find.qq.com/index.html",
"action": "./__index.html",
"leaf": true,
"id": 3,
"checked": true
}, {
"match": "find.qq.com/js/find.all.js",
"action": "./tools/find.all.qzmin",
"leaf": true,
"id": 4,
"checked": true
}, {
"match": "find.qq.com/js/find.combo.js",
"action": "./js/jquery.js|./js/main.js",
"leaf": true,
"id": 5,
"checked": true
}, {
"match": "find.qq.com/css/comp.css",
"action": "./css/main.css|./css/sub1.css",
"leaf": true,
"id": 6,
"checked": true
}, {
"match": "find.qq.com/js/catalog.js",
"action": "http://pub.idqqimg.com/qqfind/js/groupcatalog.js",
"leaf": true,
"id": 7,
"checked": true
}, {
"match": "find.qq.com/|*.idqqimg.com/qqfind/",
"action": "./",
"leaf": true,
"id": 8,
"checked": true
}],
"router": [{
"match": "find.qq.com/cgi-bin/|cgi.find.qq.com",
"action": "-",
"leaf": true,
"id": 13,
"checked": true
}, {
"match": "find.qq.com|idqqimg.com/qqfind/",
"action": "172.23.136.84",
"leaf": true,
"id": 14,
"checked": true
}]
}