-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
52 lines (52 loc) · 1.09 KB
/
data.json
File metadata and controls
52 lines (52 loc) · 1.09 KB
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
{
"categories": [
{
"id": "work",
"name": "工作",
"websites": [
{
"id": "site_1",
"name": "项目管理",
"url": "https://example.com/project",
"backgroundColor": "#A3D9FF"
},
{
"id": "site_2",
"name": "代码仓库",
"url": "https://github.com",
"backgroundColor": "#B2F2BB"
}
]
},
{
"id": "study",
"name": "学习",
"websites": [
{
"id": "site_3",
"name": "在线课程",
"url": "https://example.com/courses",
"backgroundColor": "#FFF3B0"
},
{
"id": "site_4",
"name": "技术文档",
"url": "https://developer.mozilla.org",
"backgroundColor": "#FFB3BA"
}
]
},
{
"id": "entertainment",
"name": "娱乐",
"websites": [
{
"id": "site_5",
"name": "视频网站",
"url": "https://example.com/video",
"backgroundColor": "#D6B3FF"
}
]
}
]
}