-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
55 lines (55 loc) · 1.44 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
{
"apps" : [
{
"name": "Self Hosted",
"items": [
{"name":"Boyi Blog","url":"https://www.boyilu.com/","icon":"post-outline"},
{"name":"Boyi Blog Data","url":"https://analytics.umami.is/share/Q3V1ypOg91PhCWip/Boyi-Blog","icon":"chart-areaspline"},
{"name":"ChatGPT","url":"https://chatgpt.boyilu.com/", "icon":"robot-confused-outline"}
]
},
{
"name": "Third Party",
"items": [
{"name":"xLog","url":"https://www.boyilu.com/","icon":"post"},
{"name":"xFeed","url":"https://xfeed.app/u/boyi","icon":"comment-quote-outline"},
{"name":"xChar","url":"https://xchar.app/boyi","icon":"account-details-outline"}
]
},
{
"name": "Favorite",
"items": [
{"name":"Yu Blog","url":"https://www.pseudoyu.com","icon":"post-outline"},
{"name":"Lao Gao YouTube","url":"https://www.youtube.com/@laogao","icon":"youtube"}
]
}
],
"bookmarks" : [
{
"category": "Surfing",
"links": [
{
"name": "YouTube",
"url": "https://www.youtube.com"
},
{
"name": "Netflix",
"url": "https://www.netflix.com/"
},
{
"name": "HBO",
"url": "https://play.max.com/"
}
]
},
{
"category": "Tool",
"links": [
{
"name": "Excalidraw",
"url": "https://excalidraw.com"
}
]
}
]
}