-
Notifications
You must be signed in to change notification settings - Fork 11
/
my.json
202 lines (202 loc) · 4.41 KB
/
my.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
[
{
"id": "1",
"type": "My-Movie",
"sort": 0,
"description": "常用电影视频",
"items": [
{
"id": "1",
"name": "TL95",
"url": "http://www.tl95.com/",
"sort": 1,
"target": "_blank",
"description": "更新最快最全"
},
{
"id": "2",
"name": "西瓜影音",
"url": "http://www.xigua15.com/",
"sort": 2,
"target": "_blank",
"description": "速度有点慢,但是资源更新快"
},
{
"id": "3",
"name": "腾讯视频",
"url": "https://v.qq.com/",
"sort": 3,
"target": "_blank",
"description": "腾讯视频,广告很多"
},
{
"id": "4",
"name": "优酷视频",
"url": "http://youku.com/",
"sort": 4,
"target": "_blank",
"description": "优酷视频,广告比较少"
}
]
},
{
"id": "2",
"type": "My-Shop",
"sort": 0,
"description": "常用购物网站",
"items": [
{
"id": "1",
"name": "京东",
"url": "https://search.jd.com/",
"sort": 1,
"target": "_blank",
"description": "快,邮费贵"
},
{
"id": "2",
"name": "淘宝",
"url": "https://s.taobao.com/",
"sort": 2,
"target": "_blank",
"description": "没那么快,包邮"
}
]
},
{
"id": "3",
"type": "My-File",
"sort": 0,
"description": "常用网盘",
"items": [
{
"id": "1",
"name": "百度网盘",
"url": "https://pan.baidu.com/disk/home#list/path=%2F&vmode=list",
"sort": 1,
"target": "_blank",
"description": "目前最快且免费的网盘"
}
]
},
{
"id": "4",
"type": "My-EMail",
"sort": 0,
"description": "常用邮箱",
"items": [
{
"id": "1",
"name": "163",
"url": "http://mail.163.com/",
"sort": 1,
"target": "_blank",
"description": "网易"
},
{
"id": "2",
"name": "Gmail",
"url": "https://mail.google.com/mail/",
"sort": 2,
"target": "_blank",
"description": "Google邮箱"
}
]
},
{
"id": "5",
"type": "My-Blog",
"sort": 0,
"description": "常用博客",
"items": [
{
"id": "1",
"name": "My CNBLogs",
"url": "http://www.cnblogs.com/easonjim",
"sort": 1,
"target": "_blank",
"description": "博客园个人首页"
},
{
"id": "2",
"name": "CNBlogs Edit",
"url": "https://i.cnblogs.com/",
"sort": 2,
"target": "_blank",
"description": "博客园后台"
},
{
"id": "3",
"name": "My GitHub",
"url": "https://github.com/easonjim",
"sort": 3,
"target": "_blank",
"description": "GitHub个人首页"
},
{
"id": "4",
"name": "My GitBook",
"url": "https://www.gitbook.com/@easonjim",
"sort": 4,
"target": "_blank",
"description": "GitBook个人首页"
},
{
"id": "5",
"name": "CNZZ",
"url": "https://web.umeng.com/main.php?c=site&a=show",
"sort": 5,
"target": "_blank",
"description": "CNZZ统计"
},
{
"id": "6",
"name": "ishadowsocks",
"url": "http://isx.yt/",
"sort": 6,
"target": "_blank",
"description": "shadowsocks"
},
{
"id": "7",
"name": "shadowsocks8",
"url": "http://ss8.pm/",
"sort": 7,
"target": "_blank",
"description": "shadowsocks"
}
]
},
{
"id": "6",
"type": "My-SS",
"sort": 0,
"description": "常用链接",
"items": [
{
"id": "1",
"name": "ishadowsocks",
"url": "http://isx.yt/",
"sort": 1,
"target": "_blank",
"description": "shadowsocks"
},
{
"id": "2",
"name": "shadowsocks8",
"url": "http://ss8.pm/",
"sort": 2,
"target": "_blank",
"description": "shadowsocks"
},
{
"id": "3",
"name": "ss",
"url": "https://darrenliuwei.com/fuck-gfw/free-ssr.html",
"sort": 3,
"target": "_blank",
"description": "shadowsocks"
}
]
}
]