-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
59 lines (59 loc) · 1.69 KB
/
config.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
{
"section": [
{
"header": "常用网页-1",
"content": [
{
"title": "Google",
"url": "https://www.google.com/",
"msg": "The GOOGLE engine"
},
{
"title": "百度",
"url": "https://www.baidu.com/",
"msg": "The BAIDU engine"
},
{
"title": "Bing",
"url": "https://www.bing.com/",
"msg": "The BING engine"
},
{
"title": "搜狗搜索",
"url": "https://www.sogou.com/",
"msg": "The SOGOU engine"
},
{
"title": "Google-1",
"url": "https://www.google.com/",
"msg": null
},
{
"title": "百度-1",
"url": "https://www.baidu.com/",
"msg": null
},
{
"title": "Bing-1",
"url": "https://www.bing.com/",
"msg": null
}
]
},
{
"header": "CS网页",
"content": [
{
"title": "GitHub",
"url": "https://github.com/",
"msg": null
},
{
"title": "L.C.",
"url": "https://leetcode.com/",
"msg": null
}
]
}
]
}