forked from PyQt5/PyQt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
56 lines (56 loc) · 1.3 KB
/
data.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
[
{
"name": "仪表盘",
"icon": "xxx.png"
},
{
"name": "微信管理",
"icon": "weixin.png",
"badge": [
"火爆",
"#F8AC54"
],
"items": [
{
"name": "爬虫项目管理",
"icon": "xxx.png",
"badge": [
"推荐",
"#23C6C9"
],
"items": [
{
"name": "腾讯课堂"
},
{
"name": "淘宝"
},
{
"name": "京东"
},
{
"name": "天猫"
},
{
"name": "拉钩"
},
{
"name": "BOSS直聘"
}
]
}
]
},
{
"name": "爬虫部署管理",
"icon": "xxx.png"
},
{
"name": "爬虫监控管理",
"icon": "xxx.png"
},
{
"name": "PyQt",
"url": "https://github.com/892768447/PyQt"
}
]