db.json 207.3 KB
Newer Older
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
1
[
李少辉-开发者's avatar
李少辉-开发者 已提交
2
	{
李少辉-开发者's avatar
李少辉-开发者 已提交
3
		"title": "编程语言",
李少辉-开发者's avatar
李少辉-开发者 已提交
4
		"nav": [
茶陵後's avatar
茶陵後 已提交
5
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
6
				"title": "Python",
茶陵後's avatar
茶陵後 已提交
7 8
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
9
						"title": "官方",
茶陵後's avatar
茶陵後 已提交
10 11
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
12 13
								"name": "Python",
								"desc": "是一种解释型、面向对象、动态数据类型的高级程序设计语言。",
Miykael_xxm's avatar
Miykael_xxm 已提交
14
								"url": "https://bbs.csdn.net/topics/603483762",
茶陵後's avatar
茶陵後 已提交
15
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
16
									"GitCode": "https://gitcode.net/mirrors/TheAlgorithms/Python"
李少辉-开发者's avatar
李少辉-开发者 已提交
17
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
18
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
19 20
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
21 22
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
23 24 25
								"name": "PyPi",
								"desc": "使用Python软件包索引查找,安装和发布Python软件包",
								"url": "https://pypi.org/",
李少辉-开发者's avatar
李少辉-开发者 已提交
26
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
27
								"urls": {},
茶陵後's avatar
茶陵後 已提交
28 29 30 31 32
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
33
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
34 35
					},
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
36
						"title": "工具",
茶陵後's avatar
茶陵後 已提交
37 38
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
39 40 41
								"name": "PCU",
								"desc": "python-check-updates, 检查 pip 当前依赖包最新版本",
								"url": "https://github.com/xjh22222228/python-check-updates",
李少辉-开发者's avatar
李少辉-开发者 已提交
42
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
43 44 45 46
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
47 48 49 50 51 52 53 54 55
							{
								"name": "Jupyter Notebook",
								"desc": "CSDN 为会员用户提供的免费在线 jupyter notebook 服务,用户独享,数据长期保存",
								"url": "https://jupyter.csdn.net/",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
茶陵後's avatar
茶陵後 已提交
56 57
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
58
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
59
					},
茶陵後's avatar
茶陵後 已提交
60
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
61
						"title": "依赖包",
茶陵後's avatar
茶陵後 已提交
62 63
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
64 65 66
								"icon": "https://www.python.org/static/favicon.ico",
								"name": "requests",
								"desc": "requests是一个简单而优雅的HTTP库。",
Miykael_xxm's avatar
Miykael_xxm 已提交
67
								"url": "https://bbs.csdn.net/topics/603483762",
李少辉-开发者's avatar
李少辉-开发者 已提交
68
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
69
									"GitCode": "https://gitcode.net/mirrors/psf/requests"
李少辉-开发者's avatar
李少辉-开发者 已提交
70
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
71
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
72 73 74 75
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
76 77 78
								"icon": "https://raw.githubusercontent.com/aio-libs/aiohttp/master/docs/_static/aiohttp-icon-128x128.png",
								"name": "aiohttp",
								"desc": "用于asyncio和Python的异步HTTP客户端/服务器框架",
Miykael_xxm's avatar
Miykael_xxm 已提交
79
								"url": "https://bbs.csdn.net/topics/603483762",
Miykael_xxm's avatar
Miykael_xxm 已提交
80
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
81
									"GitCode": "https://gitcode.net/mirrors/aio-libs/aiohttp"
Miykael_xxm's avatar
Miykael_xxm 已提交
82
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
83
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
84 85 86 87
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
88 89 90
								"icon": "https://avatars2.githubusercontent.com/u/733635?s=200&v=4",
								"name": "Scrapy",
								"desc": "一个用于Python的快速高级Web爬虫框架。",
Miykael_xxm's avatar
Miykael_xxm 已提交
91
								"url": "https://bbs.csdn.net/topics/603483762",
李少辉-开发者's avatar
李少辉-开发者 已提交
92
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
93
									"GitCode": "https://gitcode.net/mirrors/scrapy/scrapy"
李少辉-开发者's avatar
李少辉-开发者 已提交
94
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
95
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
96 97 98 99
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
100 101 102
								"icon": "https://avatars0.githubusercontent.com/u/983927?s=200&v=4",
								"name": "selenium",
								"desc": "浏览器自动化框架和生态系统。",
Miykael_xxm's avatar
Miykael_xxm 已提交
103
								"url": "https://bbs.csdn.net/topics/603483762",
李少辉-开发者's avatar
李少辉-开发者 已提交
104
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
105
									"GitCode": "https://gitcode.net/mirrors/SeleniumHQ/selenium/"
李少辉-开发者's avatar
李少辉-开发者 已提交
106
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
107
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
108 109 110 111
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
112 113 114
								"name": "beautifulsoup",
								"desc": "可以从HTML或XML文件中提取数据的Python库",
								"url": "https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/",
李少辉-开发者's avatar
李少辉-开发者 已提交
115
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
116 117 118 119 120
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
121 122
								"name": "Pillow",
								"desc": "友好的PIL前叉,是一个出色的图像处理库",
Miykael_xxm's avatar
Miykael_xxm 已提交
123
								"url": "https://bbs.csdn.net/topics/603483762",
Miykael_xxm's avatar
Miykael_xxm 已提交
124
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
125
									"GitCode": "https://gitcode.net/mirrors/python-pillow/Pillow"
李少辉-开发者's avatar
李少辉-开发者 已提交
126
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
127
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
128 129 130 131
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
132 133
								"name": "numpy",
								"desc": "使用Python进行科学计算的基本软件包。",
Miykael_xxm's avatar
Miykael_xxm 已提交
134
								"url": "https://bbs.csdn.net/topics/603483762",
李少辉-开发者's avatar
李少辉-开发者 已提交
135
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
136
									"GitCode": "https://gitcode.net/mirrors/numpy/numpy"
李少辉-开发者's avatar
李少辉-开发者 已提交
137
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
138
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
139 140 141 142
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
143 144 145 146
								"icon": "https://avatars1.githubusercontent.com/u/21206976?s=200&v=4",
								"name": "pandas",
								"desc": "功能强大的Python数据分析工具包",
								"url": "https://github.com/pandas-dev/pandas",
李少辉-开发者's avatar
李少辉-开发者 已提交
147
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
148 149 150 151 152
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
153
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
154
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
155
					},
李少辉-开发者's avatar
李少辉-开发者 已提交
156 157
					{
						"title": "CLI",
茶陵後's avatar
茶陵後 已提交
158 159
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
160 161 162
								"createdAt": "2021-02-04T12:25:26.295Z",
								"name": "rich",
								"icon": "https://github.com/favicon.ico",
Miykael_xxm's avatar
Miykael_xxm 已提交
163
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
164
								"desc": "Rich是一个Python库,用于在终端中提供富文本和精美的格式。",
Miykael_xxm's avatar
Miykael_xxm 已提交
165 166 167
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/willmcgugan/rich"
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
168 169 170 171 172 173 174
								"rate": 5,
								"top": false
							},
							{
								"name": "Fire",
								"desc": "Python Fire是一个用于从绝对任何Python对象自动生成命令行界面(CLI)的库。",
								"url": "https://github.com/google/python-fire",
李少辉-开发者's avatar
李少辉-开发者 已提交
175
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
176 177 178 179 180
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
181 182 183
								"name": "colorama",
								"desc": "Python中简单的跨平台彩色终端文本",
								"url": "https://pypi.org/project/colorama/",
李少辉-开发者's avatar
李少辉-开发者 已提交
184
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
185 186 187 188 189
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
190 191 192 193
								"icon": "https://avatars1.githubusercontent.com/u/12731565?s=200&v=4",
								"name": "tqdm",
								"desc": "适用于Python和CLI的快速,可扩展的进度栏",
								"url": "https://github.com/tqdm/tqdm",
李少辉-开发者's avatar
李少辉-开发者 已提交
194
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
195 196 197
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
198
							},
茶陵後's avatar
茶陵後 已提交
199
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
200 201 202
								"name": "paramiko",
								"desc": "领先的Python SSHv2协议库",
								"url": "https://github.com/paramiko/paramiko",
李少辉-开发者's avatar
李少辉-开发者 已提交
203
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
204 205 206 207 208
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
209 210 211
								"name": "click",
								"desc": "Python可组合命令行界面工具包",
								"url": "https://github.com/pallets/click",
李少辉-开发者's avatar
李少辉-开发者 已提交
212
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
213
								"urls": {},
茶陵後's avatar
茶陵後 已提交
214 215 216 217
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
218
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
219
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
220
					},
李少辉-开发者's avatar
李少辉-开发者 已提交
221 222 223
					{
						"title": "框架",
						"icon": "https://www.python.org/static/favicon.ico",
茶陵後's avatar
茶陵後 已提交
224 225
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
226 227 228 229 230
								"icon": "https://avatars3.githubusercontent.com/u/27804?s=200&v=4",
								"name": "Django",
								"desc": "具有期限的完美主义者的Web框架。",
								"url": "https://www.djangoproject.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
231
									"GitCode": "https://gitcode.net/mirrors/django/django"
李少辉-开发者's avatar
李少辉-开发者 已提交
232
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
233
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
234 235
								"rate": 5,
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
236 237
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
238 239 240 241
								"icon": "https://avatars0.githubusercontent.com/u/16748505?s=200&v=4",
								"name": "flask",
								"desc": "用于构建Web应用程序的Python微框架。",
								"url": "https://palletsprojects.com/p/flask/",
Miykael_xxm's avatar
Miykael_xxm 已提交
242
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
243
									"GitCode": "https://gitcode.net/mirrors/pallets/flask"
李少辉-开发者's avatar
李少辉-开发者 已提交
244
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
245
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
246 247
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
248 249
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
250
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
251
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
252
					},
茶陵後's avatar
茶陵後 已提交
253
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
254
						"title": "参考资料",
茶陵後's avatar
茶陵後 已提交
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
						"nav": [
							{
								"name": "Python 技能树",
								"desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的Python 工程师。它系统地整理了关于Python领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。",
								"url": "https://bbs.csdn.net/skill/python",
								"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Python 频道",
								"desc": "聚合 CSDN 社区 python 优质资源,学习交流的家园",
								"url": "https://blog.csdn.net/nav/python",
								"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
276
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
277 278 279 280
								"name": "简明 Python 教程",
								"desc": "旨在于介绍如何使用 Python 语言进行编程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解仅限于如何保存文本文件的话,那这本书就是为你准备的。",
								"url": "https://bop.mol.uno/",
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
281
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
282 283 284
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
285
							},
茶陵後's avatar
茶陵後 已提交
286
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
287 288
								"name": "100天从新手到大师",
								"desc": "Python - 100天从新手到大师",
Miykael_xxm's avatar
Miykael_xxm 已提交
289
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
290
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
291
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
292 293 294 295 296
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
297 298 299 300
								"name": "Python 入门指南",
								"desc": "Python 入门指南",
								"url": "https://python666.cn/cls/lesson/list/",
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
301
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
302 303 304 305 306
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
307 308
								"name": "What the f*ck Python!",
								"desc": "一些有趣且鲜为人知的 Python 特性.",
Miykael_xxm's avatar
Miykael_xxm 已提交
309
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
310
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
311
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
312 313 314 315 316 317 318
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-python-cn",
								"desc": "Python 资源大全中文版",
Miykael_xxm's avatar
Miykael_xxm 已提交
319
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
320
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
321
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
322 323 324 325 326 327 328
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "cheatsheet",
								"desc": "Python大全备忘单",
Miykael_xxm's avatar
Miykael_xxm 已提交
329
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
330
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
331
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
332 333 334 335 336
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
337 338
								"name": "awesome-python",
								"desc": "精选的Python框架,库,软件和资源的精选清单。",
Miykael_xxm's avatar
Miykael_xxm 已提交
339
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
340
								"icon": "https://www.python.org/static/favicon.ico",
李少辉-开发者's avatar
李少辉-开发者 已提交
341
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
342 343 344 345
								"urls": {},
								"rate": 5,
								"top": false
							}
茶陵後's avatar
茶陵後 已提交
346
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
347
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
348
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
349 350 351
					}
				],
				"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
352
				"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
353 354 355 356 357 358 359 360
			},
			{
				"title": "Java",
				"nav": [
					{
						"title": "官方",
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
361 362 363
								"name": "Java",
								"desc": "Java 是由 Sun Microsystems 在 1995 年首先发布的编程语言和计算平台。",
								"url": "https://www.java.com/zh-CN/",
李少辉-开发者's avatar
李少辉-开发者 已提交
364
								"icon": "https://gitcode.net/codechina/operation-work/uploads/4968151f3348d112c0d39386ca164e31/java.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
365
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
366
								"urls": {},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
367 368
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
369 370
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
371
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
372
					},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
373 374
					{
						"title": "工具",
茶陵後's avatar
茶陵後 已提交
375 376
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
377 378 379 380
								"name": "IDEA",
								"desc": "IDEA全称IntelliJ IDEA,是Java语言开发的集成环境,IntelliJ在业界被公认为最后的java开发工具之一",
								"url": "https://www.jetbrains.com/idea/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
381
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
382
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
383
									"GitCode": "https://gitcode.net/mirrors/JetBrains/intellij-community"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
384
								},
茶陵後's avatar
茶陵後 已提交
385 386 387
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
388
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
389 390 391 392
								"name": "Eclipse",
								"desc": "Eclipse是一个开放源代码的、基于Java的可扩展开发平台",
								"url": "https://www.eclipse.org/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
393
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
394
								"urls": {},
李少辉-开发者's avatar
李少辉-开发者 已提交
395 396 397 398
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
399
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
400
					},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
401 402
					{
						"title": "依赖包",
李少辉-开发者's avatar
李少辉-开发者 已提交
403 404
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
405 406 407 408
								"name": "Maven",
								"desc": "构建结构一致的JAVA项目,并在多个项目之间共享Jar包",
								"url": "https://maven.apache.org/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
409
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
410
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
411
									"GitCode": "https://gitcode.net/mirrors/apache/maven"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
412
								},
茶陵後's avatar
茶陵後 已提交
413 414 415 416
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
417
						"createdAt": ""
BaiXuePrincess's avatar
BaiXuePrincess 已提交
418 419 420 421 422
					},
					{
						"title": "框架",
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
423 424 425 426 427 428
								"name": "Hibernate",
								"desc": "对JDBC的轻量级封装,使得开发人员可以像操作对象操作数据库",
								"url": "http://hibernate.org/",
								"icon": "https://img-blog.csdnimg.cn/bdebfea98b554a61aeb760399cb48316.png",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
429
									"GitCode": "https://gitcode.net/mirrors/hibernate/hibernate-orm"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
430
								},
茶陵後's avatar
茶陵後 已提交
431 432 433
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
434
							{
茶陵後's avatar
茶陵後 已提交
435 436 437 438 439 440
								"name": "Strusts",
								"desc": "Struts2是流行和成熟的基于MVC设计模式的Web应用程序框架",
								"url": "http://struts.apache.org/",
								"icon": "​​​​​​​​​​https://img-blog.csdnimg.cn/f863b6ba2cf54488b44687214641e821.png",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
441
									"GitCode": "https://gitcode.net/mirrors/apache/struts"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
442
								},
茶陵後's avatar
茶陵後 已提交
443 444 445
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
446
							{
茶陵後's avatar
茶陵後 已提交
447 448 449
								"name": "Spring",
								"desc": "Spring是一个基于IoC和AOP的构架多层j2ee系统的框架",
								"url": "https://spring.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
450
								"icon": "",
茶陵後's avatar
茶陵後 已提交
451 452
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
453
									"GitCode": "https://gitcode.net/mirrors/spring-projects/spring-framework"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
454
								},
茶陵後's avatar
茶陵後 已提交
455 456 457
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
458
							{
茶陵後's avatar
茶陵後 已提交
459 460 461 462 463
								"name": "Spring MVC",
								"desc": "Spring MVC是时下流行的MVC框架,配置使用都很方便",
								"url": "https://docs.spring.io/spring-framework/docs/current/reference/html/web.html",
								"icon": "https://img-blog.csdnimg.cn/6d456e58def441de8fbd066afaf7f189.png",
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
464
								"urls": {},
茶陵後's avatar
茶陵後 已提交
465 466 467
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
468
							{
茶陵後's avatar
茶陵後 已提交
469 470 471 472 473 474
								"name": "SpringBoot",
								"desc": "几乎不用配置的SSM(H)框架",
								"url": "https://spring.io/projects/spring-boot",
								"icon": "https://img-blog.csdnimg.cn/ff4e62be39f24487a9ef6e7134566f55.png",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
475
									"GitCode": "https://gitcode.net/mirrors/spring-projects/spring-boot"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
476
								},
茶陵後's avatar
茶陵後 已提交
477 478 479 480
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
481
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
482 483
					},
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
484
						"title": "参考资料",
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
485 486
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
								"name": "Java 频道",
								"desc": "聚合 CSDN 社区 java 优质资源,学习交流的家园",
								"url": "https://blog.csdn.net/nav/java",
								"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Gitcode Java 项目集锦",
								"desc": "Csdn gitcode java 学习资料、联系代码、源码项目集合。",
								"url": "https://gitcode.net/explore/topics/java?sort=stars_desc",
								"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
								"createdAt": "",
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
502
								"urls": {},
茶陵後's avatar
茶陵後 已提交
503
								"rate": 5,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
504
								"top": false
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
505 506
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
507
						"createdAt": ""
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
508 509
					}
				],
茶陵後's avatar
茶陵後 已提交
510
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
511 512
			},
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
513
				"title": "C/C++",
茶陵後's avatar
茶陵後 已提交
514 515
				"nav": [
					{
Miykael_xxm's avatar
Miykael_xxm 已提交
516
						"title": "热门项目",
茶陵後's avatar
茶陵後 已提交
517 518
						"nav": [
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
519 520 521 522
								"name": "Scrcpy",
								"desc": "Display and control your Android device",
								"url": "https://github.com/Genymobile/scrcpy",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
523
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
524
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
525
									"GitCode": "#"
茶陵後's avatar
茶陵後 已提交
526 527 528 529 530
								},
								"rate": 5,
								"top": false
							},
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
531 532 533 534
								"name": "mpv-player",
								"desc": "🎥 Command line video player",
								"url": "https://github.com/mpv-player/mpv",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
535
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
536 537 538 539
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
540
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
541 542 543 544
								"name": "ExplorerPatcher",
								"desc": "C++This project aims to bring back a productive working environment on Windows 11",
								"url": "https://github.com/valinet/ExplorerPatcher",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
545
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
546 547 548 549
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
550
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
551 552 553 554
								"name": "OBS Studio",
								"desc": "Free and open source software for live streaming and screen recording",
								"url": "https://github.com/obsproject/obs-studio",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
555
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
556 557 558 559
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
560
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
561 562 563 564
								"name": "esp-idf",
								"desc": "Espressif IoT Development Framework. Official development framework for ESP32.",
								"url": "https://github.com/espressif/esp-idf",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
565
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
566 567 568 569
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
570
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
571 572 573 574
								"name": "libhv",
								"desc": "🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.",
								"url": "https://github.com/ithewei/libhv",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
575
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
576 577 578 579
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
580
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
581 582 583 584
								"name": "ijkplayer",
								"desc": "Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.",
								"url": "https://github.com/bilibili/ijkplayer",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
585
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
586 587 588 589
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
590
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
591 592 593 594
								"name": "qmk_firmware",
								"desc": "Open-source keyboard firmware for Atmel AVR and Arm USB families",
								"url": "https://github.com/qmk/qmk_firmware",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
595
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
596 597 598 599
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
600
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
601 602 603 604
								"name": "ncnn",
								"desc": "ncnn is a high-performance neural network inference framework optimized for the mobile platform",
								"url": "https://github.com/Tencent/ncnn",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
605
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
606 607 608 609
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
610
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
611 612 613 614
								"name": "Mbed OS",
								"desc": "Arm Mbed OS is a platform operating system designed for the internet of things",
								"url": "https://github.com/ARMmbed/mbed-os",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
615
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
616 617 618 619
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
620
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
621 622 623 624
								"name": "SerenityOS",
								"desc": "The Serenity Operating System 🐞",
								"url": "https://github.com/SerenityOS/serenity",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
625
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
626 627 628 629
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
630
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
631 632 633 634
								"name": "spdlog",
								"desc": "Fast C++ logging library",
								"url": "https://github.com/gabime/spdlog",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
635
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
636 637 638 639
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
640
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
641 642 643 644
								"name": "C++那些事",
								"desc": "C++那些事",
								"url": "https://github.com/Light-City/CPlusPlusThings",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
645
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
646 647 648 649
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
650
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
651 652 653 654
								"name": "Calculator",
								"desc": "Windows Calculator: A simple yet powerful calculator that ships with Window",
								"url": "https://github.com/microsoft/calculator",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
655
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
656 657 658 659
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
660
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
661 662 663 664
								"name": "Tesseract-OCR",
								"desc": "Tesseract Open Source OCR Engine",
								"url": "https://github.com/tesseract-ocr/tesseract",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
665
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
666 667 668 669
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
670
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
671 672 673 674
								"name": "ClickHouse",
								"desc": "ClickHouse® is a free analytics DBMS for big data",
								"url": "https://github.com/ClickHouse/ClickHouse",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
675
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
676 677 678 679 680
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
681
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
682
					},
茶陵後's avatar
茶陵後 已提交
683
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
684
						"title": "CSDN C/C++ 学习社区",
茶陵後's avatar
茶陵後 已提交
685 686
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
687
								"name": "C/C++ 技能树",
Miykael_xxm's avatar
Miykael_xxm 已提交
688
								"desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的C 工程师。它系统地整理了关于C领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。",
李少辉-开发者's avatar
李少辉-开发者 已提交
689 690
								"url": "https://bbs.csdn.net/skill/c",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
691
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
692 693 694 695
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
696
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
697 698 699 700
								"name": "C/C++ 频道",
								"desc": "聚合 CSDN 社区 c/c++ 优质资源,学习交流的家园",
								"url": "https://blog.csdn.net/nav/c",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
701
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
702
								"urls": {},
茶陵後's avatar
茶陵後 已提交
703 704 705
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
706
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
707 708 709 710
								"name": "Gitcode C/C++ 语言项目集锦",
								"desc": "C++不仅拥有计算机高效运行的实用性特征,同时还致力于提高大规模程序的编程质量与程序设计语言的问题描述能力。",
								"url": "https://gitcode.net/explore/topics/c++",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
711
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
712 713 714 715 716
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
717
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
718 719 720
					},
					{
						"title": "工具",
茶陵後's avatar
茶陵後 已提交
721 722 723 724 725 726 727 728 729 730 731 732
						"nav": [
							{
								"name": "CSDN Jupyter Notebook",
								"desc": "聚合 CSDN 社区 java 优质资源,学习交流的家园",
								"url": "https://blog.csdn.net/nav/java",
								"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
733
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
734 735
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
736
				"createdAt": ""
737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760
			},
			{
				"title": "有奖贡献",
				"nav": [
					{
						"title": "邀请",
						"nav": [
							{
								"icon": "",
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
761
			}
李少辉-开发者's avatar
李少辉-开发者 已提交
762
		],
茶陵後's avatar
茶陵後 已提交
763
		"id": 0,
李少辉-开发者's avatar
李少辉-开发者 已提交
764
		"createdAt": ""
茶陵後's avatar
茶陵後 已提交
765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783
	},
	{
		"title": "WEB前端",
		"nav": [
			{
				"title": "JavaScript",
				"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
				"nav": [
					{
						"title": "JavaScript",
						"nav": [
							{
								"icon": "https://jquery.com/jquery-wp-content/themes/jquery.com/i/favicon.ico",
								"name": "jQuery",
								"desc": "jQuery是一个JavaScript函数库",
								"url": "http://jquery.com/",
								"urls": {
									"英文": "http://jquery.com/",
									"中文": "https://www.jquery123.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
784
									"GitCode": "https://gitcode.net/mirrors/jquery/jquery"
茶陵後's avatar
茶陵後 已提交
785
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
786
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
787 788 789 790 791 792 793 794 795 796 797
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.webpackjs.com/assets/favicon.ico",
								"name": "webpack",
								"desc": "webpack是一个模块打包器",
								"url": "https://www.webpackjs.com/",
								"urls": {
									"英文": "https://webpack.js.org/",
									"中文": "https://www.webpackjs.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
798
									"GitCode": "https://gitcode.net/mirrors/webpack/webpack"
茶陵後's avatar
茶陵後 已提交
799
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
800
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
801 802 803 804 805 806 807 808 809 810 811
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://babeljs.io/img/favicon.png",
								"name": "Babel",
								"desc": "用于编写下一代 JavaScript 的编译器",
								"url": "http://babeljs.io/",
								"urls": {
									"英文": "http://babeljs.io/",
									"中文": "https://babeljs.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
812
									"GitCode": "https://gitcode.net/mirrors/babel/babel"
茶陵後's avatar
茶陵後 已提交
813
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
814
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
815 816 817 818 819 820 821 822 823 824 825
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://cn.eslint.org/img/favicon.512x512.png",
								"name": "ESLint",
								"desc": "可组装的JavaScript和JSX检查工具",
								"url": "https://cn.eslint.org/",
								"urls": {
									"英文": "https://cn.eslint.org/",
									"中文": "http://eslint.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
826
									"GitCode": "https://gitcode.net/mirrors/eslint/eslint"
茶陵後's avatar
茶陵後 已提交
827
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
828
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
829 830 831 832 833 834 835 836 837
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/10076935?s=200&v=4",
								"name": "stylelint",
								"desc": "一个强大的现代样式风格的linter",
								"url": "https://stylelint.io/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
838
									"GitCode": "https://gitcode.net/mirrors/stylelint/stylelint"
茶陵後's avatar
茶陵後 已提交
839
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
840
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
841 842 843 844 845 846 847 848 849
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/8770005?s=200&v=4",
								"name": "Mocha",
								"desc": "Mocha是JavaScript的一种单元测试框架,既可以在浏览器环境下运行,也可以在Node.js环境下运行",
								"url": "https://mochajs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
850
									"GitCode": "https://gitcode.net/mirrors/mochajs/mocha"
茶陵後's avatar
茶陵後 已提交
851
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
852
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
853 854 855 856 857 858 859 860 861
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/5485517?s=200&v=4",
								"name": "MUI",
								"desc": "MUI: 最接近原生APP体验的高性能前端框架",
								"url": "http://dev.dcloud.net.cn/mui/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
862
									"GitCode": "https://gitcode.net/mirrors/dcloudio/mui"
茶陵後's avatar
茶陵後 已提交
863
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
864
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
865 866 867 868 869 870 871 872 873 874 875
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/12554859?s=200&v=4",
								"name": "rollup",
								"desc": "Rollup 是一个 JavaScript 模块打包器,可以将小块代码编译成大块复杂的代码,例如 library 或应用程序",
								"url": "https://rollupjs.org/guide/zh/",
								"urls": {
									"英文": "https://rollupjs.org/guide/en/",
									"中文": "https://rollupjs.org/guide/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
876
									"GitCode": "https://gitcode.net/mirrors/rollup/rollup"
茶陵後's avatar
茶陵後 已提交
877
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
878
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
879 880 881 882 883 884 885 886 887
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/29208316?s=200&v=4",
								"name": "standard",
								"desc": "JavaScript样式指南,带有linter和自动代码修复程序",
								"url": "https://standardjs.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
888
									"GitCode": "https://gitcode.net/mirrors/standard/standard"
茶陵後's avatar
茶陵後 已提交
889
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
890
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
891 892 893 894 895
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
896
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
897 898 899 900 901 902 903
					},
					{
						"title": "常用插件",
						"nav": [
							{
								"name": "Faker",
								"icon": "https://github.com/favicon.ico",
Miykael_xxm's avatar
Miykael_xxm 已提交
904
								"url": "",
茶陵後's avatar
茶陵後 已提交
905 906
								"createdAt": "2021-01-23T09:37:03.055Z",
								"desc": "在Node.js和浏览器中生成大量逼真的假数据",
Miykael_xxm's avatar
Miykael_xxm 已提交
907 908 909
								"urls":{
									"GitCode": "https://gitcode.net/mirrors/Marak/faker.js"
								},
茶陵後's avatar
茶陵後 已提交
910 911 912 913 914 915 916 917
								"rate": 5,
								"top": false
							},
							{
								"name": "sweetalert",
								"desc": "JavaScript Alert 的漂亮替代品",
								"url": "https://sweetalert.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
918
									"GitCode": "https://gitcode.net/mirrors/t4t5/sweetalert"
茶陵後's avatar
茶陵後 已提交
919
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
920
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
921 922 923 924 925 926 927 928 929
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/17040762?s=200&v=4",
								"name": "Sortable",
								"desc": "一个JavaScript库,用于在现代浏览器和触摸设备上对拖放列表进行重新排序",
								"url": "https://sortablejs.github.io/Sortable/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
930
									"GitCode": "https://gitcode.net/mirrors/SortableJS/Sortable"
茶陵後's avatar
茶陵後 已提交
931
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
932
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
933 934 935 936 937 938 939 940
								"rate": 5,
								"top": false
							},
							{
								"name": "formilyjs",
								"desc": "Formily 是一个由阿里巴巴集团多 BU 共建的面向中后台复杂场景的表单解决方案,它也是一个表单框架",
								"url": "https://formilyjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
941
									"GitCode": "https://gitcode.net/mirrors/alibaba/formily"
茶陵後's avatar
茶陵後 已提交
942
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
943
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
944 945 946 947 948 949 950 951 952
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://roughnotation.com/images/fav.png",
								"name": "rough-notation",
								"desc": "一个小的JavaScript库,用于在网页上创建手绘动画并为其添加动画效果",
								"url": "https://roughnotation.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
953
									"GitCode": "https://gitcode.net/mirrors/rough-stuff/rough-notation"
茶陵後's avatar
茶陵後 已提交
954
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
955
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
956 957 958 959 960 961 962 963 964
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/19199542?s=200&v=4",
								"name": "AntV",
								"desc": "AntV 是蚂蚁金服全新一代数据可视化解决方案",
								"url": "https://antv.alipay.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
965
									"GitCode": "https://gitcode.net/mirrors/antvis/"
茶陵後's avatar
茶陵後 已提交
966
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
967
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
968 969 970 971 972 973 974 975 976 977 978
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.lodashjs.com/icons/favicon-32x32.png",
								"name": "Lodash",
								"desc": "Lodash是一个一致性、模块化、高性能的 JavaScript 实用工具库",
								"url": "https://www.lodashjs.com/",
								"urls": {
									"英文": "https://lodash.com/",
									"中文": "https://www.lodashjs.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
979
									"GitCode": "https://gitcode.net/mirrors/lodash/lodash"
茶陵後's avatar
茶陵後 已提交
980
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
981
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
982 983 984 985 986 987 988 989 990 991 992
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.swiper.com.cn/favicon.ico",
								"name": "Swiper",
								"desc": "轻量级的移动设备触控滑块的js框架,使用硬件加速过渡",
								"url": "https://www.swiper.com.cn/",
								"urls": {
									"英文": "http://idangero.us/swiper/",
									"中文": "https://www.swiper.com.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
993
									"GitCode": "https://gitcode.net/mirrors/nolimits4web/swiper"
茶陵後's avatar
茶陵後 已提交
994
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
995
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
996 997 998 999 1000 1001 1002
								"rate": 5,
								"top": false
							},
							{
								"name": "fastclick",
								"desc": "Polyfill 解决移动端具有300ms延迟的库",
								"url": "https://github.com/ftlabs/fastclick",
李少辉-开发者's avatar
李少辉-开发者 已提交
1003
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1004 1005 1006 1007 1008 1009 1010 1011 1012
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Layer",
								"desc": "丰富多样的Web弹出层组件,可轻松实现Alert/Confirm/Prompt/普通提示/页面区块/iframe/tips等等几乎所有的弹出交互",
								"url": "http://layer.layui.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1013
									"GitCode": "https://gitcode.net/mirrors/sentsin/layer/"
茶陵後's avatar
茶陵後 已提交
1014
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1015
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://momentjs.com/static/img/moment-favicon.png",
								"name": "moment.js",
								"desc": "一个轻量级的JavaScript日期库,用于解析,验证,操作和格式化日期",
								"url": "http://momentjs.cn/",
								"urls": {
									"英文": "http://momentjs.com/",
									"中文": "http://momentjs.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1027
									"GitCode": "https://gitcode.net/mirrors/moment/moment"
茶陵後's avatar
茶陵後 已提交
1028
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1029
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1030 1031 1032 1033 1034 1035 1036
								"rate": 5,
								"top": false
							},
							{
								"name": "js-cookie",
								"desc": "一个简单,轻量级的JavaScript API,用于处理浏览器cookie",
								"url": "https://github.com/js-cookie/js-cookie",
李少辉-开发者's avatar
李少辉-开发者 已提交
1037
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1038 1039 1040 1041 1042 1043 1044 1045
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "qs",
								"desc": "具有嵌套支持的查询字符串解析器",
								"url": "https://github.com/ljharb/qs",
李少辉-开发者's avatar
李少辉-开发者 已提交
1046
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1047 1048 1049 1050 1051 1052 1053 1054 1055
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Mock.js",
								"desc": "生成随机数据,拦截 Ajax 请求",
								"url": "http://mockjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1056
									"GitCode": "https://gitcode.net/mirrors/nuysoft/Mock"
茶陵後's avatar
茶陵後 已提交
1057
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1058
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1059 1060 1061 1062 1063 1064 1065 1066 1067
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://gitalk.github.io/favicon.ico",
								"name": "GITALK",
								"desc": "凹凸实验室出品的一款基于 Github Issue 和 Preact 开发的评论插件",
								"url": "https://gitalk.github.io/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1068
									"GitCode": "https://gitcode.net/mirrors/gitalk/gitalk"
茶陵後's avatar
茶陵後 已提交
1069
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1070
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1071 1072 1073 1074 1075 1076 1077 1078 1079
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://prismjs.com/assets/favicon.png",
								"name": "prism",
								"desc": "轻巧,强大,优雅的代码语法高亮",
								"url": "https://prismjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1080
									"GitCode": "https://gitcode.net/mirrors/PrismJS/prism"
茶陵後's avatar
茶陵後 已提交
1081
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1082
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1083 1084 1085 1086 1087 1088 1089 1090
								"rate": 5,
								"top": false
							},
							{
								"name": "nprogress",
								"desc": "顶部加载进度条",
								"url": "http://ricostacruz.com/nprogress/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1091
									"GitCode": "https://gitcode.net/mirrors/rstacruz/nprogress"
茶陵後's avatar
茶陵後 已提交
1092
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1093
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1094 1095 1096 1097 1098 1099 1100 1101
								"rate": 5,
								"top": false
							},
							{
								"name": "iNotify",
								"desc": "JS实现浏览器标题闪烁,滚动,语音提示,Chrome/Safari/FireFox/IE通知",
								"url": "https://git.io/iNotify",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1102
									"GitCode": "https://gitcode.net/mirrors/jaywcjlove/iNotify"
茶陵後's avatar
茶陵後 已提交
1103
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1104
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1105 1106 1107 1108 1109 1110 1111 1112
								"rate": 5,
								"top": false
							},
							{
								"name": "html2canvas",
								"desc": "最流行的JavaScript屏幕截图",
								"url": "https://html2canvas.hertzen.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1113
									"GitCode": "https://gitcode.net/mirrors/niklasvh/html2canvas"
茶陵後's avatar
茶陵後 已提交
1114
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1115
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1116 1117 1118 1119 1120 1121 1122
								"rate": 5,
								"top": false
							},
							{
								"name": "dayjs",
								"desc": "使用与Moment.js兼容的API来解析,验证,操作和显示现代浏览器的日期和时间",
								"url": "https://github.com/iamkun/dayjs/blob/master/docs/zh-cn/API-reference.md",
李少辉-开发者's avatar
李少辉-开发者 已提交
1123
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1124 1125 1126 1127 1128 1129 1130 1131 1132
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "JsBarcode",
								"desc": "易于使用但功能强大的条形码生成器,适用于Web和Node.js",
								"url": "https://lindell.me/JsBarcode/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1133
									"GitCode": "https://gitcode.net/mirrors/lindell/JsBarcode"
茶陵後's avatar
茶陵後 已提交
1134
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1135
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1136 1137 1138 1139 1140 1141 1142 1143
								"rate": 5,
								"top": false
							},
							{
								"name": "clipboard.js",
								"desc": "现代复制到剪贴板。没有Flash。只需3kb gzipped。",
								"url": "https://clipboardjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1144
									"GitCode": "https://gitcode.net/mirrors/zenorocha/clipboard.js"
茶陵後's avatar
茶陵後 已提交
1145
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1146
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1147 1148 1149 1150 1151 1152 1153
								"rate": 5,
								"top": false
							},
							{
								"name": "lib-flexible",
								"desc": "可伸缩布局方案, 淘宝rem解决方案",
								"url": "https://github.com/amfe/lib-flexible",
李少辉-开发者's avatar
李少辉-开发者 已提交
1154
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1155 1156 1157 1158 1159 1160 1161 1162
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "js-xss",
								"desc": "根据白名单过滤HTML(防止XSS攻击)",
								"url": "https://github.com/leizongmin/js-xss",
李少辉-开发者's avatar
李少辉-开发者 已提交
1163
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1164 1165 1166 1167 1168 1169 1170 1171 1172
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "mescroll",
								"desc": "精致的下拉刷新和上拉加载 js框架.支持vue,完美运行于移动端和主流PC浏览器",
								"url": "http://www.mescroll.com/index.html",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1173
									"GitCode": "https://gitcode.net/mirrors/mescroll/mescroll"
茶陵後's avatar
茶陵後 已提交
1174
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1175
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1176 1177 1178 1179 1180 1181 1182 1183
								"rate": 5,
								"top": false
							},
							{
								"name": "better-scroll",
								"desc": "灵感来自iscroll,它具有更好的滚动性能",
								"url": "https://ustbhuangyi.github.io/better-scroll/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1184
									"GitCode": "https://gitcode.net/mirrors/ustbhuangyi/better-scroll"
茶陵後's avatar
茶陵後 已提交
1185
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1186
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1187 1188 1189 1190 1191 1192 1193 1194
								"rate": 5,
								"top": false
							},
							{
								"name": "pinyinjs",
								"desc": "一个实现汉字与拼音互转的小巧web工具库",
								"url": "http://demo.haoji.me/pinyinjs/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1195
									"GitCode": "https://gitcode.net/mirrors/sxei/pinyinjs"
茶陵後's avatar
茶陵後 已提交
1196
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1197
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1198 1199 1200 1201 1202 1203 1204
								"rate": 5,
								"top": false
							},
							{
								"name": "ms",
								"desc": "使用此包可以轻松地将各种时间格式转换为毫秒。",
								"url": "https://github.com/zeit/ms",
李少辉-开发者's avatar
李少辉-开发者 已提交
1205
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1206 1207 1208 1209 1210 1211 1212 1213 1214 1215
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/5298359?s=200&v=4",
								"name": "ramda",
								"desc": "适用于JavaScript程序员的实用函数库",
								"url": "https://ramdajs.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1216
									"GitCode": "https://gitcode.net/mirrors/ramda/ramda"
茶陵後's avatar
茶陵後 已提交
1217
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1218
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1219 1220 1221 1222 1223 1224 1225 1226
								"rate": 5,
								"top": false
							},
							{
								"name": "decimal.js",
								"desc": "JavaScript的任意精度Decimal类型 (0.1+0.2=0.3)",
								"url": "http://mikemcl.github.io/decimal.js",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1227
									"GitCode": "https://gitcode.net/mirrors/MikeMcl/decimal.js/"
茶陵後's avatar
茶陵後 已提交
1228
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1229
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1230 1231 1232 1233 1234 1235 1236
								"rate": 5,
								"top": false
							},
							{
								"name": "copy-to-clipboard",
								"desc": "简单的模块公开copy功能,它将尝试使用execCommand与特定于IE的clipboardData接口的回退,最后,通常prompt使用适当的文本内容和消息",
								"url": "https://github.com/sudodoki/copy-to-clipboard",
李少辉-开发者's avatar
李少辉-开发者 已提交
1237
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1238 1239 1240 1241 1242 1243 1244 1245
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "path-to-regexp",
								"desc": "将字符串路径转换成正则表达式",
								"url": "https://github.com/pillarjs/path-to-regexp",
李少辉-开发者's avatar
李少辉-开发者 已提交
1246
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1247 1248 1249 1250 1251 1252 1253 1254 1255
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "autosize",
								"desc": "autosize是一个小的独立脚本,可以自动调整textarea域的高度以适合文本",
								"url": "http://www.jacklmoore.com/autosize/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1256
									"GitCode": "https://gitcode.net/mirrors/jackmoore/autosize"
茶陵後's avatar
茶陵後 已提交
1257
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1258
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1259 1260 1261 1262 1263 1264 1265
								"rate": 5,
								"top": false
							},
							{
								"name": "shake.js",
								"desc": "监听手机设备摇动",
								"url": "https://github.com/alexgibson/shake.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1266
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1267 1268 1269 1270 1271 1272 1273 1274 1275
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "progressbar",
								"desc": "可以轻松地为Web创建响应式和时尚的进度栏。动画即使在移动设备上也表现良好",
								"url": "https://kimmobrunfeldt.github.io/progressbar.js/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1276
									"GitCode": "https://gitcode.net/mirrors/kimmobrunfeldt/progressbar.js"
茶陵後's avatar
茶陵後 已提交
1277
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1278
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1279 1280 1281 1282 1283 1284 1285 1286 1287
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/28626637?s=200&v=4",
								"name": "easy-mock",
								"desc": "Easy Mock 是一个可视化,并且能快速生成模拟数据的持久化服务",
								"url": "https://easy-mock.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1288
									"GitCode": "https://gitcode.net/mirrors/easy-mock/easy-mock/blob/dev/README.zh-CN.md"
茶陵後's avatar
茶陵後 已提交
1289
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1290
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1291 1292 1293 1294 1295 1296 1297 1298 1299
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://joe.sh/assets/images/favicon.ico",
								"name": "Clamp.js",
								"desc": "JS版本的多行文本溢出省略",
								"url": "https://joe.sh/clamp-js",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1300
									"GitCode": "https://gitcode.net/mirrors/josephschmitt/Clamp.js"
茶陵後's avatar
茶陵後 已提交
1301
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1302
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1303 1304 1305 1306 1307 1308 1309
								"rate": 5,
								"top": false
							},
							{
								"name": "json-bigint",
								"desc": "带有bigints支持的JSON.parse / stringify",
								"url": "https://github.com/sidorares/json-bigint",
李少辉-开发者's avatar
李少辉-开发者 已提交
1310
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1311 1312 1313 1314 1315 1316 1317 1318
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "exif-js",
								"desc": "用于读取EXIF图像元数据的JavaScript库",
								"url": "https://github.com/exif-js/exif-js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1319
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1320 1321 1322 1323 1324 1325 1326 1327
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "lunr.js",
								"desc": "Lunr.js是一个用于浏览器的小型全文本搜索库。它为JSON文档建立索引,并提供一个简单的搜索界面来检索与文本查询最匹配的文档",
								"url": "https://github.com/olivernn/lunr.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1328
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1329 1330 1331 1332 1333 1334 1335 1336 1337
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "hotkeys",
								"desc": "强大的Javascript库,用于捕获键盘输入和输入的按键组合。它没有依赖性。",
								"url": "https://wangchujiang.com/hotkeys/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1338
									"GitCode": "https://gitcode.net/mirrors/jaywcjlove/hotkeys"
茶陵後's avatar
茶陵後 已提交
1339
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1340
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1341 1342 1343 1344 1345 1346 1347
								"rate": 5,
								"top": false
							},
							{
								"name": "dom-to-image",
								"desc": "使用HTML5 canvas从DOM节点生成图像",
								"url": "https://github.com/tsayen/dom-to-image",
李少辉-开发者's avatar
李少辉-开发者 已提交
1348
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1349 1350 1351 1352 1353 1354 1355 1356 1357 1358
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/59940233?s=200&v=4",
								"name": "single-spa",
								"desc": "使微前端变得简单",
								"url": "https://single-spa.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1359
									"GitCode": "https://gitcode.net/mirrors/single-spa/single-spa"
茶陵後's avatar
茶陵後 已提交
1360
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1361
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1362 1363 1364 1365 1366 1367 1368 1369 1370
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4",
								"name": "qiankun",
								"desc": "为微型前端提供快速,简单和完整的解决方案",
								"url": "https://qiankun.umijs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1371
									"GitCode": "https://gitcode.net/mirrors/umijs/qiankun"
茶陵後's avatar
茶陵後 已提交
1372
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1373
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1374 1375 1376 1377 1378 1379 1380 1381 1382
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://zelark.github.io/nano-id-cc/favicon.ico",
								"name": "nanoid",
								"desc": "一个很小的,安全的,URL友好的,唯一的JavaScript字符串ID生成器。",
								"url": "https://zelark.github.io/nano-id-cc/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1383
									"GitCode": "https://gitcode.net/mirrors/ai/nanoid"
茶陵後's avatar
茶陵後 已提交
1384
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1385
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1386 1387 1388 1389 1390 1391 1392 1393
								"rate": 5,
								"top": false
							},
							{
								"name": "Numeral-js",
								"desc": "一个用于格式化和处理数字的javascript库",
								"url": "http://numeraljs.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1394
									"GitCode": "https://gitcode.net/mirrors/adamwdraper/Numeral-js"
茶陵後's avatar
茶陵後 已提交
1395
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1396
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1397 1398 1399 1400 1401 1402 1403 1404
								"rate": 5,
								"top": false
							},
							{
								"name": "ua-parser-js",
								"desc": "用于从userAgent字符串检测浏览器,引擎,操作系统,CPU和设备类型/模型。支持浏览器和node.js环境",
								"url": "http://faisalman.github.io/ua-parser-js/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1405
									"GitCode": "https://gitcode.net/mirrors/faisalman/ua-parser-js"
茶陵後's avatar
茶陵後 已提交
1406
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1407
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1408 1409 1410 1411 1412 1413 1414 1415 1416
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/7997161?s=200&v=4",
								"name": "hammer.js",
								"desc": "一个用于多点触摸手势的javascript库",
								"url": "http://hammerjs.github.io",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1417
									"GitCode": "https://gitcode.net/mirrors/hammerjs/hammer.js"
茶陵後's avatar
茶陵後 已提交
1418
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1419
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1420 1421 1422 1423 1424
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1425
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1426 1427 1428 1429 1430 1431 1432 1433 1434 1435
					},
					{
						"title": "国际化多语言方案",
						"nav": [
							{
								"icon": "https://avatars1.githubusercontent.com/u/8546082?s=200&v=4",
								"name": "i18next",
								"desc": "i18next是一个非常流行的国际化框架,适用于浏览器或任何其他JavaScript环境(例如,node.js)。",
								"url": "http://i18next.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1436
									"GitCode": "https://gitcode.net/mirrors/i18next/i18next"
茶陵後's avatar
茶陵後 已提交
1437
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1438
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1439 1440 1441 1442 1443 1444 1445 1446 1447
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/11225539?s=200&v=4",
								"name": "js-lingui",
								"desc": "JavaScript的可读,自动化和优化(5 kb)国际化",
								"url": "https://lingui.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1448
									"GitCode": "https://gitcode.net/mirrors/lingui/js-lingui"
茶陵後's avatar
茶陵後 已提交
1449
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1450
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1451 1452 1453 1454 1455
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1456
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1457 1458 1459 1460 1461 1462 1463 1464 1465
					},
					{
						"title": "动画",
						"nav": [
							{
								"name": "wow.js",
								"desc": "基于Animate.css,向下滚动页面时显示CSS动画,轻松自定义动画设置:样式,延迟,长度,偏移,迭代...",
								"url": "http://mynameismatthieu.com/WOW/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1466
									"GitCode": "https://gitcode.net/mirrors/matthieua/WOW"
茶陵後's avatar
茶陵後 已提交
1467
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1468
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1469 1470 1471 1472 1473 1474 1475
								"rate": 5,
								"top": false
							},
							{
								"name": "Waves",
								"desc": "受Google材质设计启发的点击效果, 波纹效果",
								"url": "http://fian.my.id/Waves/#examples",
李少辉-开发者's avatar
李少辉-开发者 已提交
1476
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1477 1478 1479 1480 1481 1482 1483 1484 1485
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "velocity",
								"desc": "加速JavaScript动画",
								"url": "http://velocityjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1486
									"GitCode": "https://gitcode.net/mirrors/julianshapiro/velocity"
茶陵後's avatar
茶陵後 已提交
1487
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1488
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1489 1490 1491 1492 1493 1494 1495 1496
								"rate": 5,
								"top": false
							},
							{
								"name": "anime",
								"desc": "轻量级的JavaScript动画库。它适用于任何CSS属性,单个CSS转换,SVG或任何DOM属性以及JavaScript对象",
								"url": "http://animejs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1497
									"GitCode": "https://gitcode.net/mirrors/juliangarnier/anime"
茶陵後's avatar
茶陵後 已提交
1498
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1499
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1500 1501 1502 1503 1504 1505 1506 1507
								"rate": 5,
								"top": false
							},
							{
								"name": "Hover-Buttons",
								"desc": "hover动画CSS / SCSS按钮",
								"url": "https://varin6.github.io/Hover-Buttons/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1508
									"GitCode": "https://gitcode.net/mirrors/Varin6/Hover-Buttons"
茶陵後's avatar
茶陵後 已提交
1509
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1510
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1511 1512 1513 1514 1515
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1516
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1517 1518 1519 1520 1521 1522 1523 1524 1525
					},
					{
						"title": "加盐",
						"nav": [
							{
								"name": "JavaScript-MD5",
								"desc": "JavaScript MD5实现。兼容服务器端环境,如node.js,RequireJS等模块加载器和所有Web浏览器",
								"url": "https://blueimp.github.io/JavaScript-MD5/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1526
									"GitCode": "https://gitcode.net/mirrors/blueimp/JavaScript-MD5"
茶陵後's avatar
茶陵後 已提交
1527
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1528
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1529 1530 1531 1532 1533 1534
								"rate": 5,
								"top": false
							},
							{
								"name": "js-sha1",
								"desc": "JavaScript的简单SHA1哈希函数支持UTF-8编码。",
Miykael_xxm's avatar
Miykael_xxm 已提交
1535
								"url": "",
茶陵後's avatar
茶陵後 已提交
1536
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1537
									"GitCode": "https://gitcode.net/mirrors/emn178/js-sha1"
茶陵後's avatar
茶陵後 已提交
1538
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1539
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1540 1541 1542 1543 1544 1545 1546
								"rate": 5,
								"top": false
							},
							{
								"name": "js-base64",
								"desc": "JavaScript的Base64实现",
								"url": "https://github.com/dankogai/js-base64",
李少辉-开发者's avatar
李少辉-开发者 已提交
1547
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1548 1549 1550 1551 1552 1553 1554 1555 1556
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "jsSHA",
								"desc": "SHA-1,SHA-224,SHA3-224,SHA-256,SHA3-256,SHA-384,SHA3-384,SHA-512,SHA3-512,SHAKE128 ,和SHAKE256以及HMAC",
								"url": "https://caligatio.github.io/jsSHA/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1557
									"GitCode": "https://gitcode.net/mirrors/Caligatio/jsSHA"
茶陵後's avatar
茶陵後 已提交
1558
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1559
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1560 1561 1562 1563 1564 1565 1566 1567
								"rate": 5,
								"top": false
							},
							{
								"name": "crypto-js",
								"desc": "加密标准的JavaScript库",
								"url": "https://cryptojs.gitbook.io",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1568
									"GitCode": "https://gitcode.net/mirrors/brix/crypto-js"
茶陵後's avatar
茶陵後 已提交
1569
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1570
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1571 1572 1573 1574 1575
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1576
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1577 1578 1579 1580 1581 1582 1583 1584 1585
					},
					{
						"title": "文件插件相关",
						"nav": [
							{
								"name": "pdf.js",
								"desc": "PDF.js是一个使用HTML5构建的可移植文档格式(PDF)查看器",
								"url": "https://mozilla.github.io/pdf.js/web/viewer.html",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1586
									"GitCode": "https://gitcode.net/mirrors/mozilla/pdf.js"
茶陵後's avatar
茶陵後 已提交
1587
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1588
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1589 1590 1591 1592 1593 1594 1595 1596
								"rate": 5,
								"top": false
							},
							{
								"name": "webuploader",
								"desc": "百度出品,采用大文件分片并发上传,极大的提高了文件上传效率。",
								"url": "http://fex.baidu.com/webuploader/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1597
									"GitCode": "https://gitcode.net/mirrors/fex-team/webuploader"
茶陵後's avatar
茶陵後 已提交
1598
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1599
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1600 1601 1602 1603 1604 1605 1606 1607
								"rate": 5,
								"top": false
							},
							{
								"name": "pdfmake",
								"desc": "纯JavaScript中的客户端/服务器端PDF打印, HTML转换Pdf",
								"url": "http://pdfmake.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1608
									"GitCode": "https://gitcode.net/mirrors/bpampuch/pdfmake"
茶陵後's avatar
茶陵後 已提交
1609
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1610
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1611 1612 1613 1614 1615 1616 1617 1618
								"rate": 5,
								"top": false
							},
							{
								"name": "ViewerJS",
								"desc": "JavaScript中的文档阅读器, pdf/ppt/opt/odt等文件渲染成HTML",
								"url": "https://viewerjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1619
									"GitCode": "https://gitcode.net/mirrors/kogmbh/ViewerJS"
茶陵後's avatar
茶陵後 已提交
1620
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1621
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1622 1623 1624 1625 1626 1627 1628 1629
								"rate": 5,
								"top": false
							},
							{
								"name": "filepond",
								"desc": "灵活而有趣的JavaScript文件上传库",
								"url": "https://pqina.nl/filepond/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1630
									"GitCode": "https://gitcode.net/mirrors/pqina/filepond"
茶陵後's avatar
茶陵後 已提交
1631
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1632
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1633 1634 1635 1636 1637 1638 1639
								"rate": 5,
								"top": false
							},
							{
								"name": "FileSaver.js",
								"desc": "客户端保存文件的解决方案,非常适合在客户端上生成文件的Web应用程序",
								"url": "https://github.com/eligrey/FileSaver.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1640
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1641 1642 1643 1644 1645 1646 1647 1648 1649
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "jsPDF",
								"desc": "一个使用JavaScript生成PDF的库",
								"url": "https://parall.ax/products/jspdf",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1650
									"GitCode": "https://gitcode.net/mirrors/MrRio/jsPDF"
茶陵後's avatar
茶陵後 已提交
1651
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1652
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1653 1654 1655 1656 1657
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1658
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1659 1660 1661 1662 1663 1664 1665 1666 1667
					},
					{
						"title": "图片预览",
						"nav": [
							{
								"name": "PhotoSwipe",
								"desc": "适用于移动和桌面的JavaScript图像库, 图片预览",
								"url": "http://photoswipe.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1668
									"GitCode": "https://gitcode.net/mirrors/dimsemenov/PhotoSwipe"
茶陵後's avatar
茶陵後 已提交
1669
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1670
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1671 1672 1673 1674 1675 1676 1677 1678
								"rate": 5,
								"top": false
							},
							{
								"name": "viewerjs",
								"desc": "javascript图片预览",
								"url": "https://fengyuanchen.github.io/viewerjs/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1679
									"GitCode": "https://gitcode.net/mirrors/fengyuanchen/viewerjs"
茶陵後's avatar
茶陵後 已提交
1680
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1681
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1682 1683 1684 1685 1686
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1687
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697
					},
					{
						"title": "音频/视频",
						"nav": [
							{
								"icon": "https://howlerjs.com/assets/images/favicon.ico",
								"name": "howler.js",
								"desc": "现代 Web 音频 javascript 库",
								"url": "https://howlerjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1698
									"GitCode": "https://gitcode.net/mirrors/goldfire/howler.js"
茶陵後's avatar
茶陵後 已提交
1699
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1700
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710
								"rate": 5,
								"top": false
							},
							{
								"name": "DPlayer",
								"desc": "哇,这么可爱的HTML5 danmaku视频播放器",
								"url": "http://dplayer.js.org/#/zh-Hans/",
								"urls": {
									"英文": "http://dplayer.js.org/#/home",
									"中文": "http://dplayer.js.org/#/zh-Hans/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1711
									"GitCode": "https://gitcode.net/mirrors/MoePlayer/DPlayer"
茶陵後's avatar
茶陵後 已提交
1712
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1713
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1714 1715 1716 1717 1718 1719 1720 1721 1722 1723
								"rate": 5,
								"top": false
							},
							{
								"name": "APlayer",
								"desc": "哇,这么可爱的HTML5音乐播放器",
								"url": "https://aplayer.js.org/#/zh-Hans/",
								"urls": {
									"英文": "http://aplayer.js.org/",
									"中文": "https://aplayer.js.org/#/zh-Hans/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1724
									"GitCode": "https://gitcode.net/mirrors/MoePlayer/APlayer"
茶陵後's avatar
茶陵後 已提交
1725
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1726
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1727 1728 1729 1730 1731
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1732
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744
					},
					{
						"title": "图形",
						"nav": [
							{
								"icon": "https://threejs.org/files/favicon.ico",
								"name": "three.js",
								"desc": "JavaScript 3D引擎",
								"url": "https://threejs.org/",
								"urls": {
									"英文": "https://threejs.org/",
									"中文": "http://techbrood.com/threejs/docs",
Miykael_xxm's avatar
Miykael_xxm 已提交
1745
									"GitCode": "https://gitcode.net/mirrors/mrdoob/three.js"
茶陵後's avatar
茶陵後 已提交
1746
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1747
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1748 1749 1750 1751 1752 1753 1754
								"rate": 5,
								"top": false
							},
							{
								"name": "flowy",
								"desc": "创建流程图的最小JavaScript库",
								"url": "https://github.com/alyssaxuu/flowy",
李少辉-开发者's avatar
李少辉-开发者 已提交
1755
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://echarts.apache.org/examples/images/favicon.png",
								"name": "incubator-echarts",
								"desc": "浏览器的功能强大的交互式图表和可视化库",
								"url": "http://echarts.apache.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1766
									"GitCode": "https://gitcode.net/mirrors/apache/incubator-echarts"
茶陵後's avatar
茶陵後 已提交
1767
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1768
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1769 1770 1771 1772 1773 1774 1775 1776
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/1562726?s=200&v=4",
								"name": "d3",
								"desc": "借助SVG,Canvas和HTML使数据栩栩如生。",
								"url": "https://github.com/d3/d3",
李少辉-开发者's avatar
李少辉-开发者 已提交
1777
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1778 1779 1780 1781 1782 1783
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1784
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796
					},
					{
						"title": "UI组件库",
						"nav": [
							{
								"icon": "https://getuikit.com/images/favicon.png",
								"name": "uikit",
								"desc": "一款轻量级、模块化的前端框架可快速构建强大的web前端界面",
								"url": "http://www.getuikit.net/",
								"urls": {
									"英文": "https://getuikit.com/docs/installation",
									"中文": "http://www.getuikit.net/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1797
									"GitCode": "https://gitcode.net/mirrors/uikit/uikit"
茶陵後's avatar
茶陵後 已提交
1798
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1799
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1800 1801 1802 1803 1804
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1805
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1806 1807 1808 1809 1810 1811 1812 1813
					},
					{
						"title": "原生APP交互webview桥接",
						"nav": [
							{
								"name": "JsBridge",
								"desc": "android java和javascript桥接,灵感来自微信webview jsbridge",
								"url": "https://github.com/lzyzsd/JsBridge",
李少辉-开发者's avatar
李少辉-开发者 已提交
1814
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1815 1816 1817 1818 1819 1820 1821 1822
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "DSBridge-Android",
								"desc": "一个现代的跨平台JavaScript桥接,通过它您可以在JavaScript和本机之间同步或异步地调用彼此的功能",
								"url": "https://github.com/wendux/DSBridge-Android",
李少辉-开发者's avatar
李少辉-开发者 已提交
1823
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1824 1825 1826 1827 1828 1829
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1830
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1831 1832 1833 1834 1835 1836 1837 1838
					},
					{
						"title": "参数验证",
						"nav": [
							{
								"name": "joi",
								"desc": "对象模式验证",
								"url": "https://github.com/hapijs/joi",
李少辉-开发者's avatar
李少辉-开发者 已提交
1839
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1840 1841 1842 1843 1844 1845 1846 1847
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "validator.js",
								"desc": "字符串验证插件、表单验证",
								"url": "https://github.com/chriso/validator.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1848
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1849 1850 1851 1852 1853 1854 1855 1856
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "async-validator",
								"desc": "异步验证器",
								"url": "https://github.com/yiminghe/async-validator",
李少辉-开发者's avatar
李少辉-开发者 已提交
1857
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1858 1859 1860 1861 1862 1863 1864 1865 1866
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "yup",
								"desc": "无效的简单对象架构验证",
								"url": "https://runkit.com/jquense/yup",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1867
									"GitCode": "https://gitcode.net/mirrors/jquense/yup#using-a-custom-locale-dictionary"
茶陵後's avatar
茶陵後 已提交
1868
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1869
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1870 1871 1872 1873 1874
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1875
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1876 1877 1878 1879 1880 1881 1882 1883 1884
					},
					{
						"title": "数据库",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/18673496?s=200&v=4",
								"name": "localForage",
								"desc": "离线存储,使用简单但功能强大的API包装IndexedDB,WebSQL或localStorage。",
								"url": "https://github.com/localForage/localForage",
李少辉-开发者's avatar
李少辉-开发者 已提交
1885
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1886 1887 1888 1889 1890 1891
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1892
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1893 1894 1895 1896 1897 1898 1899 1900 1901 1902
					},
					{
						"title": "步骤引导",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/2010360?s=200&v=4",
								"name": "introjs",
								"desc": "为您的网站和项目提供新功能介绍和逐步用户指南的更好方法",
								"url": "https://introjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1903
									"GitCode": "https://gitcode.net/mirrors/usablica/intro.js"
茶陵後's avatar
茶陵後 已提交
1904
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1905
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1906 1907 1908 1909 1910 1911 1912 1913 1914
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/17297725?s=200&v=4",
								"name": "shepherd",
								"desc": "引导您的用户浏览您的应用程序",
								"url": "https://shepherdjs.dev/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1915
									"GitCode": "https://gitcode.net/mirrors/shipshapecode/shepherd"
茶陵後's avatar
茶陵後 已提交
1916
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1917
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1918 1919 1920 1921 1922 1923 1924 1925
								"rate": 5,
								"top": false
							},
							{
								"name": "bootstrap-tour",
								"desc": "使用Twitter Bootstrap Popovers快速方便地进行产品浏览",
								"url": "http://bootstraptour.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1926
									"GitCode": "https://gitcode.net/mirrors/sorich87/bootstrap-tour"
茶陵後's avatar
茶陵後 已提交
1927
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1928
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1929 1930 1931 1932 1933
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1934
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1935 1936 1937
					}
				],
				"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1938
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953
			},
			{
				"title": "React",
				"icon": "https://reactjs.org/favicon.ico",
				"nav": [
					{
						"title": "生态系统",
						"nav": [
							{
								"name": "React",
								"desc": "用于构建用户界面的 JavaScript 库",
								"url": "https://zh-hans.reactjs.org/",
								"urls": {
									"英文": "https://reactjs.org/",
									"中文": "https://zh-hans.reactjs.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1954
									"GitCode": "https://gitcode.net/mirrors/facebook/react/"
茶陵後's avatar
茶陵後 已提交
1955
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1956
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1957 1958 1959 1960 1961 1962 1963 1964 1965 1966
								"rate": 5,
								"top": false
							},
							{
								"name": "React Router",
								"desc": "React 路由管理",
								"url": "https://react-router.docschina.org/",
								"urls": {
									"英文": "https://reacttraining.com/react-router/",
									"中文": "https://react-router.docschina.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1967
									"GitCode": "https://gitcode.net/mirrors/ReactTraining/react-router"
茶陵後's avatar
茶陵後 已提交
1968
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1969
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/13142323?s=200&v=4",
								"name": "Redux",
								"desc": "React 状态管理",
								"url": "http://www.redux.org.cn/docs/react-redux/api.html",
								"urls": {
									"英文": "https://redux.js.org/basics/usagewithreact",
									"中文": "http://www.redux.org.cn/docs/react-redux/api.html",
Miykael_xxm's avatar
Miykael_xxm 已提交
1981
									"GitCode": "https://gitcode.net/mirrors/reduxjs/redux"
茶陵後's avatar
茶陵後 已提交
1982
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1983
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1984 1985 1986 1987 1988 1989 1990 1991 1992 1993
								"rate": 5,
								"top": false
							},
							{
								"name": "create-react-app",
								"desc": "React官方脚手架",
								"url": "https://www.html.cn/create-react-app/",
								"urls": {
									"英文": "https://facebook.github.io/create-react-app/",
									"中文": "https://www.html.cn/create-react-app/",
Miykael_xxm's avatar
Miykael_xxm 已提交
1994
									"GitCode": "https://gitcode.net/mirrors/facebook/create-react-app"
茶陵後's avatar
茶陵後 已提交
1995
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1996
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1997 1998 1999 2000
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2001
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2002 2003 2004 2005 2006 2007 2008 2009 2010
					},
					{
						"title": "Redux相关",
						"nav": [
							{
								"name": "React Redux",
								"desc": "Redux的官方React绑定(通常配合redux使用)",
								"url": "https://react-redux.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2011
									"GitCode": "https://gitcode.net/mirrors/reduxjs/react-redux"
茶陵後's avatar
茶陵後 已提交
2012
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2013
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2014 2015 2016 2017 2018 2019 2020 2021
								"rate": 5,
								"top": false
							},
							{
								"name": "redux-actions",
								"desc": "Redux的Flux标准action实用程序(用于生成action)",
								"url": "https://redux-actions.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2022
									"GitCode": "https://gitcode.net/mirrors/redux-utilities/redux-actions"
茶陵後's avatar
茶陵後 已提交
2023
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2024
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2025 2026 2027 2028 2029 2030 2031
								"rate": 5,
								"top": false
							},
							{
								"name": "redux-thunk",
								"desc": "Redux的Thunk中间件, 用于处理异步逻辑",
								"url": "https://github.com/reduxjs/redux-thunk",
李少辉-开发者's avatar
李少辉-开发者 已提交
2032
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2033 2034 2035 2036 2037 2038 2039 2040 2041 2042
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/24776643?s=200&v=4",
								"name": "redux-saga",
								"desc": "一个旨在使应用程序副作用(即异步事物,如数据获取和不纯的东西,如访问浏览器缓存)更容易管理,执行更高效,易于测试,以及更好地处理故障的库",
								"url": "https://redux-saga.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2043
									"GitCode": "https://gitcode.net/mirrors/redux-saga/redux-saga"
茶陵後's avatar
茶陵後 已提交
2044
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2045
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2046 2047 2048 2049
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2050
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061
					},
					{
						"title": "React Native相关",
						"nav": [
							{
								"name": "React Native",
								"desc": "使用React构建原生APP程序的框架",
								"url": "https://reactnative.cn/docs/0.51/tutorial.html",
								"urls": {
									"英文": "https://facebook.github.io/react-native/docs/getting-started.html",
									"中文": "https://reactnative.cn/docs/0.51/tutorial.html",
Miykael_xxm's avatar
Miykael_xxm 已提交
2062
									"GitCode": "https://gitcode.net/mirrors/facebook/react-native"
茶陵後's avatar
茶陵後 已提交
2063
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2064
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/29647600?s=200&v=4",
								"name": "React Navigation",
								"desc": "为您的本地应用程序提供路由和导航",
								"url": "https://reactnavigation.org/zh-Hans/",
								"urls": {
									"英文": "https://reactnavigation.org/en/",
									"中文": "https://reactnavigation.org/zh-Hans/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2076
									"GitCode": "https://gitcode.net/mirrors/react-navigation/react-navigation"
茶陵後's avatar
茶陵後 已提交
2077
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2078
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2079 2080 2081 2082 2083 2084 2085 2086 2087
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/12504344?s=200&v=4",
								"name": "expo",
								"desc": "用于制作跨平台移动应用程序的Expo平台",
								"url": "https://docs.expo.io",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2088
									"GitCode": "https://gitcode.net/mirrors/expo/expo"
茶陵後's avatar
茶陵後 已提交
2089
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2090
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4",
								"name": "ant-design-mobile-rn",
								"desc": "一个基于 React Native 的 UI 组件库",
								"url": "https://rn.mobile.ant.design/index-cn",
								"urls": {
									"英文": "https://rn.mobile.ant.design/",
									"中文": "https://rn.mobile.ant.design/index-cn",
Miykael_xxm's avatar
Miykael_xxm 已提交
2102
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile-rn"
茶陵後's avatar
茶陵後 已提交
2103
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2104
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2105 2106 2107 2108
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2109
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121
					},
					{
						"title": "PC端UI组件库",
						"nav": [
							{
								"icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4",
								"name": "Ant Design",
								"desc": "Ant Design - A UI Design Language",
								"url": "https://ant.design/docs/react/introduce-cn",
								"urls": {
									"英文": "https://ant.design/docs/react/introduce",
									"中文": "https://ant.design/docs/react/introduce-cn",
Miykael_xxm's avatar
Miykael_xxm 已提交
2122
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design"
茶陵後's avatar
茶陵後 已提交
2123
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2124
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://material-ui.com/static/favicon.ico",
								"name": "MATERIAL-UI",
								"desc": "React 组件用于更快速、更简便的 web 开发。你也可以建立你自己的设计系统,或者从 Material Design 开始",
								"url": "https://material-ui.com/zh/",
								"urls": {
									"英文": "https://material-ui.com/",
									"中文": "https://material-ui.com/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2136
									"GitCode": "https://gitcode.net/mirrors/mui-org/material-ui"
茶陵後's avatar
茶陵後 已提交
2137
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2138
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4",
								"name": "element",
								"desc": "elementUI组件库",
								"url": "https://elemefe.github.io/element-react/#/zh-CN/quick-start",
								"urls": {
									"英文": "https://elemefe.github.io/element-react/#/en-US/quick-start",
									"中文": "https://elemefe.github.io/element-react/#/zh-CN/quick-start",
Miykael_xxm's avatar
Miykael_xxm 已提交
2150
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element-react"
茶陵後's avatar
茶陵後 已提交
2151
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2152
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2153 2154 2155 2156 2157 2158 2159 2160 2161
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/6853419?s=200&v=4",
								"name": "react-bootstrap",
								"desc": "基于Bootstrap 3构建的组件库",
								"url": "https://react-bootstrap.github.io/getting-started/introduction",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2162
									"GitCode": "https://gitcode.net/mirrors/react-bootstrap/react-bootstrap"
茶陵後's avatar
茶陵後 已提交
2163
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2164
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2165 2166 2167 2168 2169 2170 2171 2172
								"rate": 5,
								"top": false
							},
							{
								"name": "evergreen",
								"desc": "Evergreen是一个React UI框架,用于在Web上构建雄心勃勃的产品。由Segment带给您。",
								"url": "https://evergreen.segment.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2173
									"GitCode": "https://gitcode.net/mirrors/segmentio/evergreen"
茶陵後's avatar
茶陵後 已提交
2174
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2175
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2176 2177 2178 2179 2180 2181 2182 2183
								"rate": 5,
								"top": false
							},
							{
								"name": "@alifd/next",
								"desc": "@alifd/next 是 Alibaba Fusion Design 的官方 React 实现, 赋能企业中后台产品开发",
								"url": "https://fusion.design/component/doc/102",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2184
									"GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next"
茶陵後's avatar
茶陵後 已提交
2185
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2186
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2187 2188 2189 2190 2191 2192 2193 2194 2195
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4",
								"name": "zent",
								"desc": "Zent 是有赞 PC 端 WebUI 规范的 React 实现,提供了一整套基础的 UI 组件以及一些常用的业务组件",
								"url": "https://youzan.github.io/zent/zh/guides/install",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2196
									"GitCode": "https://gitcode.net/mirrors/youzan/zent"
茶陵後's avatar
茶陵後 已提交
2197
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2198
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2199 2200 2201 2202 2203 2204 2205 2206
								"rate": 5,
								"top": false
							},
							{
								"name": "React95",
								"desc": "装修一新的现代的应用程序做出React Windows95的UI组件。",
								"url": "https://arturbien.github.io/React95",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2207
									"GitCode": "https://gitcode.net/mirrors/arturbien/React95"
茶陵後's avatar
茶陵後 已提交
2208
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2209
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2210 2211 2212 2213 2214 2215 2216 2217 2218
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/19635045?s=200&v=4",
								"name": "rsuite",
								"desc": "React Suite 是一套 React 组件库,为后台产品而生。同时也是一个具有贴心设计以及对开发者友好的 UI 框架",
								"url": "https://rsuitejs.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2219
									"GitCode": "https://gitcode.net/mirrors/rsuite/rsuite"
茶陵後's avatar
茶陵後 已提交
2220
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2221
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2222 2223 2224 2225 2226 2227 2228 2229 2230
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/54212428?s=200&v=4",
								"name": "chakra-ui",
								"desc": "适用于您的React应用程序的简单,模块化和可访问的UI组件",
								"url": "https://chakra-ui.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2231
									"GitCode": "https://gitcode.net/mirrors/chakra-ui/chakra-ui"
茶陵後's avatar
茶陵後 已提交
2232
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2233
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2234 2235 2236 2237
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2238
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250
					},
					{
						"title": "移动端UI组件库",
						"nav": [
							{
								"icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4",
								"name": "Ant Design Mobile",
								"desc": "一个基于 Preact / React / React Native 的 UI 组件库",
								"url": "https://mobile.ant.design/index-cn",
								"urls": {
									"英文": "https://mobile.ant.design/",
									"中文": "https://mobile.ant.design/index-cn",
Miykael_xxm's avatar
Miykael_xxm 已提交
2251
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile/stargazers/"
茶陵後's avatar
茶陵後 已提交
2252
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2253
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2254 2255 2256 2257
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2258
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2259 2260 2261 2262 2263 2264 2265
					},
					{
						"title": "其他组件库",
						"nav": [
							{
								"name": "React Helmet",
								"desc": "这个可重用的反应组件将管理对文档头的所有更改",
Miykael_xxm's avatar
Miykael_xxm 已提交
2266
								"url": "",
茶陵後's avatar
茶陵後 已提交
2267
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2268
									"GitCode": "https://gitcode.net/mirrors/nfl/react-helmet"
茶陵後's avatar
茶陵後 已提交
2269
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2270
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2271 2272 2273 2274 2275 2276 2277
								"rate": 5,
								"top": false
							},
							{
								"name": "react-image-crop",
								"desc": "用于React的响应式图像裁剪工具",
								"url": "https://github.com/DominicTobias/react-image-crop",
李少辉-开发者's avatar
李少辉-开发者 已提交
2278
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2279 2280 2281 2282 2283 2284 2285 2286 2287
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "React Helmet",
								"desc": "这个可重用的反应组件将管理对文档头的所有更改",
								"url": "https://github.com/nfl/react-helmet",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2288
									"GitCode": "https://gitcode.net/mirrors/DominicTobias/react-image-crop"
茶陵後's avatar
茶陵後 已提交
2289
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2290
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2291 2292 2293 2294 2295 2296 2297 2298 2299
								"rate": 5,
								"top": false
							},
							{
								"name": "react-transition-group",
								"desc": "当React组件进入或离开DOM时执行动画的简单方法",
								"url": "https://reactcommunity.org/react-transition-group/",
								"urls": {
									"英文": "https://reactcommunity.org/react-transition-group/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2300
									"GitCode": "https://gitcode.net/mirrors/reactjs/react-transition-group"
茶陵後's avatar
茶陵後 已提交
2301
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2302
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2303 2304 2305 2306 2307 2308 2309
								"rate": 5,
								"top": false
							},
							{
								"name": "React Loadable",
								"desc": "用于加载具有promise的组件的更高阶组件 - 路由懒加载",
								"url": "https://github.com/jamiebuilds/react-loadable",
李少辉-开发者's avatar
李少辉-开发者 已提交
2310
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2311 2312 2313 2314 2315 2316 2317 2318
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-swipe",
								"desc": "基于swipe.js封装的react组件/走马灯",
								"url": "https://github.com/voronianski/react-swipe",
李少辉-开发者's avatar
李少辉-开发者 已提交
2319
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2320 2321 2322 2323 2324 2325 2326 2327 2328
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Ant Motion",
								"desc": "使用 Ant Motion 能够快速在 React 框架中使用动画,我们提供了单项,组合动画,以及整套解决方案",
								"url": "https://motion.ant.design/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2329
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-motion/"
茶陵後's avatar
茶陵後 已提交
2330
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2331
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2332 2333 2334 2335 2336 2337 2338 2339
								"rate": 5,
								"top": false
							},
							{
								"desc": "网络视频播放器使用React库从头开始构建HTML5世界",
								"name": "video-react",
								"url": "https://video-react.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2340
									"GitCode": "https://gitcode.net/mirrors/video-react/video-react"
茶陵後's avatar
茶陵後 已提交
2341
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2342
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2343 2344 2345 2346 2347 2348 2349
								"rate": 5,
								"top": false
							},
							{
								"name": "react-keeper",
								"desc": "一个react路由库,更适合移动端使用,拥有缓存等功能",
								"url": "https://github.com/vifird/react-keeper",
李少辉-开发者's avatar
李少辉-开发者 已提交
2350
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2351 2352 2353 2354 2355 2356 2357 2358 2359
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Fusion Design",
								"desc": "基于React构建的Web可配置组件库",
								"url": "https://fusion.design",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2360
									"GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next"
茶陵後's avatar
茶陵後 已提交
2361
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2362
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2363 2364 2365 2366 2367 2368 2369 2370 2371
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/13690587?s=200&v=4",
								"name": "recharts",
								"desc": "基于 React和D3 的组合式图表库",
								"url": "http://recharts.org/zh-CN/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2372
									"GitCode": "https://gitcode.net/mirrors/recharts/recharts"
茶陵後's avatar
茶陵後 已提交
2373
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2374
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2375 2376 2377 2378 2379 2380 2381 2382
								"rate": 5,
								"top": false
							},
							{
								"name": "react-json-view",
								"desc": "JSON查看器",
								"url": "https://mac-s-g.github.io/react-json-view/demo/dist/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2383
									"GitCode": "https://gitcode.net/mirrors/mac-s-g/react-json-view"
茶陵後's avatar
茶陵後 已提交
2384
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2385
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2386 2387 2388 2389 2390 2391 2392 2393
								"rate": 5,
								"top": false
							},
							{
								"name": "BizCharts",
								"desc": "基于G2和React的强大数据可视化库",
								"url": "https://bizcharts.net/products/bizCharts",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2394
									"GitCode": "https://gitcode.net/mirrors/alibaba/BizCharts"
茶陵後's avatar
茶陵後 已提交
2395
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2396
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2397 2398 2399 2400 2401 2402 2403
								"rate": 5,
								"top": false
							},
							{
								"name": "react-draggable",
								"desc": "一个简单的组件,用于使元素可拖动",
								"url": "https://github.com/mzabriskie/react-draggable",
李少辉-开发者's avatar
李少辉-开发者 已提交
2404
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2405 2406 2407 2408 2409 2410 2411 2412 2413
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-slick",
								"desc": "react走马灯组件",
								"url": "https://react-slick.neostack.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2414
									"GitCode": "https://gitcode.net/mirrors/akiran/react-slick"
茶陵後's avatar
茶陵後 已提交
2415
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2416
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2417 2418 2419 2420 2421 2422 2423 2424
								"rate": 5,
								"top": false
							},
							{
								"name": "react-color",
								"desc": "react 拾色器",
								"url": "http://casesandberg.github.io/react-color/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2425
									"GitCode": "https://gitcode.net/mirrors/casesandberg/react-color"
茶陵後's avatar
茶陵後 已提交
2426
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2427
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2428 2429 2430 2431 2432 2433 2434 2435
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/50559490?s=200&v=4",
								"name": "react-intl",
								"desc": "国际化React应用程序。这个库提供了React组件和一个API,用于格式化日期,数字和字符串,包括复数形式和处理翻译",
								"url": "https://github.com/formatjs/react-intl",
李少辉-开发者's avatar
李少辉-开发者 已提交
2436
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/1763971?s=200&v=4",
								"name": "react-data-grid",
								"desc": "使用React构建的类似于Excel的网格组件,具有编辑器,键盘导航,复制和粘贴等功能",
								"url": "http://adazzle.github.io/react-data-grid/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2447
									"GitCode": "https://gitcode.net/mirrors/adazzle/react-data-grid"
茶陵後's avatar
茶陵後 已提交
2448
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2449
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2450 2451 2452 2453 2454 2455 2456 2457 2458
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://cloud.githubusercontent.com/assets/29597/11736841/c0497158-9f87-11e5-8dfe-9c0be97d4286.png",
								"name": "react-virtualized",
								"desc": "React组件可有效呈现大型列表和表格数据",
								"url": "http://www.reactvirtualized.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2459
									"GitCode": "https://gitcode.net/mirrors/bvaughn/react-virtualized"
茶陵後's avatar
茶陵後 已提交
2460
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2461
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2462 2463 2464 2465 2466 2467 2468 2469 2470
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/5078602?s=200&v=4",
								"name": "react-live",
								"desc": "一个用于实时编辑React组件的灵活组件库",
								"url": "https://react-live.netlify.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2471
									"GitCode": "https://gitcode.net/mirrors/FormidableLabs/react-live"
茶陵後's avatar
茶陵後 已提交
2472
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2473
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2474 2475 2476 2477 2478 2479 2480 2481 2482
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://jaredpalmer.com/formik/img/favicon.png",
								"name": "formik",
								"desc": "在React中轻松创建表单",
								"url": "https://jaredpalmer.com/formik/docs/overview",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2483
									"GitCode": "https://gitcode.net/mirrors/jaredpalmer/formik"
茶陵後's avatar
茶陵後 已提交
2484
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2485
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2486 2487 2488 2489
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2490
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2491 2492 2493 2494 2495 2496 2497
					},
					{
						"title": "拖拽组件",
						"nav": [
							{
								"name": "react-move",
								"icon": "https://github.com/favicon.ico",
Miykael_xxm's avatar
Miykael_xxm 已提交
2498
								"url": "",
茶陵後's avatar
茶陵後 已提交
2499
								"desc": "一个React组件,它创建可移动,可拖动,可调整大小,可缩放,可旋转,可扭曲,可收缩,可分组,可捕捉。",
李少辉-开发者's avatar
李少辉-开发者 已提交
2500
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2501 2502 2503 2504 2505 2506 2507 2508 2509 2510
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/25307599?s=200&v=4",
								"name": "react-dnd",
								"desc": "React DnD是一组React实用程序,可帮助您构建复杂的拖放接口,同时保持组件分离",
								"url": "https://react-dnd.github.io/react-dnd/about",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2511
									"GitCode": "https://gitcode.net/mirrors/react-dnd/react-dnd"
茶陵後's avatar
茶陵後 已提交
2512
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2513
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2514 2515 2516 2517 2518 2519 2520
								"rate": 5,
								"top": false
							},
							{
								"name": "react-beautiful-dnd",
								"desc": "漂亮的和可访问的拖放列表",
								"url": "https://github.com/atlassian/react-beautiful-dnd",
李少辉-开发者's avatar
李少辉-开发者 已提交
2521
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2522 2523 2524 2525 2526 2527 2528 2529 2530
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-rnd",
								"desc": "一个可调整大小且可拖动的React组件。",
								"url": "https://bokuweb.github.io/react-rnd/stories",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2531
									"GitCode": "https://gitcode.net/mirrors/bokuweb/react-rnd"
茶陵後's avatar
茶陵後 已提交
2532
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2533
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2534 2535 2536 2537
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2538
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549
					},
					{
						"title": "开箱即用",
						"nav": [
							{
								"icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4",
								"name": "ANT DESIGN PRO",
								"desc": "开箱即用的中台前端/设计解决方案",
								"url": "https://pro.ant.design/",
								"urls": {
									"中文": "https://pro.ant.design/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2550
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-pro/"
茶陵後's avatar
茶陵後 已提交
2551
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2552
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2553 2554 2555 2556
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2557
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2558 2559 2560 2561 2562 2563 2564 2565 2566
					},
					{
						"title": "单元测试",
						"nav": [
							{
								"name": "enzyme",
								"desc": "适用于React的JavaScript测试实用程序",
								"url": "https://enzymejs.github.io/enzyme/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2567
									"GitCode": "https://gitcode.net/mirrors/enzymejs/enzyme"
茶陵後's avatar
茶陵後 已提交
2568
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2569
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2570 2571 2572 2573 2574 2575 2576 2577
								"rate": 5,
								"top": false
							},
							{
								"name": "Jest",
								"desc": "Jest是一个令人愉快的JavaScript测试框架,专注于简单性。",
								"url": "https://jestjs.io/zh-Hans/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2578
									"GitCode": "https://gitcode.net/mirrors/facebook/jest"
茶陵後's avatar
茶陵後 已提交
2579
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2580
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2581 2582 2583 2584
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2585
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597
					},
					{
						"title": "umi/dva",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4",
								"name": "umijs",
								"desc": "插件化的企业级前端应用框架。",
								"url": "https://umijs.org/zh-CN",
								"urls": {
									"英文": "https://umijs.org/",
									"中文": "https://umijs.org/zh-CN",
Miykael_xxm's avatar
Miykael_xxm 已提交
2598
									"GitCode": "https://gitcode.net/mirrors/umijs/umi"
茶陵後's avatar
茶陵後 已提交
2599
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2600
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2601 2602 2603 2604 2605 2606 2607 2608 2609
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/20552239?s=200&v=4",
								"name": "DvaJS",
								"desc": "基于React和Redux的轻量级和elm风格框架",
								"url": "https://dvajs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2610
									"GitCode": "https://gitcode.net/mirrors/dvajs/dva"
茶陵後's avatar
茶陵後 已提交
2611
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2612
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4",
								"name": "umijs/hooks",
								"desc": "你可以将 umi hooks 使用在任何地方,和任意组件库搭配使用。虽然我们的代码示例都是基于 ant design 的,但是并不代表我们的 Hooks 只能和 ant design 配合使用",
								"url": "https://hooks.umijs.org/",
								"urls": {
									"中文": "https://hooks.umijs.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2623
									"GitCode": "https://gitcode.net/mirrors/umijs/hooks"
茶陵後's avatar
茶陵後 已提交
2624
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2625
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2626 2627 2628 2629 2630 2631 2632 2633
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4",
								"name": "umi-plugin-cache-route",
								"desc": "路由缓存,类似vue keep-alive",
								"url": "https://www.npmjs.com/package/umi-plugin-cache-route",
李少辉-开发者's avatar
李少辉-开发者 已提交
2634
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2635 2636 2637 2638 2639
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2640
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2641 2642 2643 2644 2645 2646 2647 2648
					},
					{
						"title": "知识",
						"nav": [
							{
								"name": "React.js 小书",
								"desc": "这是一本关于 React.js 的小书",
								"url": "http://huziketang.mangojuice.top/books/react/",
李少辉-开发者's avatar
李少辉-开发者 已提交
2649
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2650 2651 2652 2653 2654 2655 2656 2657
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeScript-React-Starter",
								"desc": "TypeScript和React的入门模板,带有详细的README,描述了如何将两者结合使用。",
								"url": "https://github.com/Microsoft/TypeScript-React-Starter",
李少辉-开发者's avatar
李少辉-开发者 已提交
2658
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2659 2660 2661 2662 2663 2664 2665 2666 2667
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-redux-typescript-guide",
								"desc": "TypeScript中的React和 Redux - 使用说明",
								"url": "https://piotrwitek.github.io/react-redux-typescript-guide/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2668
									"GitCode": "https://gitcode.net/mirrors/piotrwitek/react-redux-typescript-guide"
茶陵後's avatar
茶陵後 已提交
2669
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2670
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2671 2672 2673 2674
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2675
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687
					},
					{
						"title": "其他",
						"nav": [
							{
								"icon": "https://avatars1.githubusercontent.com/u/17475736?s=200&v=4",
								"name": "Mobx",
								"desc": "简单、可扩展的状态管理",
								"url": "https://cn.mobx.js.org/",
								"urls": {
									"英文": "https://mobx.js.org/",
									"中文": "https://cn.mobx.js.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2688
									"GitCode": "https://gitcode.net/mirrors/mobxjs/mobx"
茶陵後's avatar
茶陵後 已提交
2689
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2690
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2691 2692 2693 2694 2695 2696 2697 2698 2699 2700
								"rate": 5,
								"top": false
							},
							{
								"name": "next.js",
								"desc": "服务端渲染框架、SEO解决方案",
								"url": "https://www.nextjs.cn/",
								"urls": {
									"英文": "https://nextjs.org/",
									"中文": "https://www.nextjs.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2701
									"GitCode": "https://gitcode.net/mirrors/zeit/next.js"
茶陵後's avatar
茶陵後 已提交
2702
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2703
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2704 2705 2706 2707 2708 2709 2710
								"rate": 5,
								"top": false
							},
							{
								"name": "nwb",
								"desc": "适用于Web的React,Preact,Inferno和Vanilla JS应用,React库和其他npm模块的工具包,无需配置",
								"url": "https://github.com/insin/nwb",
李少辉-开发者's avatar
李少辉-开发者 已提交
2711
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2712 2713 2714 2715 2716 2717 2718 2719 2720
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ahooks",
								"desc": "为 React Hooks 而生",
								"url": "https://ahooks.js.org/zh-CN",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2721
									"GitCode": "https://gitcode.net/mirrors/alibaba/hooks"
茶陵後's avatar
茶陵後 已提交
2722
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2723
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2724 2725 2726 2727 2728 2729 2730
								"rate": 5,
								"top": false
							},
							{
								"name": "react-app-rewired",
								"desc": "覆盖create-react-app webpack配置而不弹出",
								"url": "https://github.com/timarney/react-app-rewired",
李少辉-开发者's avatar
李少辉-开发者 已提交
2731
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2732 2733 2734 2735 2736
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2737
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2738 2739
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
2740
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755
			},
			{
				"title": "Vue.js",
				"icon": "https://v3.vuejs.org/images/icons/apple-icon-152x152.png",
				"nav": [
					{
						"title": "生态系统",
						"nav": [
							{
								"name": "Vue.js",
								"desc": "渐进式JavaScript 框架",
								"url": "https://cn.vuejs.org/",
								"urls": {
									"英文": "https://vuejs.org/index.html",
									"中文": "https://cn.vuejs.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2756
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue"
茶陵後's avatar
茶陵後 已提交
2757
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2758
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768
								"rate": 5,
								"top": false
							},
							{
								"name": "Vue Router",
								"desc": "Vue Router 是 Vue.js 官方的路由管理器",
								"url": "https://router.vuejs.org/zh/",
								"urls": {
									"英文": "https://router.vuejs.org/",
									"中文": "https://router.vuejs.org/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2769
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-router"
茶陵後's avatar
茶陵後 已提交
2770
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2771
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781
								"rate": 5,
								"top": false
							},
							{
								"name": "Vuex",
								"desc": "Vuex 是一个专为 Vue.js 应用程序开发的状态管理模式。",
								"url": "https://vuex.vuejs.org/zh/",
								"urls": {
									"英文": "https://vuex.vuejs.org/",
									"中文": "https://vuex.vuejs.org/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2782
									"GitCode": "https://gitcode.net/mirrors/vuejs/vuex"
茶陵後's avatar
茶陵後 已提交
2783
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2784
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2785 2786 2787 2788 2789 2790 2791 2792
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-devtools",
								"desc": "vue.js调试工具",
								"url": "https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2793
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-devtools"
茶陵後's avatar
茶陵後 已提交
2794
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2795
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2796 2797 2798 2799 2800 2801 2802 2803 2804 2805
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-cli",
								"desc": "Vue.js开发的标准脚手架工具",
								"url": "https://cli.vuejs.org/zh/",
								"urls": {
									"英文": "https://cli.vuejs.org/",
									"中文": "https://cli.vuejs.org/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2806
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-cli"
茶陵後's avatar
茶陵後 已提交
2807
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2808
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818
								"rate": 5,
								"top": false
							},
							{
								"name": "vuepress",
								"desc": "Vue 驱动的静态网站生成器",
								"url": "https://vuepress.vuejs.org/zh/",
								"urls": {
									"英文": "https://vuepress.vuejs.org/",
									"中文": "https://vuepress.vuejs.org/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2819
									"GitCode": "https://gitcode.net/mirrors/vuejs/vuepress"
茶陵後's avatar
茶陵後 已提交
2820
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2821
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2822 2823 2824 2825 2826 2827 2828 2829 2830 2831
								"rate": 5,
								"top": false
							},
							{
								"name": "Vue SSR",
								"desc": "Vue服务端渲染、SEO解决方案",
								"url": "https://vuepress.vuejs.org/zh/",
								"urls": {
									"英文": "https://ssr.vuejs.org/",
									"中文": "https://ssr.vuejs.org/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2832
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-ssr-docs"
茶陵後's avatar
茶陵後 已提交
2833
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2834
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2835 2836 2837 2838 2839 2840 2841
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-class-component",
								"desc": "用于类式Vue组件的ECMAScript / TypeScript装饰器。",
								"url": "https://github.com/vuejs/vue-class-component",
李少辉-开发者's avatar
李少辉-开发者 已提交
2842
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2843 2844 2845 2846 2847 2848 2849 2850 2851
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "eslint-plugin-vue",
								"desc": "Vue.js的官方ESLint插件",
								"url": "https://eslint.vuejs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2852
									"GitCode": "https://gitcode.net/mirrors/vuejs/eslint-plugin-vue"
茶陵後's avatar
茶陵後 已提交
2853
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2854
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2855 2856 2857 2858 2859 2860 2861
								"rate": 5,
								"top": false
							},
							{
								"name": "vite",
								"desc": "Vite是一个经过验证的Web开发人员构建工具,可在开发过程中通过本机ES模块导入为您的代码提供服务,并将其与Rollup捆绑在一起进行生产",
								"url": "https://github.com/vitejs/vite",
李少辉-开发者's avatar
李少辉-开发者 已提交
2862
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2863 2864 2865 2866 2867 2868 2869 2870
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Vue 组合式 API",
								"desc": "Vue 组合式 API在线文档阅读",
								"url": "https://composition-api.vuejs.org/zh",
李少辉-开发者's avatar
李少辉-开发者 已提交
2871
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2872 2873 2874 2875 2876
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2877
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889
					},
					{
						"title": "PC端UI组件库",
						"nav": [
							{
								"icon": "https://avatars0.githubusercontent.com/u/20693613?s=200&v=4",
								"name": "iView",
								"desc": "一套基于 Vue.js 的高质量UI 组件库",
								"url": "https://www.iviewui.com/docs/guide/install",
								"urls": {
									"英文": "https://www.iviewui.com/",
									"中文": "https://www.iviewui.com/docs/guide/install",
Miykael_xxm's avatar
Miykael_xxm 已提交
2890
									"GitCode": "https://gitcode.net/mirrors/iview/iview"
茶陵後's avatar
茶陵後 已提交
2891
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2892
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4",
								"name": "Element",
								"desc": "一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库",
								"url": "http://element-cn.eleme.io/#/zh-CN",
								"urls": {
									"英文": "http://element-cn.eleme.io/#/en-US",
									"中文": "http://element-cn.eleme.io/#/zh-CN",
Miykael_xxm's avatar
Miykael_xxm 已提交
2904
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element"
茶陵後's avatar
茶陵後 已提交
2905
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2906
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2907 2908 2909 2910 2911 2912 2913 2914 2915
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4",
								"name": "Element Plus",
								"desc": "支持Vue3.0的Element",
								"url": "https://element-plus.org/#/zh-CN",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2916
									"GitCode": "https://gitcode.net/mirrors/element-plus/element-plus"
茶陵後's avatar
茶陵後 已提交
2917
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2918
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/22283362?s=200&v=4",
								"name": "Muse-UI",
								"desc": "基于 Vue 2.0 优雅的 Material Design UI 组件库",
								"url": "https://muse-ui.org/#/zh-CN",
								"urls": {
									"英文": "https://muse-ui.org/#/en-US/",
									"中文": "https://muse-ui.org/#/zh-CN",
Miykael_xxm's avatar
Miykael_xxm 已提交
2930
									"GitCode": "https://gitcode.net/mirrors/museui/muse-ui"
茶陵後's avatar
茶陵後 已提交
2931
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2932
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://qn.antdv.com/favicon.ico",
								"name": "Ant Design Vue",
								"desc": "这里是 Ant Design 的 Vue 实现,开发和服务于企业级后台产品",
								"url": "https://antdv.com/docs/vue/introduce-cn/",
								"urls": {
									"英文": "https://antdv.com/docs/vue/introduce/",
									"中文": "https://antdv.com/docs/vue/introduce-cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2944
									"GitCode": "https://gitcode.net/mirrors/vueComponent/ant-design-vue"
茶陵後's avatar
茶陵後 已提交
2945
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2946
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/22138497?s=200&v=4",
								"name": "vuetify",
								"desc": "让Vue和Material Design的强大力量在开发上助您一臂之力",
								"url": "https://vuetifyjs.com/zh-Hans/",
								"urls": {
									"英文": "https://vuetifyjs.com/en/",
									"中文": "https://vuetifyjs.com/zh-Hans/",
Miykael_xxm's avatar
Miykael_xxm 已提交
2958
									"GitCode": "https://gitcode.net/mirrors/vuetifyjs/vuetify"
茶陵後's avatar
茶陵後 已提交
2959
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2960
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2961 2962 2963 2964 2965 2966 2967 2968 2969
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/22965283?s=200&v=4",
								"name": "bootstrap-vue",
								"desc": "BootstrapVue为Vue.js提供了最全面的Bootstrap 4组件和网格系统实现之一,并提供了广泛的自动WAI-ARIA可访问性标记",
								"url": "https://bootstrap-vue.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2970
									"GitCode": "https://gitcode.net/mirrors/bootstrap-vue/bootstrap-vue"
茶陵後's avatar
茶陵後 已提交
2971
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2972
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2973 2974 2975 2976 2977 2978 2979 2980 2981
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/23659108?s=200&v=4",
								"name": "vue-material",
								"desc": "Vue material简单,轻巧,完全符合Google Material Design规范",
								"url": "https://vuematerial.io",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2982
									"GitCode": "https://gitcode.net/mirrors/vuematerial/vue-material"
茶陵後's avatar
茶陵後 已提交
2983
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2984
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2985 2986 2987 2988 2989 2990 2991 2992 2993
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/26799900?s=200&v=4",
								"name": "buefy",
								"desc": "Buefy是一个基于Bulma框架和设计的Vue.js响应式UI组件的轻量级库。",
								"url": "https://buefy.org",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2994
									"GitCode": "https://gitcode.net/mirrors/buefy/buefy"
茶陵後's avatar
茶陵後 已提交
2995
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2996
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2997 2998 2999 3000
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3001
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013
					},
					{
						"title": "移动端UI组件库",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4",
								"name": "vant",
								"desc": "轻量、可靠的移动端 Vue 组件库",
								"url": "https://youzan.github.io/vant/#/zh-CN/intro",
								"urls": {
									"英文": "https://youzan.github.io/vant/#/en-US/intro",
									"中文": "https://youzan.github.io/vant/#/zh-CN/intro",
Miykael_xxm's avatar
Miykael_xxm 已提交
3014
									"GitCode": "https://gitcode.net/mirrors/youzan/vant"
茶陵後's avatar
茶陵後 已提交
3015
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3016
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3017 3018 3019 3020 3021 3022 3023 3024 3025
								"rate": 5,
								"top": false
							},
							{
								"name": "vux",
								"desc": "一个凑合的 Vue.js 移动端 UI 组件库",
								"url": "https://vux.li/",
								"urls": {
									"中文": "https://vux.li/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3026
									"GitCode": "https://gitcode.net/mirrors/airyland/vux"
茶陵後's avatar
茶陵後 已提交
3027
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3028
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4",
								"name": "cube-ui",
								"desc": "基于 Vue.js 实现的精致移动端组件库",
								"url": "https://didi.github.io/cube-ui/#/zh-CN",
								"urls": {
									"英文": "https://didi.github.io/cube-ui/#/en-US",
									"中文": "https://didi.github.io/cube-ui/#/zh-CN",
Miykael_xxm's avatar
Miykael_xxm 已提交
3040
									"GitCode": "https://gitcode.net/mirrors/didi/cube-ui"
茶陵後's avatar
茶陵後 已提交
3041
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3042
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4",
								"name": "Mand Mobile",
								"desc": "面向金融场景的Vue移动端UI组件库,丰富、灵活、实用,快速搭建优质的金融类产品,让复杂的金融场景变简单",
								"url": "https://didi.github.io/mand-mobile/#/zh-CN/home",
								"urls": {
									"英文": "https://didi.github.io/mand-mobile/#/en-US/home",
									"中文": "https://didi.github.io/mand-mobile/#/zh-CN/home",
Miykael_xxm's avatar
Miykael_xxm 已提交
3054
									"GitCode": "https://gitcode.net/mirrors/didi/mand-mobile"
茶陵後's avatar
茶陵後 已提交
3055
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3056
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4",
								"name": "Mint UI",
								"desc": "基于 Vue.js 的移动端组件库",
								"url": "http://mint-ui.github.io/#!/zh-cn",
								"urls": {
									"英文": "http://mint-ui.github.io/#!/en",
									"中文": "http://mint-ui.github.io/#!/zh-cn",
Miykael_xxm's avatar
Miykael_xxm 已提交
3068
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/mint-ui/"
茶陵後's avatar
茶陵後 已提交
3069
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3070
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3071 3072 3073 3074 3075 3076 3077 3078
								"rate": 5,
								"top": false
							},
							{
								"name": "NutUI",
								"desc": "一套京东风格的轻量级移动端Vue组件库",
								"url": "https://nutui.jd.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3079
									"GitCode": "https://gitcode.net/mirrors/jdf2e/nutui"
茶陵後's avatar
茶陵後 已提交
3080
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3081
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3082 3083 3084 3085
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3086
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3087 3088 3089 3090 3091 3092 3093 3094 3095
					},
					{
						"title": "其他组件/插件",
						"nav": [
							{
								"name": "vue-awesome-swiper",
								"desc": "基于swiper封装的轮播图组件",
								"url": "https://surmon-china.github.io/vue-awesome-swiper/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3096
									"GitCode": "https://gitcode.net/mirrors/surmon-china/vue-awesome-swiper"
茶陵後's avatar
茶陵後 已提交
3097
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3098
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3099 3100 3101 3102 3103 3104 3105
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-meta",
								"desc": "管理Vue 2.0组件中的页面元信息。支持SSR + Streaming",
								"url": "https://github.com/nuxt/vue-meta",
李少辉-开发者's avatar
李少辉-开发者 已提交
3106
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3107 3108 3109 3110 3111 3112 3113 3114 3115
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-scroller",
								"desc": "Vue Scroller是Vonic UI 的基础组件。为了平滑滚动,拉动刷新和无限加载。",
								"url": "https://wangdahoo.github.io/vue-scroller/#/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3116
									"GitCode": "https://gitcode.net/mirrors/wangdahoo/vue-scroller"
茶陵後's avatar
茶陵後 已提交
3117
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3118
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3119 3120 3121 3122 3123 3124 3125 3126
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-infinite-loading",
								"desc": "Vue.js的无限滚动插件(支持向上和向下)",
								"url": "https://peachscript.github.io/vue-infinite-loading/zh/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3127
									"GitCode": "https://gitcode.net/mirrors//PeachScript/vue-infinite-loading"
茶陵後's avatar
茶陵後 已提交
3128
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3129
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3130 3131 3132 3133
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3134
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3135 3136 3137 3138 3139 3140 3141 3142 3143
					},
					{
						"title": "开箱即用",
						"nav": [
							{
								"name": "iview-admin",
								"desc": "基于iView的Vue 2.0管理系统模板",
								"url": "https://admin.iviewui.com/login",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3144
									"GitCode": "https://gitcode.net/mirrors/iview/iview-admin"
茶陵後's avatar
茶陵後 已提交
3145
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3146
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3147 3148 3149 3150
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3151
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163
					},
					{
						"title": "nuxt服务端渲染框架",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/23360933?s=200&v=4",
								"name": "nuxt",
								"desc": "Vue.js 通用应用框架",
								"url": "https://zh.nuxtjs.org/",
								"urls": {
									"英文": "https://nuxtjs.org/",
									"中文": "https://zh.nuxtjs.org/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3164
									"GitCode": "https://gitcode.net/mirrors/nuxt/nuxt.js"
茶陵後's avatar
茶陵後 已提交
3165
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3166
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3167 3168 3169 3170 3171 3172 3173 3174
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/23360933?s=200&v=4",
								"name": "创建nuxt的脚手架工具",
								"desc": "create-nuxt-app",
								"url": "https://github.com/nuxt/create-nuxt-app",
李少辉-开发者's avatar
李少辉-开发者 已提交
3175
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3176 3177 3178 3179 3180
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3181
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3182 3183
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3184
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199
			},
			{
				"title": "Angular",
				"icon": "https://avatars0.githubusercontent.com/u/139426?s=200&v=4",
				"nav": [
					{
						"title": "生态系统",
						"nav": [
							{
								"name": "Angular",
								"desc": "一个框架,移动 & 桌面",
								"url": "https://www.angular.cn/",
								"urls": {
									"英文": "https://angular.io/",
									"中文": "https://www.angular.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3200
									"GitCode": "https://gitcode.net/mirrors/angular/angular"
茶陵後's avatar
茶陵後 已提交
3201
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3202
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3203 3204 3205 3206 3207 3208 3209 3210 3211
								"rate": 5,
								"top": false
							},
							{
								"name": "angular-cli",
								"desc": "用于Angular CLI脚手架工具",
								"url": "https://cli.angular.io/",
								"urls": {
									"英文": "https://cli.angular.io/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3212
									"GitCode": "https://gitcode.net/mirrors/angular/angular-cli"
茶陵後's avatar
茶陵後 已提交
3213
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3214
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3215 3216 3217 3218 3219 3220 3221 3222 3223
								"rate": 5,
								"top": false
							},
							{
								"name": "augury",
								"desc": "Angular调试和可视化工具",
								"url": "https://augury.angular.io/",
								"urls": {
									"英文": "https://augury.angular.io/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3224
									"GitCode": "https://gitcode.net/mirrors/rangle/augury"
茶陵後's avatar
茶陵後 已提交
3225
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3226
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3227 3228 3229 3230
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3231
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243
					},
					{
						"title": "PC端UI组件库",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/30223759?s=200&v=4",
								"name": "NG-ZORRO",
								"desc": "基于Ant Design的Angular企业级UI组件",
								"url": "http://ng.ant.design/docs/introduce/zh",
								"urls": {
									"英文": "http://ng.ant.design/docs/introduce/en",
									"中文": "http://ng.ant.design/docs/introduce/zh",
Miykael_xxm's avatar
Miykael_xxm 已提交
3244
									"GitCode": "https://gitcode.net/mirrors/NG-ZORRO/ng-zorro-antd"
茶陵後's avatar
茶陵後 已提交
3245
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3246
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3247 3248 3249 3250 3251 3252 3253 3254 3255 3256
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/14283866?s=200&v=4",
								"name": "ng-bootstrap",
								"desc": "基于Bootstrap 4的Angular组件",
								"url": "https://ng-bootstrap.github.io/#/components/accordion/examples",
								"urls": {
									"英文": "https://ng-bootstrap.github.io/#/components/accordion/examples",
Miykael_xxm's avatar
Miykael_xxm 已提交
3257
									"GitCode": "https://gitcode.net/mirrors/ng-bootstrap/ng-bootstrap"
茶陵後's avatar
茶陵後 已提交
3258
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3259
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4",
								"name": "element-angular",
								"desc": "Element Angular组件库",
								"url": "https://element-angular.faas.ele.me/guide/install",
								"urls": {
									"英文": "https://element-angular.faas.ele.me/",
									"中文": "https://element-angular.faas.ele.me/guide/install",
Miykael_xxm's avatar
Miykael_xxm 已提交
3271
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element-angular"
茶陵後's avatar
茶陵後 已提交
3272
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3273
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3274 3275 3276 3277 3278 3279 3280 3281 3282
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/3494069?s=200&v=4",
								"name": "primeng",
								"desc": "PrimeNG是Angular的丰富UI组件的集合",
								"url": "https://www.primefaces.org/primeng/#/button",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3283
									"GitCode": "https://gitcode.net/mirrors/primefaces/primeng"
茶陵後's avatar
茶陵後 已提交
3284
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3285
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3286 3287 3288 3289 3290 3291 3292 3293
								"rate": 5,
								"top": false
							},
							{
								"name": "material",
								"desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。",
								"url": "https://www.primefaces.org/primeng/#/button",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3294
									"GitCode": "https://gitcode.net/mirrors/angular/material"
茶陵後's avatar
茶陵後 已提交
3295
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3296
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3297 3298 3299 3300
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3301
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3302 3303 3304 3305 3306 3307 3308 3309 3310
					},
					{
						"title": "移动端UI组件库",
						"nav": [
							{
								"name": "material",
								"desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。",
								"url": "https://www.primefaces.org/primeng/#/button",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3311
									"GitCode": "https://gitcode.net/mirrors/angular/material"
茶陵後's avatar
茶陵後 已提交
3312
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3313
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3314 3315 3316 3317
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3318
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3319 3320
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3321
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337
			},
			{
				"title": "微信开发",
				"icon": "https://avatars0.githubusercontent.com/u/18461506?s=200&v=4",
				"nav": [
					{
						"title": "小程序文档",
						"nav": [
							{
								"name": "小程序开发",
								"desc": "微信小程序",
								"url": "https://developers.weixin.qq.com/miniprogram/dev/index.html",
								"urls": {
									"英文": "https://developers.weixin.qq.com/miniprogram/en/dev/index.html?t=18082922",
									"中文": "https://developers.weixin.qq.com/miniprogram/dev/index.html"
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3338
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349
								"rate": 5,
								"top": false
							},
							{
								"name": "小游戏开发",
								"desc": "微信小游戏",
								"url": "https://developers.weixin.qq.com/minigame/dev/index.html?t=18082922",
								"urls": {
									"英文": "https://developers.weixin.qq.com/minigame/en/dev/index.html?t=18081820",
									"中文": "https://developers.weixin.qq.com/minigame/dev/index.html?t=18082922"
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3350
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3351 3352 3353 3354
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3355
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3356 3357 3358 3359 3360 3361 3362 3363 3364 3365
					},
					{
						"title": "小程序框架",
						"nav": [
							{
								"name": "mpvue",
								"desc": "Vue.js 开发小程序的前端框架。框架基于 Vue.js 核心",
								"url": "http://mpvue.com/",
								"urls": {
									"中文": "http://mpvue.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3366
									"GitCode": "https://gitcode.net/mirrors/Meituan-Dianping/mpvue"
茶陵後's avatar
茶陵後 已提交
3367
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3368
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3369 3370 3371 3372 3373 3374 3375 3376 3377
								"rate": 5,
								"top": false
							},
							{
								"name": "wepy",
								"desc": "官方小程序组件化开发框架",
								"url": "https://tencent.github.io/wepy/",
								"urls": {
									"中文": "https://tencent.github.io/wepy/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3378
									"GitCode": "https://gitcode.net/mirrors/Tencent/wepy"
茶陵後's avatar
茶陵後 已提交
3379
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3380
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3381 3382 3383 3384 3385 3386 3387 3388 3389 3390
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4",
								"name": "mpx",
								"desc": "Mpx是一款致力于提高小程序开发体验的增强型小程序框架(滴滴出品,基于vue)",
								"url": "https://didi.github.io/mpx/",
								"urls": {
									"中文": "https://didi.github.io/mpx/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3391
									"GitCode": "https://gitcode.net/mirrors/didi/mpx"
茶陵後's avatar
茶陵後 已提交
3392
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3393
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3394 3395 3396 3397 3398 3399 3400 3401 3402
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/5485517?s=200&v=4",
								"name": "uni-app",
								"desc": "uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架",
								"url": "https://uniapp.dcloud.io/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3403
									"GitCode": "https://gitcode.net/mirrors/dcloudio/uni-app"
茶陵後's avatar
茶陵後 已提交
3404
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3405
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3406 3407 3408 3409 3410 3411 3412 3413
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://tencent.github.io/omi/assets/omi-logo2019.svg",
								"name": "omix",
								"desc": "腾讯原生小程序框架 OMIX 2.0",
								"url": "https://github.com/Tencent/omi/tree/master/packages/omix",
李少辉-开发者's avatar
李少辉-开发者 已提交
3414
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3415 3416 3417 3418 3419
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3420
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3421 3422 3423 3424 3425 3426 3427 3428 3429 3430
					},
					{
						"title": "小程序组件库/插件",
						"nav": [
							{
								"icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4",
								"name": "vant-weapp",
								"desc": "轻量、可靠的小程序 UI 组件库",
								"url": "https://vant-contrib.gitee.io/vant-weapp/#/intro",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3431
									"GitCode": "https://gitcode.net/mirrors/youzan/vant-weapp"
茶陵後's avatar
茶陵後 已提交
3432
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3433
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3434 3435 3436 3437 3438 3439 3440 3441
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/18461506?s=200&v=4",
								"name": "weui-wxss",
								"desc": "这是一套基于样式库weui-wxss开发的小程序扩展组件库,同微信原生视觉体验一致的UI组件库",
								"url": "https://github.com/Tencent/weui-wxss/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3442
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3443 3444 3445 3446 3447 3448 3449 3450
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "wxParse",
								"desc": "wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析",
								"url": "https://github.com/icindy/wxParse",
李少辉-开发者's avatar
李少辉-开发者 已提交
3451
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3452 3453 3454 3455 3456 3457 3458 3459
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "mpvue-wxParse",
								"desc": "适用于 Mpvue 的微信小程序富文本解析自定义组件",
								"url": "https://github.com/F-loat/mpvue-wxParse",
李少辉-开发者's avatar
李少辉-开发者 已提交
3460
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3461 3462 3463 3464 3465 3466 3467 3468 3469
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/2268460?s=200&v=4",
								"name": "echarts-for-weixin",
								"desc": "ECharts 的微信小程序版本",
								"url": "https://github.com/ecomfe/echarts-for-weixin",
李少辉-开发者's avatar
李少辉-开发者 已提交
3470
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3471 3472 3473 3474 3475 3476 3477 3478 3479
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://lbs.qq.com/favicon.ico",
								"name": "腾讯位置服务",
								"desc": "微信小程序原生LBS能力的最佳拍档",
								"url": "https://lbs.qq.com/qqmap_wx_jssdk/index.html",
李少辉-开发者's avatar
李少辉-开发者 已提交
3480
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3481 3482 3483 3484 3485 3486 3487 3488 3489
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ColorUI",
								"desc": "鲜亮的高饱和色彩,专注视觉的小程序组件库",
								"url": "https://www.color-ui.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3490
									"GitCode": "https://gitcode.net/mirrors/weilanwl/ColorUI"
茶陵後's avatar
茶陵後 已提交
3491
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3492
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3493 3494 3495 3496 3497 3498 3499
								"rate": 5,
								"top": false
							},
							{
								"name": "weapp-input-frame",
								"desc": "验证码、支付密码输入框组件",
								"url": "https://github.com/xjh22222228/weapp-input-frame",
李少辉-开发者's avatar
李少辉-开发者 已提交
3500
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3501 3502 3503 3504 3505
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3506
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3507 3508 3509 3510 3511 3512 3513 3514
					},
					{
						"title": "微信公众号开发辅助工具",
						"nav": [
							{
								"name": "JS接口签名校验工具",
								"desc": "微信 JS 接口签名校验工具",
								"url": "https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign",
李少辉-开发者's avatar
李少辉-开发者 已提交
3515
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3516 3517 3518 3519 3520 3521 3522 3523
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "接口调试工具",
								"desc": "微信公众平台接口调试工具",
								"url": "https://mp.weixin.qq.com/debug/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3524
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3525 3526 3527 3528 3529 3530 3531 3532
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "computed",
								"desc": "小程序自定义组件 computed / watch 扩展",
								"url": "https://github.com/wechat-miniprogram/computed",
李少辉-开发者's avatar
李少辉-开发者 已提交
3533
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3534 3535 3536 3537 3538
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3539
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3540 3541 3542 3543 3544 3545 3546 3547
					},
					{
						"title": "资源",
						"nav": [
							{
								"name": "awesome-github-wechat-weapp",
								"desc": "微信小程序开源项目库汇总",
								"url": "https://github.com/opendigg/awesome-github-wechat-weapp",
李少辉-开发者's avatar
李少辉-开发者 已提交
3548
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3549 3550 3551 3552 3553 3554 3555 3556
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-wechat-weapp",
								"desc": "微信小程序开发资源汇总",
								"url": "https://github.com/justjavac/awesome-wechat-weapp",
李少辉-开发者's avatar
李少辉-开发者 已提交
3557
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3558 3559 3560 3561 3562
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3563
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3564 3565 3566 3567 3568 3569 3570 3571
					},
					{
						"title": "其他",
						"nav": [
							{
								"name": "微信开放社区",
								"desc": "小程序开发者专区,微信公众平台,微信开放社区,开发者专区",
								"url": "https://developers.weixin.qq.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3572
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3573 3574 3575 3576 3577 3578 3579 3580 3581
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "wechat-format",
								"desc": "微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML",
								"url": "https://lab.lyric.im/wxformat/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3582
									"GitCode": "https://gitcode.net/mirrors/lyricat/wechat-format"
茶陵後's avatar
茶陵後 已提交
3583
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3584
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3585 3586 3587 3588 3589 3590 3591
								"rate": 5,
								"top": false
							},
							{
								"name": "微信开放平台",
								"desc": "微信开放平台",
								"url": "https://open.weixin.qq.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3592
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3593 3594 3595 3596 3597
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3598
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3599 3600
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3601
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612
			},
			{
				"title": "工具",
				"nav": [
					{
						"title": "CSS",
						"nav": [
							{
								"name": "CSS3 UI Lib",
								"desc": "CSS动画集成、在线调试阴影",
								"url": "http://css3lib.alloyteam.com/#panel/demo1",
李少辉-开发者's avatar
李少辉-开发者 已提交
3613
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3614 3615 3616 3617 3618 3619 3620 3621
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "CSS Sprites Generator",
								"desc": "CSS雪碧图生成",
								"url": "https://www.toptal.com/developers/css/sprite-generator",
李少辉-开发者's avatar
李少辉-开发者 已提交
3622
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3623 3624 3625 3626 3627 3628 3629 3630 3631
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://www.colorzilla.com/favicon.ico",
								"name": "CSS渐变调试器",
								"desc": "前端开发调试CSS渐变必备神器",
								"url": "http://www.colorzilla.com/gradient-editor/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3632
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3633 3634 3635 3636 3637 3638 3639 3640 3641
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://animista.net/favicon.ico",
								"name": "Animista",
								"desc": "在线生成CSS动画",
								"url": "http://animista.net/play/background/ken-burns",
李少辉-开发者's avatar
李少辉-开发者 已提交
3642
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3643 3644 3645 3646 3647 3648 3649 3650 3651
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://cssgradient.io/favicon.ico",
								"name": "CSS Gradient",
								"desc": "CSS渐变调试并生成CSS代码",
								"url": "https://cssgradient.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3652
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3653 3654 3655 3656 3657 3658 3659 3660 3661 3662
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.grabient.com/favicon.ico",
								"name": "Grabient",
								"desc": "CSS渐变调试并生成CSS代码,还可以角度变换",
								"url": "https://www.grabient.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3663
									"GitCode": "https://gitcode.net/mirrors/johnkorzhuk/grabient"
茶陵後's avatar
茶陵後 已提交
3664
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3665
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3666 3667 3668 3669 3670 3671 3672 3673
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://pxtoem.com/favicon.ico",
								"name": "px与em单位转换",
								"desc": "px与em单位转换",
								"url": "http://pxtoem.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3674
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3675 3676 3677 3678 3679 3680 3681 3682 3683
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://apps.eky.hk/css-triangle-generator/favicon.gif",
								"name": "CSS三角形產生器",
								"desc": "CSS三角形產生器 - 使用純CSS繪畫三角形",
								"url": "http://apps.eky.hk/css-triangle-generator/zh-hant",
李少辉-开发者's avatar
李少辉-开发者 已提交
3684
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3685 3686 3687 3688 3689 3690 3691 3692 3693
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.sassmeister.com/favicon.ico",
								"name": "SassMeister",
								"desc": "将sass语法转换成CSS语法",
								"url": "https://www.sassmeister.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3694
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3695 3696 3697 3698 3699 3700 3701 3702 3703
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://transfonter.org/favicon.ico",
								"name": "transfonter",
								"desc": "字体图标转换Base64",
								"url": "https://transfonter.org/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3704
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3705 3706 3707 3708 3709 3710 3711 3712
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Loading集合",
								"desc": "上千种Loading认你选",
								"url": "https://www.xiejiahe.com/detail/59ec506be9b3310879551f5e",
李少辉-开发者's avatar
李少辉-开发者 已提交
3713
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3714 3715 3716 3717 3718 3719 3720 3721 3722
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://cssreference.io/favicons/favicon-32x32.png",
								"name": "CSS Reference",
								"desc": "css参考是一个免费的视觉指导css。它以最受欢迎的特性为特色,并用插图和动画示例对其进行说明",
								"url": "https://cssreference.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3723
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3724 3725 3726 3727 3728 3729 3730 3731 3732
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.w3cschool.cn/favicon.ico",
								"name": "在线CSS阴影调试",
								"desc": "CSS3 Box Shadow(阴影)效果在线调试工具",
								"url": "https://www.w3cschool.cn/tools/index?name=css3_boxshadow",
李少辉-开发者's avatar
李少辉-开发者 已提交
3733
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3734 3735 3736 3737 3738
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3739
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3740 3741 3742 3743 3744 3745 3746 3747 3748 3749
					},
					{
						"title": "JavaScript",
						"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
						"nav": [
							{
								"icon": "https://regexper.com/favicon.ico",
								"name": "正则表达式验证器",
								"desc": "验证JavaScript正则表达式",
								"url": "https://regexper.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3750
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3751 3752 3753 3754 3755 3756 3757 3758 3759
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.json.cn/favicon.ico",
								"name": "JSON在线解析及格式化验证",
								"desc": "json在线解析,json格式化,json格式验证,json转xml,xml转json",
								"url": "https://www.json.cn/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3760
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/25822731?s=200&v=4",
								"name": "prettier",
								"desc": "Prettier是一个固定的代码格式化程序。它通过解析代码并使用自己的规则重新打印它来强制执行一致的样式,这些规则考虑了最大行长度,并在必要时包装代码",
								"url": "https://prettier.io/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3771
									"GitCode": "https://gitcode.net/mirrors/prettier/prettier"
茶陵後's avatar
茶陵後 已提交
3772
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3773
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3774 3775 3776 3777 3778 3779 3780 3781
								"rate": 5,
								"top": false
							},
							{
								"name": "正则表达式在线测试",
								"desc": "正则表达式在线测试",
								"url": "http://tool.chinaz.com/regex",
								"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
3782
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3783 3784 3785 3786 3787 3788 3789
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "spy-debugger",
								"desc": "微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备",
Miykael_xxm's avatar
Miykael_xxm 已提交
3790
								"url": "",
茶陵後's avatar
茶陵後 已提交
3791
								"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
3792
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3793 3794 3795 3796 3797 3798 3799
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "VConsole",
								"desc": "一个轻量、可拓展、针对手机网页的前端开发者调试面板",
Miykael_xxm's avatar
Miykael_xxm 已提交
3800
								"url": "",
茶陵後's avatar
茶陵後 已提交
3801
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3802 3803
									"英文": "https://gitcode.net/mirrors/Tencent/vConsole",
									"中文": "https://gitcode.net/mirrors/Tencent/vConsole/blob/dev/README_CN.md"
茶陵後's avatar
茶陵後 已提交
3804 3805
								},
								"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
3806
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3807 3808 3809 3810
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3811
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3812 3813 3814 3815 3816 3817 3818 3819 3820
					},
					{
						"title": "CDN",
						"nav": [
							{
								"icon": "https://www.staticfile.org/assets/images/logo.png",
								"name": "Staticfile CDN",
								"desc": "免费CDN服务,包括 JavaScript、CSS、图片和 swf 等静态文件",
								"url": "https://www.staticfile.org/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3821
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3822 3823 3824 3825 3826 3827 3828 3829 3830
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.jsdelivr.com/favicon.ico",
								"name": "jsDelivr",
								"desc": "jsDelivr – 开源 CDN",
								"url": "https://www.jsdelivr.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3831
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3832 3833 3834 3835 3836 3837 3838 3839 3840
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.bootcdn.cn/assets/ico/favicon.ico",
								"name": "BootCDN",
								"desc": "稳定、快速、免费的前端开源项目 CDN 加速服务",
								"url": "https://www.bootcdn.cn/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3841
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3842 3843 3844 3845 3846 3847 3848 3849 3850 3851
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/637362?s=200&v=4",
								"name": "cdnjs",
								"desc": "面向Web开发人员的免费和开源公共Web CDN!",
								"url": "https://cdnjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3852
									"GitCode": "https://gitcode.net/mirrors/cdnjs/cdnjs"
茶陵後's avatar
茶陵後 已提交
3853
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3854
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3855 3856 3857 3858
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3859
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3860 3861 3862 3863 3864 3865 3866 3867 3868
					},
					{
						"title": "其他",
						"nav": [
							{
								"icon": "https://www.fundebug.com/favicon.ico",
								"name": "FunDebug",
								"desc": "支持前端JavaScript,后端Node.js以及微信小程序错误监控",
								"url": "https://www.fundebug.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3869
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3870 3871 3872 3873 3874 3875 3876 3877 3878
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.caniuse.com/img/favicon-128.png",
								"name": "前端兼容性查询",
								"desc": "前端查询API各个厂商兼容性情况",
								"url": "https://www.caniuse.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3879
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://browserhacks.com/assets/images/browserhacks.ico",
								"name": "Browserhacks",
								"desc": "Browserhacks是来自各个互联网的浏览器特定CSS和JavaScript hacks的广泛列表。",
								"url": "http://browserhacks.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3890
									"GitCode": "https://gitcode.net/mirrors/4ae9b8/browserhacks"
茶陵後's avatar
茶陵後 已提交
3891
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3892
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3893 3894 3895 3896 3897 3898 3899
								"rate": 5,
								"top": false
							},
							{
								"name": "Character Entity Reference Chart",
								"desc": "字符实体参考图,>",
								"url": "https://dev.w3.org/html5/html-author/charref",
李少辉-开发者's avatar
李少辉-开发者 已提交
3900
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3901 3902 3903 3904 3905 3906 3907 3908
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-web-editor",
								"desc": "开源web编辑器汇总列表",
								"url": "https://github.com/xjh22222228/awesome-web-editor",
李少辉-开发者's avatar
李少辉-开发者 已提交
3909
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3910 3911 3912 3913 3914 3915 3916 3917 3918
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://jsfiddle.net/img/favicon.png",
								"name": "jsfiddle",
								"desc": "强大的前端代码在线演示的网站",
								"url": "http://jsfiddle.net/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3919
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3920 3921 3922 3923 3924 3925 3926 3927 3928 3929
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/11043997?s=200&v=4",
								"name": "jsperf",
								"desc": "jsPerf旨在提供一种简单的方法来创建和共享测试用例,通过运行基准测试来比较不同JavaScript代码段的性能",
								"url": "https://jsperf.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3930
									"GitCode": "https://gitcode.net/mirrors/jsperf/jsperf.com"
茶陵後's avatar
茶陵後 已提交
3931
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3932
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3933 3934 3935 3936 3937 3938 3939 3940
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://codesandbox.io/favicon.ico",
								"name": "codesandbox",
								"desc": "codesandbox是为Web应用程序定制的在线编辑器。",
								"url": "https://codesandbox.io",
李少辉-开发者's avatar
李少辉-开发者 已提交
3941
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3942 3943 3944 3945 3946 3947 3948 3949 3950
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://htmlreference.io/favicons/favicon-32x32.png",
								"name": "HTML Reference",
								"desc": "所有HTML元素和属性的免费指南参考",
								"url": "https://htmlreference.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3951
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3952 3953 3954 3955 3956 3957 3958 3959 3960
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://static.jsbin.com/images/dave.min.svg",
								"name": "jsbin",
								"desc": "一个轻量级的html/css/js在线编辑器Debug调试器",
								"url": "https://jsbin.com/juduyibeku/edit?html,css,js,console,output",
李少辉-开发者's avatar
李少辉-开发者 已提交
3961
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3962 3963 3964 3965 3966 3967 3968 3969 3970
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://www.jsfuck.com/favicon.ico",
								"name": "jsfuck",
								"desc": "JSFuck是基于JavaScript原子部分的深奥和教育性编程风格。它仅使用六个不同的字符来编写和执行代码。",
								"url": "http://www.jsfuck.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3971
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3972 3973 3974 3975 3976
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3977
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3978 3979
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3980
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996
			},
			{
				"title": "CSS",
				"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png",
				"nav": [
					{
						"title": "CSS",
						"nav": [
							{
								"icon": "https://getbootstrap.com/docs/4.5/assets/img/favicons/favicon.ico",
								"name": "Bootstrap",
								"desc": "Bootstrap 是一个用于快速开发 Web 应用程序和网站的前端框架",
								"url": "http://getbootstrap.com/",
								"urls": {
									"英文": "http://getbootstrap.com/",
									"中文": "http://www.bootcss.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3997
									"GitCode": "https://gitcode.net/mirrors/twbs/bootstrap"
茶陵後's avatar
茶陵後 已提交
3998
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3999
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/317889?s=200&v=4",
								"name": "Sass",
								"desc": "Sass 是成熟、稳定、强大的 CSS 扩展语言",
								"url": "http://sass-lang.com/",
								"urls": {
									"英文": "http://sass-lang.com/",
									"中文": "http://sass.bootcss.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
4011
									"GitCode": "https://gitcode.net/mirrors/sass/sass"
茶陵後's avatar
茶陵後 已提交
4012
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4013
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/3538330?s=200&v=4",
								"name": "Less",
								"desc": "Less 是一门 CSS 预处理语言,它扩展了 CSS 语言,增加了变量、Mixin、函数等特性",
								"url": "http://lesscss.org/",
								"urls": {
									"英文": "http://lesscss.org/",
									"中文": "http://lesscss.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
4025
									"GitCode": "https://gitcode.net/mirrors/less/less.js"
茶陵後's avatar
茶陵後 已提交
4026
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4027
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4028 4029 4030 4031 4032 4033 4034 4035
								"rate": 5,
								"top": false
							},
							{
								"name": "magic",
								"desc": "CSS3动画特效",
								"url": "https://minimamente.com/example/magic_animations/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4036
									"GitCode": "https://gitcode.net/mirrors/miniMAC/magic"
茶陵後's avatar
茶陵後 已提交
4037
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4038
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4039 4040 4041 4042 4043 4044 4045 4046 4047
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/64791939?s=200&v=4",
								"name": "Animate.css",
								"desc": "CSS动画的跨浏览器库,简单易用",
								"url": "https://daneden.github.io/animate.css/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4048
									"GitCode": "https://gitcode.net/mirrors/animate-css/animate.css"
茶陵後's avatar
茶陵後 已提交
4049
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4050
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4051 4052 4053 4054 4055 4056 4057 4058 4059
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://necolas.github.io/normalize.css/favicon.ico",
								"name": "normalize.css",
								"desc": "使浏览器更加一致地呈现所有元素并符合现代标准。它只针对需要规范化的样式",
								"url": "http://necolas.github.io/normalize.css/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4060
									"GitCode": "https://gitcode.net/mirrors/necolas/normalize.css"
茶陵後's avatar
茶陵後 已提交
4061
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4062
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4063 4064 4065 4066 4067 4068 4069 4070
								"rate": 5,
								"top": false
							},
							{
								"name": "Hover",
								"desc": "CSS3动力悬停效果的集合,适用于链接,按钮,徽标,SVG,特色图像等",
								"url": "http://ianlunn.github.io/Hover/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4071
									"GitCode": "https://gitcode.net/mirrors/IanLunn/Hover"
茶陵後's avatar
茶陵後 已提交
4072
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4073
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4074 4075 4076 4077 4078 4079 4080 4081
								"rate": 5,
								"top": false
							},
							{
								"name": "github-markdown-css",
								"desc": "复制GitHub Markdown样式的最小CSS量",
								"url": "https://sindresorhus.com/github-markdown-css/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4082
									"GitCode": "https://gitcode.net/mirrors/sindresorhus/github-markdown-css"
茶陵後's avatar
茶陵後 已提交
4083
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4084
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4085 4086 4087 4088 4089 4090 4091 4092
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/8296347?s=200&v=4",
								"name": "autoprefixer",
								"desc": "Autoprefixer是一款自动管理浏览器前缀的插件,它可以解析CSS文件并且添加浏览器前缀到CSS内容里",
								"url": "https://github.com/postcss/autoprefixer",
李少辉-开发者's avatar
李少辉-开发者 已提交
4093
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4094 4095 4096 4097 4098 4099 4100 4101 4102 4103
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://vivify.mkcreative.cz/assets/img/apple-icon-57x57.png",
								"name": "vivify",
								"desc": "Vivify是免费的CSS动画库。",
								"url": "http://vivify.mkcreative.cz/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4104
									"GitCode": "https://gitcode.net/mirrors/Martz90/vivify"
茶陵後's avatar
茶陵後 已提交
4105
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4106
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4107 4108 4109 4110 4111 4112 4113
								"rate": 5,
								"top": false
							},
							{
								"name": "cubic-bezier",
								"desc": "在线制作CSS动画",
								"url": "https://cubic-bezier.com",
李少辉-开发者's avatar
李少辉-开发者 已提交
4114
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4115 4116 4117 4118 4119
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4120
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4121 4122 4123 4124 4125 4126 4127 4128 4129
					},
					{
						"title": "图标库",
						"nav": [
							{
								"icon": "http://www.iconfont.cn/favicon.ico",
								"name": "iconfont",
								"desc": "阿里妈妈MUX倾力打造的矢量图标管理、交流平台",
								"url": "http://www.iconfont.cn/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4130
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/1505683?s=200&v=4",
								"name": "Font Awesome",
								"desc": "一套绝佳的图标字体库和CSS框架",
								"url": "https://fontawesome.com/",
								"urls": {
									"英文": "https://fontawesome.com/",
									"中文": "http://www.fontawesome.com.cn/",
Miykael_xxm's avatar
Miykael_xxm 已提交
4143
									"GitCode": "https://gitcode.net/mirrors/FortAwesome/Font-Awesome"
茶陵後's avatar
茶陵後 已提交
4144
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4145
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4146 4147 4148 4149 4150 4151 4152 4153
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://livicons.com/apple-icon-57x57.png",
								"name": "LivIcons Evolution",
								"desc": "会动的纯svg矢量图标库",
								"url": "https://livicons.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4154
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4155 4156 4157 4158 4159 4160 4161 4162 4163 4164
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/3171503?s=200&v=4",
								"name": "ionicons",
								"desc": "适用于Ionic Framework和Web应用程序的高级图标字体",
								"url": "https://ionicons.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4165
									"GitCode": "https://gitcode.net/mirrors/ionic-team/ionicons"
茶陵後's avatar
茶陵後 已提交
4166
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4167
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4168 4169 4170 4171 4172 4173 4174 4175
								"rate": 5,
								"top": false
							},
							{
								"name": "material-design-icons",
								"desc": "Google的Material Design图标",
								"url": "https://material.io/tools/icons",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4176
									"GitCode": "https://gitcode.net/mirrors/google/material-design-icons"
茶陵後's avatar
茶陵後 已提交
4177
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4178
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4179 4180 4181 4182
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4183
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4184 4185 4186 4187 4188 4189 4190 4191 4192
					},
					{
						"title": "资源",
						"nav": [
							{
								"icon": "https://cssbattle.dev/images/logo-square.png",
								"name": "css battle",
								"desc": "在线比拼CSS",
								"url": "https://cssbattle.dev/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4193
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4194 4195 4196 4197 4198 4199 4200 4201 4202
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://zh.learnlayout.com/images/logo.png",
								"name": "学习CSS布局",
								"desc": "学习CSS布局",
								"url": "http://zh.learnlayout.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4203
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4204 4205 4206 4207 4208
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4209
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4210 4211
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4212
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227
			},
			{
				"title": "TypeScript",
				"icon": "https://www.typescriptlang.org/favicon-32x32.png",
				"nav": [
					{
						"title": "TypeScript",
						"nav": [
							{
								"name": "TypeScript",
								"desc": "TypeScript 是一种由微软开发的自由和开源的编程语言,它是JavaScript的一个超集",
								"url": "https://www.tslang.cn/index.html",
								"urls": {
									"英文": "http://www.typescriptlang.org/",
									"中文": "https://www.tslang.cn/index.html",
Miykael_xxm's avatar
Miykael_xxm 已提交
4228
									"GitCode": "https://gitcode.net/mirrors/Microsoft/TypeScript"
茶陵後's avatar
茶陵後 已提交
4229
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4230
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4231 4232 4233 4234 4235 4236 4237 4238
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeSearch",
								"desc": "搜索typescript 类型包 @types/node",
								"url": "https://microsoft.github.io/TypeSearch/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4239
									"GitCode": "https://gitcode.net/mirrors/Microsoft/TypeSearch"
茶陵後's avatar
茶陵後 已提交
4240
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4241
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4242 4243 4244 4245 4246 4247 4248 4249
								"rate": 5,
								"top": false
							},
							{
								"name": "DefinitelyTyped",
								"desc": "高质量TypeScript类型定义的存储库",
								"url": "http://definitelytyped.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4250
									"GitCode": "https://gitcode.net/mirrors/DefinitelyTyped/DefinitelyTyped"
茶陵後's avatar
茶陵後 已提交
4251
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4252
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4253 4254 4255 4256 4257 4258 4259 4260
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars0.githubusercontent.com/u/46634674?s=200&v=4",
								"name": "typescript-eslint",
								"desc": "Monorepo用于所有工具,使ESLint能够支持TypeScript",
								"url": "https://github.com/typescript-eslint/typescript-eslint",
李少辉-开发者's avatar
李少辉-开发者 已提交
4261
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4262 4263 4264 4265 4266 4267 4268 4269
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-typescript",
								"desc": "用于客户端和服务器端开发的强大TypeScript资源的集合。在TypeScript中编写精彩的JavaScript",
								"url": "https://github.com/dzharii/awesome-typescript",
李少辉-开发者's avatar
李少辉-开发者 已提交
4270
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4271 4272 4273 4274 4275 4276 4277 4278 4279
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeScript 入门教程",
								"desc": "TypeScript 入门教程",
								"url": "https://ts.xcatliu.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4280
									"GitCode": "https://gitcode.net/mirrors/xcatliu/typescript-tutorial"
茶陵後's avatar
茶陵後 已提交
4281
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4282
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4283 4284 4285 4286
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4287
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4288 4289
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4290
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302
			},
			{
				"title": "参考资料",
				"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
				"nav": [
					{
						"title": "书籍",
						"nav": [
							{
								"name": "JavaScript 20 年",
								"desc": "JavaScript 20 年",
								"url": "https://cn.history.js.org/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4303
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4304 4305 4306 4307 4308 4309 4310 4311
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "你不知道的JavaScript",
								"desc": "你不知道的JavaScript",
								"url": "https://github.com/getify/You-Dont-Know-JS",
李少辉-开发者's avatar
李少辉-开发者 已提交
4312
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4313 4314 4315 4316 4317 4318 4319 4320 4321
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://zh.javascript.info/img/favicon/favicon.png",
								"name": "现代 JavaScript 教程",
								"desc": "以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识",
								"url": "https://zh.javascript.info/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4322
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4323 4324 4325 4326 4327 4328 4329 4330 4331
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ECMAScript 6入门",
								"desc": "ECMAScript 6入门",
								"url": "http://es6.ruanyifeng.com/#README",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4332
									"GitCode": "https://gitcode.net/mirrors/ruanyf/es6tutorial/"
茶陵後's avatar
茶陵後 已提交
4333
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4334
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4335 4336 4337 4338 4339 4340 4341 4342
								"rate": 5,
								"top": false
							},
							{
								"name": "JavaScript教程",
								"desc": "JavaScript 标准参考教程",
								"url": "https://wangdoc.com/javascript/basic/index.html",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4343
									"GitCode": "https://gitcode.net/mirrors/ruanyf/jstutorial"
茶陵後's avatar
茶陵後 已提交
4344
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4345
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4346 4347 4348 4349
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4350
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4351 4352 4353 4354 4355 4356 4357 4358
					},
					{
						"title": "文档",
						"nav": [
							{
								"name": "JavaScript Puzzlers",
								"desc": "你真的了解JavaScript吗?来试试吧!",
								"url": "http://javascript-puzzlers.herokuapp.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4359
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/41361384?s=200&v=4",
								"name": "InterviewMap",
								"desc": "打造最好的面试图谱",
								"url": "https://yuchengkai.cn/docs/zh/",
								"urls": {
									"英文": "https://yuchengkai.cn/docs/",
									"中文": "https://yuchengkai.cn/docs/zh/",
Miykael_xxm's avatar
Miykael_xxm 已提交
4372
									"GitCode": "https://gitcode.net/mirrors/InterviewMap/CS-Interview-Knowledge-Map"
茶陵後's avatar
茶陵後 已提交
4373
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4374
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4375 4376 4377 4378 4379 4380 4381
								"rate": 5,
								"top": false
							},
							{
								"name": "飞冰早报",
								"desc": "飞冰早报",
								"url": "http://fe.jskou.com/ice",
李少辉-开发者's avatar
李少辉-开发者 已提交
4382
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "jsdoc",
								"desc": "用于JavaScript的API文档生成器。",
								"url": "http://www.css88.com/doc/jsdoc/index.html",
								"urls": {
									"英文": "http://usejsdoc.org/",
									"中文": "http://www.css88.com/doc/jsdoc/index.html",
Miykael_xxm's avatar
Miykael_xxm 已提交
4394
									"GitCode": "https://gitcode.net/mirrors/jsdoc3/jsdoc"
茶陵後's avatar
茶陵後 已提交
4395
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4396
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4397 4398 4399 4400 4401 4402 4403 4404 4405
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars3.githubusercontent.com/u/43479428?s=200&v=4",
								"name": "30 seconds of code",
								"desc": "精选的有用JavaScript代码段集合,您可以在30秒或更短的时间内理解这些代码段。",
								"url": "https://30secondsofcode.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4406
									"GitCode": "https://gitcode.net/mirrors/30-seconds/30-seconds-of-code"
茶陵後's avatar
茶陵後 已提交
4407
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4408
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4409 4410 4411 4412 4413 4414 4415
								"rate": 5,
								"top": false
							},
							{
								"name": "33-js-concepts",
								"desc": "JavaScript开发者应懂的33个概念",
								"url": "https://github.com/stephentian/33-js-concepts",
李少辉-开发者's avatar
李少辉-开发者 已提交
4416
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4417 4418 4419 4420 4421 4422 4423 4424 4425 4426
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/1725583?s=200&v=4",
								"name": "ECMAScript Proposals",
								"desc": "跟踪ECMAScript 提案",
								"url": "https://tc39.github.io/process-document/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4427
									"GitCode": "https://gitcode.net/mirrors/tc39/proposals"
茶陵後's avatar
茶陵後 已提交
4428
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4429
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4430 4431 4432 4433 4434 4435
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/1725583?s=200&v=4",
								"name": "ecma262",
李少辉-开发者's avatar
李少辉-开发者 已提交
4436 4437 4438
								"desc": "ECMA-262的状态,流程和文档",
								"url": "https://tc39.es/ecma262/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4439
									"GitCode": "https://gitcode.net/mirrors/tc39/ecma262"
李少辉-开发者's avatar
李少辉-开发者 已提交
4440
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4441
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4442 4443 4444
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4445
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
4446 4447 4448 4449
								"icon": "https://bonsaiden.github.io/JavaScript-Garden/favicon.ico?v=2",
								"name": "JavaScript 秘密花园",
								"desc": "JavaScript 语言最古怪用法的文档集合",
								"url": "https://bonsaiden.github.io/JavaScript-Garden/zh/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4450
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4451 4452 4453 4454
								"urls": {},
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4455 4456 4457
							{
								"name": "Airbnb JavaScript 编码规范",
								"desc": "Airbnb JavaScript 编码规范",
Miykael_xxm's avatar
Miykael_xxm 已提交
4458
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4459
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4460 4461
									"英文": "https://gitcode.net/mirrors/airbnb/javascript",
									"中文": "https://gitcode.net/mirrors/yuche/javascript"
李少辉-开发者's avatar
李少辉-开发者 已提交
4462
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4463
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4464 4465 4466 4467 4468 4469 4470
								"rate": 5,
								"top": false
							},
							{
								"name": "Daily-Interview-Question",
								"desc": "工作日每天一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己",
								"url": "https://github.com/Advanced-Frontend/Daily-Interview-Question",
李少辉-开发者's avatar
李少辉-开发者 已提交
4471
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4472 4473 4474 4475
								"urls": {},
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4476 4477 4478 4479
							{
								"name": "javascript-algorithms",
								"desc": "JavaScript 算法与数据结构",
								"url": "https://github.com/trekhleb/javascript-algorithms",
李少辉-开发者's avatar
李少辉-开发者 已提交
4480
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4481 4482 4483 4484 4485 4486 4487 4488 4489
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars2.githubusercontent.com/u/26534952?s=200&v=4",
								"name": "weekly",
								"desc": "前端精读周刊",
								"url": "https://github.com/dt-fe/weekly",
李少辉-开发者's avatar
李少辉-开发者 已提交
4490
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4491 4492 4493 4494 4495
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4496
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
4497 4498
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4499
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4500 4501
			},
			{
4502
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
4503 4504
				"nav": [
					{
4505
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
4506 4507 4508
						"nav": [
							{
								"icon": "",
4509 4510 4511 4512
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
4513
								"urls": {},
4514
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
4515
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
4516 4517
							}
						],
4518 4519
						"collapsed": false,
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4520 4521
					}
				],
4522 4523
				"collapsed": false,
				"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
4524
			}
李少辉-开发者's avatar
李少辉-开发者 已提交
4525 4526
		],
		"id": 0,
李少辉-开发者's avatar
李少辉-开发者 已提交
4527
		"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4528 4529 4530 4531 4532
	},
	{
		"title": "人工智能",
		"nav": [
			{
茶陵後's avatar
茶陵後 已提交
4533 4534 4535 4536 4537
				"title": "机器学习",
				"nav": [
					{
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
4538 4539 4540 4541
								"icon": "https://avatars.githubusercontent.com/u/15658638?s=200&v=4",
								"name": "tensorflow",
								"desc": "An Open Source Machine Learning Framework for Everyone",
								"url": "https://github.com/tensorflow/tensorflow",
茶陵後's avatar
茶陵後 已提交
4542
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4543 4544 4545 4546 4547 4548 4549
								"urls": {
									"中文": "https://www.tensorflow.org/tutorials",
									"GitCode": "https://gitcode.net/mirrors/tensorflow/tensorflow"
								},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561
							{
								"icon": "https://avatars.githubusercontent.com/u/365630?s=200&v=4",
								"name": "scikit-learn",
								"desc": "scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.",
								"url": "https://github.com/scikit-learn/scikit-learn",
								"createdAt": "",
								"urls": {
									"英文": "https://scikit-learn.org/stable/user_guide.html",
									"GitCode": "https://gitcode.net/mirrors/scikit-learn/scikit-learn"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572
							},
							{
								"icon": "https://avatars.githubusercontent.com/u/21003710?s=200&v=4",
								"name": "PyTorch",
								"desc": "An open source machine learning framework that accelerates the path from research prototyping to production deployment.",
								"url": "https://github.com/pytorch/pytorch",
								"createdAt": "",
								"urls": {
									"英文": "https://pytorch.org/tutorials/",
									"GitCode": "https://gitcode.net/mirrors/pytorch/pytorch"
								},
茶陵後's avatar
茶陵後 已提交
4573 4574 4575 4576 4577 4578 4579 4580 4581 4582
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4583 4584
			},
			{
茶陵後's avatar
茶陵後 已提交
4585 4586 4587
				"title": "语音识别",
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626
						"nav":[
							{
								"icon": "https://avatars.githubusercontent.com/u/11650082?s=200&v=4",
								"name": "Kaldi",
								"desc": "kaldi-asr/kaldi is the official location of the Kaldi project.",
								"url": "https://github.com/kaldi-asr/kaldi",
								"createdAt": "",
								"urls": {
									"英文": "http://kaldi-asr.org/doc/",
									"GitCode": "https://gitcode.net/mirrors/kaldi-asr/kaldi"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "DeepSpeech",
								"desc": "DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.",
								"url": "https://github.com/mozilla/DeepSpeech",
								"createdAt": "",
								"urls": {
									"英文": "https://deepspeech.readthedocs.io/en/r0.9/?badge=latest",
									"GitCode": "https://gitcode.net/mirrors/mozilla/DeepSpeech"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "PaddleSpeech",
								"desc": "A Speech Toolkit based on PaddlePaddle.",
								"url": "https://github.com/PaddlePaddle/PaddleSpeech",
								"createdAt": "",
								"urls": {
									"英文": "https://paddlespeech.readthedocs.io/en/latest/",
									"GitCode": "https://gitcode.net/mirrors/paddlepaddle/deepspeech"
								},
								"rate": 5,
								"top": false
							}
						]
茶陵後's avatar
茶陵後 已提交
4627 4628 4629 4630
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4631 4632
			},
			{
茶陵後's avatar
茶陵後 已提交
4633 4634 4635
				"title": "计算机视觉",
				"nav": [
					{
茶陵後's avatar
茶陵後 已提交
4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648
						"nav": [
							{
								"icon": "https://avatars.githubusercontent.com/u/5009934?s=200&v=4",
								"name": "opencv",
								"desc": "OpenCV: Open Source Computer Vision Library",
								"url": "https://github.com/opencv/opencv",
								"createdAt": "",
								"urls": {
									"英文": "https://docs.opencv.org/master/",
									"GitCode": "https://gitcode.net/opencv/opencv"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674
							},
							{
								"icon": "",
								"name": "OpenPose",
								"desc": "OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation",
								"url": "https://github.com/CMU-Perceptual-Computing-Lab/openpose",
								"createdAt": "",
								"urls": {
									"英文": "https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/",
									"GitCode": "https://gitcode.net/mirrors/CMU-Perceptual-Computing-Lab/openpose"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "DensePose",
								"desc": "A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body",
								"url": "https://github.com/facebookresearch/DensePose",
								"createdAt": "",
								"urls": {
									"英文": "http://densepose.org/",
									"GitCode": "https://gitcode.net/mirrors/facebookresearch/densepose"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4675 4676 4677 4678
							}
						],
						"collapsed": false,
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4679 4680 4681 4682
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4683 4684
			},
			{
茶陵後's avatar
茶陵後 已提交
4685 4686 4687
				"title": "自然语言处理",
				"nav": [
					{
茶陵後's avatar
茶陵後 已提交
4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700
						"nav": [
							{
								"icon": "https://camo.githubusercontent.com/322f0474ab0e0976bc8922177b9c5c3cc656e8315ef8e47113a280ea00dba765/68747470733a2f2f6578706c6f73696f6e2e61692f6173736574732f696d672f6c6f676f2e737667",
								"name": "spaCy",
								"desc": "spaCy is a library for advanced Natural Language Processing in Python and Cython.",
								"url": "https://github.com/explosion/spaCy",
								"createdAt": "",
								"urls": {
									"英文": "https://spacy.io/usage/spacy-101/",
									"GitCode": "https://gitcode.net/mirrors/explosion/spaCy"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726
							},
							{
								"icon": "https://raw.githubusercontent.com/huggingface/transformers/master/docs/source/imgs/transformers_logo_name.png",
								"name": "transformers",
								"desc": "Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.",
								"url": "https://github.com/huggingface/transformers",
								"createdAt": "",
								"urls": {
									"英文": "https://huggingface.co/transformers/",
									"GitCode": "https://gitcode.net/mirrors/huggingface/transformers"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://raw.githubusercontent.com/allenai/allennlp/main/docs/img/allennlp-logo-dark.png",
								"name": "allennlp",
								"desc": "An open-source NLP research library, built on PyTorch.",
								"url": "https://github.com/allenai/allennlp",
								"createdAt": "",
								"urls": {
									"英文": "https://guide.allennlp.org/",
									"GitCode": "https://gitcode.net/mirrors/allenai/allennlp"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4727 4728 4729 4730
							}
						],
						"collapsed": false,
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4731 4732 4733 4734
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4735 4736
			},
			{
茶陵後's avatar
茶陵後 已提交
4737 4738 4739 4740 4741 4742
				"title": "知识图谱",
				"nav": [
					{
						"nav": [
							{
								"icon": "",
茶陵後's avatar
茶陵後 已提交
4743 4744 4745
								"name": "ownthink",
								"desc": "ownthink开源了史上最大规模的中文知识图谱",
								"url": "https://github.com/ownthink/KnowledgeGraphData",
茶陵後's avatar
茶陵後 已提交
4746
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4747 4748 4749 4750
								"urls": {
									"中文": "https://www.ownthink.com/docs/bot/",
									"GitCode": "https://gitcode.net/mirrors/ownthink/KnowledgeGraphData"
								},
茶陵後's avatar
茶陵後 已提交
4751 4752
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765
							},
							{
								"icon": "",
								"name": "neo4j",
								"desc": "Graphs for Everyone",
								"url": "https://github.com/neo4j/neo4j",
								"createdAt": "",
								"urls": {
									"中文": "https://neo4j.com/docs/",
									"GitCode": "https://gitcode.net/neo4j/neo4j"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4766 4767 4768 4769 4770 4771 4772 4773
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4774 4775
			},
			{
4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797
				"title": "有奖贡献",
				"nav": [
					{
						"title": "邀请",
						"nav": [
							{
								"icon": "",
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4798 4799 4800 4801 4802 4803 4804 4805 4806
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "数据库",
		"nav": [
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4807
				"title": "关系数据库",
茶陵後's avatar
茶陵後 已提交
4808 4809 4810 4811 4812 4813
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842
								"name": "MySQL",
								"desc": "MySQL 是最流行的关系型数据库管理系统,在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/mysql/mysql-server"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "PostgreSQL",
								"desc": "PostgreSQL是一个免费的对象关系型数据库管理系统",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/postgres/postgres"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "SQLite",
								"desc": "SQLite是一个进程内的库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4843
									"GitCode": "https://gitcode.net/mirrors/sqlite/sqlite/"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "MariaDB",
								"desc": "MariaDB数据库管理系统是MySQL的一个分支,主要由开源社区在维护,采用GPL授权许可。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4855
									"GitCode": "https://gitcode.net/mirrors/MariaDB/server"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Hive",
								"desc": "hive是基于Hadoop的一个数据仓库工具,用来进行数据提取、转化、加载,这是一种可以存储、查询和分析存储在Hadoop中的大规模数据的机制。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/hive"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "ClickHouse",
								"desc": "ClickHouse 是开源的用于在线分析处理查询的列式存储数据库,能够使用SQL查询实时生成分析数据报告。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ClickHouse/ClickHouse"
								},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": "2021-11-21T13:06:06.671Z"
					}
				],
				"collapsed": false,
				"createdAt": ""
			},
			{
				"title": "Key-Value 数据库",
茶陵後's avatar
茶陵後 已提交
4894 4895 4896 4897 4898 4899
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4900
								"name": "Redis",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4901
								"desc": "Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/redis/redis"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Memcached",
								"desc": "Memcached 是一种高性能多线程基于内存的key-value存储,旨在用于分布式系统。",
								"url": "https://bbs.csdn.net/topics/603484031",
茶陵後's avatar
茶陵後 已提交
4915
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/memcached/memcached"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Hazelcast",
								"desc": "Hazelcast作为一个高度可扩展的数据分发和集群平台,提供了高效的、可扩展的分布式数据存储、数据缓存。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4929
									"GitCode": "https://gitcode.net/mirrors/hazelcast/hazelcast"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4930 4931 4932 4933 4934 4935 4936 4937 4938
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Etcd",
								"desc": "Etcd是一个分布式的、高可用的、一致的key-value存储数据库,基于Go语言实现,主要用于共享配置和服务发现。",
								"url": "https://bbs.csdn.net/topics/603484031",
茶陵後's avatar
茶陵後 已提交
4939
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/etcd-io/etcd"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "hCache",
								"desc": "EhCache是一个纯Java的进程内缓存框架,具有快速、精干等特点。",
								"url": "https://bbs.csdn.net/topics/603484031",
茶陵後's avatar
茶陵後 已提交
4951
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4952 4953 4954
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ehcache/ehcache3"
								},
茶陵後's avatar
茶陵後 已提交
4955 4956 4957 4958 4959 4960 4961 4962 4963
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4964
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
4965 4966
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4967
				"title": "文档数据库",
茶陵後's avatar
茶陵後 已提交
4968 4969 4970 4971 4972 4973
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001
								"name": "MongoDB",
								"desc": "MongoDB是一个基于分布式文件存储的数据库。MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/mongodb/mongo"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "CouchDB",
								"desc": "CouchDB是由Apache软件基金会开发的一个开源数据库。重点是易于使用,拥抱网络。它是一个NoSQL文档存储数据库",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/couchdb"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Marklogic",
								"desc": "Marklogic主要存储JSON和XML文档数据。在NoSQL数据库中,文档模型最流行, 它可以解决许多关系型数据库无法处理的问题。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
茶陵後's avatar
茶陵後 已提交
5002 5003 5004
								"urls": {},
								"rate": 5,
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5005 5006 5007 5008 5009 5010 5011 5012
							},
							{
								"icon": "",
								"name": "Google Cloud Firestore",
								"desc": "灵活且可扩缩的 NoSQL 云端数据库存储和同步数据",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5013
									"GitCode": "https://gitcode.net/mirrors/googleapis/nodejs-firestore"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5014 5015 5016
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
5017 5018 5019 5020 5021 5022 5023
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5024
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5025 5026
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5027
				"title": "时序数据库",
茶陵後's avatar
茶陵後 已提交
5028 5029
				"nav": [
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5030
						"title": "",
茶陵後's avatar
茶陵後 已提交
5031 5032 5033
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050
								"name": "InfluxDB",
								"desc": "InfluxDB是一个用于存储和分析时间序列数据的开源数据库。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/influxdata/influxdb"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Kdb+",
								"desc": "Kdb+旨在捕获,分析,比较和存储数据-所有这些都是高速和大量数据。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5051
									"GitCode": "https://gitcode.net/mirrors/KxSystems/kdb"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Prometheus",
								"desc": "Prometheus存储的是时序数据,即按相同时序(相同名称和标签),以时间维度存储连续的数据的集合。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/prometheus/prometheus"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Graphite",
								"desc": "Graphite是一个开源实时的、显示时间序列度量数据的图形系统。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5075
									"GitCode": "https://gitcode.net/mirrors/graphite-project/graphite-web"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5076 5077 5078 5079 5080 5081 5082 5083 5084
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "TimescaleDB",
								"desc": "TimescaleDB是基于PostgreSQL的时序数据库插件,完全继承了PostgreSQL的功能,TimescaleDB是一个开放源代码的时间序列数据库,针对快速提取和复杂查询进行了优化。",
								"url": "https://bbs.csdn.net/topics/603484031",
李少辉-开发者's avatar
李少辉-开发者 已提交
5085 5086
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5087 5088
									"GitCode": "https://gitcode.net/mirrors/timescale/timescaledb"
								},
茶陵後's avatar
茶陵後 已提交
5089 5090 5091 5092 5093
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5094
						"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5095 5096 5097
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5098
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5099 5100
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5101
				"title": "图数据库",
Miykael_xxm's avatar
Miykael_xxm 已提交
5102 5103
				"nav": [
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5104
						"title": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
5105 5106
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5107 5108 5109
								"icon": "",
								"name": "Neo4j",
								"desc": "Neo4j是一个高性能的,NOSQL图形数据库,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中",
Miykael_xxm's avatar
Miykael_xxm 已提交
5110
								"url": "https://bbs.csdn.net/topics/603484031",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5111 5112 5113 5114 5115 5116 5117 5118
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/neo4j/neo4j"
								},
								"rate": 5,
								"top": false
							},
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
5119
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5120 5121 5122 5123 5124
								"name": "ArangoDB",
								"desc": "ArangoDB是一个原生多模型数据库,兼有key/value键/值对、graph图和document文档数据模型,提供了涵盖三种数据模型的统一的数据库查询语言,并允许在单个查询中混合使用三种模型。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5125
									"GitCode": "https://gitcode.net/mirrors/arangodb/arangodb"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5126 5127
								},
								"rate": 5,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5128
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5129
							},
茶陵後's avatar
茶陵後 已提交
5130 5131
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5132 5133 5134 5135 5136
								"name": "OrientDB",
								"desc": "OrientDB是一个开源NoSQL数据库管理系统。 NoSQL数据库提供了一种用于存储和检索引用除表式数据之外的数据(例如文档数据或图形数据)的NO关系或非关系数据的机制。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5137
									"GitCode": "https://gitcode.net/mirrors/orientechnologies/orientdb"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "JanusGraph",
								"desc": "JanusGraph是分布式,开源,可大规模扩展的图形数据库",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/janusgraph/janusgraph"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Dgraph",
								"desc": "Dgraph是可扩展的,分布式的,低延迟图形数据库",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/dgraph-io/dgraph"
								},
茶陵後's avatar
茶陵後 已提交
5163 5164 5165 5166 5167
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5168
						"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5169 5170 5171
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5172
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5173 5174
			},
			{
5175
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
5176 5177
				"nav": [
					{
5178
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
5179 5180 5181
						"nav": [
							{
								"icon": "",
5182 5183 5184 5185
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
5186
								"urls": {},
5187
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5188
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
5189 5190
							}
						],
5191
						"collapsed": false,
5192
						"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5193 5194
					}
				],
5195
				"collapsed": false,
5196
				"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5197 5198 5199
			}
		],
		"id": 0,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5200
		"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5201 5202
	},
	{
李少辉-开发者's avatar
李少辉-开发者 已提交
5203
		"title": "操作系统/芯片",
茶陵後's avatar
茶陵後 已提交
5204 5205
		"nav": [
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
5206
				"title": "操作系统",
茶陵後's avatar
茶陵後 已提交
5207 5208 5209 5210 5211 5212
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
5213 5214 5215
								"name": "Linux",
								"desc": "Linux,全称GNU/Linux,是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX的多用户、多任务、支持多线程和多CPU的操作系统。",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
茶陵後's avatar
茶陵後 已提交
5216 5217 5218 5219
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
5220
							},
茶陵後's avatar
茶陵後 已提交
5221 5222
							{
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
5223 5224 5225
								"name": "Android",
								"desc": "安卓(Android)是一种基于Linux内核(不包含GNU组件)的自由及开放源代码的操作系统。主要使用于移动设备,如智能手机和平板电脑。",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
茶陵後's avatar
茶陵後 已提交
5226 5227 5228 5229
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
5230
							},
茶陵後's avatar
茶陵後 已提交
5231 5232
							{
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
5233 5234 5235
								"name": "Ubuntu",
								"desc": "Ubuntu是一个以桌面应用为主的Linux操作系统,Ubuntu基于Debian发行版和Gnome桌面环境,而从11.04版起,Ubuntu发行版放弃了Gnome桌面环境,改为Unity。",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
茶陵後's avatar
茶陵後 已提交
5236 5237 5238 5239
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
5240
							},
茶陵後's avatar
茶陵後 已提交
5241
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
5242 5243 5244 5245
								"icon": "https://img-community.csdnimg.cn/avatar/3065baa3d0bf46f5ac557b2fb7cda287.png?x-oss-process=image/resize,m_fixed,h_88,w_88",
								"name": "OpenHarmony",
								"desc": "OpenHarmony是开放原子开源基金会上的一个孵化项目,目标是支持可在多种终端设备上运行。既可运行在百KB级别的资源受限设备和穿戴类设备上,也可运行在百MB级别的智能家用摄像头、行车记录仪等相对资源丰富的设备上,以及GB级别的智能电视等设备上。",
								"url": "https://bbs.csdn.net/forums/harmonyos?category=16",
茶陵後's avatar
茶陵後 已提交
5246 5247 5248 5249
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
5250
							},
茶陵後's avatar
茶陵後 已提交
5251 5252
							{
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
5253 5254 5255
								"name": "CentOS",
								"desc": "CentOS Linux发行版是一个稳定的,可预测的,可管理的和可复现的平台。",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
茶陵後's avatar
茶陵後 已提交
5256 5257 5258 5259
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
5260
							},
茶陵後's avatar
茶陵後 已提交
5261 5262
							{
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
5263 5264 5265
								"name": "Chromium OS",
								"desc": "Chromium OS是一款轻量型、云计算为主的操作系统。",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
茶陵後's avatar
茶陵後 已提交
5266 5267
								"createdAt": "",
								"urls": {},
李少辉-开发者's avatar
李少辉-开发者 已提交
5268
								"rate": 3,
茶陵後's avatar
茶陵後 已提交
5269 5270 5271 5272 5273 5274 5275 5276 5277
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5278 5279
			},
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
5280
				"title": "芯片",
茶陵後's avatar
茶陵後 已提交
5281
				"nav": [
李少辉-开发者's avatar
李少辉-开发者 已提交
5282

茶陵後's avatar
茶陵後 已提交
5283 5284 5285
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5286 5287
			},
			{
5288
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
5289 5290
				"nav": [
					{
5291
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
5292 5293 5294
						"nav": [
							{
								"icon": "",
5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
5310 5311 5312 5313 5314 5315 5316 5317
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "云原生",
		"nav": [
李少辉-开发者's avatar
李少辉-开发者 已提交
5318 5319 5320 5321
			{
				"title": "容器",
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350
						"nav":[
							{
								"name": "Kubernetes",
								"desc": "最受欢迎的容器编排平台和第一个 CNCF项目,也称为K8s,是一个开源系统,用于自动化容器化应用程序的部署,扩展和管理。",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							},
							{
								"name": "Prometheus",
								"desc": "由谷歌研发的一款开源的监控软件,为云原生应用程序提供实时监控、警报和时间序列数据库功能,有强大的查询和可视化能力,并与许多流行的开源数据导入、导出工具集成, 与 Kubernetes结合使用,它已经成为监控基于容器的基础设施的标准。",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							},
							{
								"name": "Containerd",
								"desc": "由 Docker 开发并基于 Docker Engine 运行时的工业级标准容器运行时组件,使用Go语言编写,着重于简单性,健壮性和可移植性,Containerd 可以在宿主机中管理完整的容器生命周期:容器镜像的传输和存储、容器的执行和管理、存储和网络等。",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						]
李少辉-开发者's avatar
李少辉-开发者 已提交
5351 5352 5353 5354 5355 5356 5357 5358
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "安全",
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387
						"nav":[
							{
								"name": "Parsec",
								"desc": "可信计算",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							},
							{
								"name": "Dex",
								"desc": "Dex是一种身份服务,使用OpenID Connect来驱动其他应用的身份验证。",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							},
							{
								"name": "Curiefense",
								"desc": "用于 Web 与 API 防护",
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						]
李少辉-开发者's avatar
李少辉-开发者 已提交
5388 5389 5390 5391
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
茶陵後's avatar
茶陵後 已提交
5392
			{
5393
				"title": "有奖贡献",
茶陵後's avatar
茶陵後 已提交
5394 5395
				"nav": [
					{
5396
						"title": "邀请",
茶陵後's avatar
茶陵後 已提交
5397 5398
						"nav": [
							{
5399 5400
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
李少辉-开发者's avatar
李少辉-开发者 已提交
5401
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
5402
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
5403
								"urls": {},
5404
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5405
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
5406 5407 5408 5409 5410 5411
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
5412 5413 5414 5415 5416 5417 5418 5419
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "大数据",
		"nav": [
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973
			{
				"title": "大数据计算与分析",
				"nav": [
					{
						"title": "大数据计算服务",
						"nav": [
							{
								"name": "Hadoop",
								"desc": "Apache Hadoop以其巨大的大规模处理数据能力而成为大数据行业中最著名和最常用的工具",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/hadoop"
								},
								"top": false
							},
							{
								"name": "Spark",
								"desc": "Apache Spark 是一种与 Hadoop 相似的开源集群计算环境",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/spark"
								},
								"top": false
							},
							{
								"name": "Disco",
								"desc": "Disco 是一种分布式计算框架包括一种分布式文件系统以及支持数十亿个键和值的数据库",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/discoproject/disco"
								},
								"top": false
							},
							{
								"name": "HPCC",
								"desc": "HPCC是一个速度非常快,扩展性超强的大数据平台",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/hpcc-systems/HPCC-Platform"
								},
								"top": false
							},
							{
								"name": "HBase",
								"desc": "HBase是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/hbase"
								},
								"top": false
							},
							{
								"name": "HDFS",
								"desc": "Hadoop分布式文件系统(HDFS)是面向Hadoop的文件系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"英文": "https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "开发平台",
						"nav": [
							{
								"name": "Pig",
								"desc": "Apache Pig是一种面向分布式大数据分析的平台",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/pig"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "编程模型",
						"nav": [
							{
								"name": "MapReduce",
								"desc": "MapReduce这种编程模型为处理大型分布式数据集提供了一种方法",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://codechina.csdn.net/mirrors/apache/hadoop-mapreduce"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "实时数仓",
						"nav": [
							{
								"name": "Hive",
								"desc": "Apache Hive是面向Hadoop生态系统的数据仓库,用户可以使用HiveQL查询和管理大数据",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/hive"
								},
								"top": false
							},
							{
								"name": "Storm",
								"desc": "Apache Storm是一个免费开源、分布式、高容错的实时计算系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/hive"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "检索分析",
						"nav": [
							{
								"name": "ElasticSearch",
								"desc": "一个分布式、支持多用户的全文搜索引擎",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/elastic/elasticsearch"
								},
								"top": false
							},
							{
								"name": "Lucene",
								"desc": "基于Java的Lucene可以非常迅速地执行全文搜索",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/lucene"
								},
								"top": false
							},
							{
								"name": "Solr",
								"desc": "Solr基于Apache Lucene,是一种高度可靠、高度扩展的企业搜索平台",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/solr"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "实时计算",
						"nav": [
							{
								"name": "Flink",
								"desc": "Flink是分布式、高性能、随时可以用以及准确的流处理应用程序打造的开源流处理框架",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/flink"
								},
								"top": false
							},
							{
								"name": "Ignite",
								"desc": "用于对大规模数据集执行实时计算和处理",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/ignite"
								},
								"top": false
							},
							{
								"name": "Drill",
								"desc": "Apache Drill是一个能够对大数据进行实时的分布式查询引擎",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/drill"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "日志服务",
						"nav": [
							{
								"name": "Flume",
								"desc": "Flume可以从其他应用程序收集日志数据,然后将这些数据送入到Hadoop",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/flume"
								},
								"top": false
							},
							{
								"name": "Chukwa",
								"desc": "可以收集来自大型分布式系统的数据,用于监控",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/flume"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "数据库/数据仓库",
				"nav": [
					{
						"nav": [
							{
								"name": "Blazegraph",
								"desc": "Blazegraph 是一种高度扩展、高性能的数据库",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/blazegraph/database"
								},
								"top": false
							},
							{
								"name": "Cassandra",
								"desc": "Cassandra是一套开源分布式NoSQL数据库系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/cassandra"
								},
								"top": false
							},
							{
								"name": "CouchDB",
								"desc": "Apache CouchDB 是一个面向文档的数据库管理系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/couchdb"
								},
								"top": false
							},
							{
								"name": "FlockDB",
								"desc": "Apache CouchDB 是一个面向文档的数据库管理系统",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/couchdb"
								},
								"top": false
							},
							{
								"name": "Impala",
								"desc": "Apache Impala 是cloudera提供的一款高效率的sql查询工具,提供实时的查询效果",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/impala"
								},
								"top": false
							},
							{
								"name": "MongoDB",
								"desc": "MongoDB 是一个介于关系数据库和非关系数据库之间的产品",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/mongodb/mongo"
								},
								"top": false
							},
							{
								"name": "Neo4j",
								"desc": "Neo4j是一个高性能的,NOSQL图形数据库",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/neo4j/neo4j"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "智能搜索与推荐",
				"nav": [
					{
						"nav": [
							{
								"name": "Hivemall",
								"desc": "hivemall是基于hive udf的机器学习算法工具",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://github.com/apache/incubator-hivemall"
								},
								"top": false
							},
							{
								"name": "Mahout",
								"desc": "提供了可扩展的机器学习领域经典算法的实现,帮助开发人员更加方便快捷地创建智能应用程序",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://github.com/apache/mahout"
								},
								"top": false
							},
							{
								"name": "BIRT",
								"desc": "BIRT 是一种平台可用于制作可以嵌入到应用程序和网站中的可视化元素及报表",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/eclipse/birt"
								},
								"top": false
							},
							{
								"name": "Pentaho",
								"desc": "Pentaho是世界上最流行的开源商务智能软件",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/eclipse/birt"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "大数据应用与可视化",
				"nav": [
					{
						"nav": [
							{
								"name": "Pandas",
								"desc": "Pandas项目包括基于Python编程语言的数据结构和数据分析工具",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/pandas-dev/pandas"
								},
								"top": false
							},
							{
								"name": "Pentaho",
								"desc": "Pentaho是世界上最流行的开源商务智能软件",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/pentaho"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "工具与服务",
				"nav": [
					{
						"nav": [
							{
								"name": "Avro",
								"desc": "avro是RPC和数据序列化系统(data serialization system),使用JSON定义数据类型及通信协议",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/avro"
								},
								"top": false
							},
							{
								"name": "Cascading",
								"desc": "Cascading是一个数据处理的API和查询处理计划,用于定义,共享数据处理工作流",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/Cascading/cascading"
								},
								"top": false
							},
							{
								"name": "Zookeeper",
								"desc": "可用于维护配置信息、命名、提供分布式同步以及提供群组服务",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/zookeeper"
								},
								"top": false
							},
							{
								"name": "Ambari",
								"desc": "提供了基于Web的直观界面,可用于配置、管理和监控Hadoop集群",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/ambari"
								},
								"top": false
							},
							{
								"name": "Oozie",
								"desc": "Oozie是一个工作流调度系统用来管理 Hadoop 任务",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/oozie"
								},
								"top": false
							},
							{
								"name": "Sqoop",
								"desc": "Apache Sqoop是在Hadoop生态体系和RDBMS体系之间传送数据的一种工具",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/sqoop"
								},
								"top": false
							},
							{
								"name": "Tez",
								"desc": "Tez 是一个针对Hadoop数据处理应用程序的新分布式执行框架",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/tez"
								},
								"top": false
							},
							{
								"name": "Kettle",
								"desc": "Kettle是一个ETL工具集,它允许你管理来自不同数据库的数据",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/pentaho/pentaho-kettle"
								},
								"top": false
							},
							{
								"name": "Azkaban",
								"desc": "Azkaban是由linked开源的一个批量工作流任务调度器",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/azkaban/azkaban"
								},
								"top": false
							},
							{
								"name": "Mesos",
								"desc": "Mesos是Apache下的开源分布式资源管理框架,它被称为是分布式系统的内核",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/apache/mesos"
								},
								"top": false
							},
							{
								"name": "Sentry",
								"desc": "Sentry 是一个开源的实时错误报告工具",
								"url": "#",
								"icon": "",
								"createdAt": "2021-01-23T01:32:06.423Z",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/getsentry/sentry"
								},
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
茶陵後's avatar
茶陵後 已提交
5974
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
5975
				"title": "有奖贡献",
茶陵後's avatar
茶陵後 已提交
5976 5977
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
5978
						"title": "邀请",
茶陵後's avatar
茶陵後 已提交
5979 5980
						"nav": [
							{
5981 5982 5983 5984
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
茶陵後's avatar
茶陵後 已提交
5985
								"urls": {},
5986
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5987
								"top": false
茶陵後's avatar
茶陵後 已提交
5988 5989
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
5990
						"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
5991 5992
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
5993
				"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
5994 5995 5996 5997 5998 5999
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
李少辉-开发者's avatar
李少辉-开发者 已提交
6000 6001
		"title": "物联网",
		"nav": [
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024
			{
				"title": "物联网操作系统",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "RT-Thread",
								"desc": "RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/rt-thread/rt-thread"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "TencentOS-tiny",
								"desc": "TencentOS tiny 是腾讯面向物联网领域开发的实时操作系统,具有低功耗,低资源占用,模块化,安全可靠等特点,可有效提升物联网终端产品开发效率",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6025
									"GitCode": "https://gitcode.net/mirrors/OpenAtomFoundation/TencentOS-tiny"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "LiteOS",
								"desc": "Huawei LiteOS是华为面向物联网领域开发的一个基于实时内核的轻量级操作系统",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/LiteOS/LiteOS"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "物联网应用",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "JetLinks",
								"desc": "JetLinks是一个全响应式的企业级物联网平台",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/jetlinks/jetlinks-community"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "DG-IoT",
								"desc": "DGIOT  是国内首款轻量级开源工业物联网持续集成平台",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/dgiot/dgiot"
								},
								"rate": 0,
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095
							},
							{
								"name": "TDengine",
								"desc": "TDengine是涛思数据专为物联网、车联网、工业互联网、IT运维等设计和优化的大数据平台",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/taosdata/tdengine"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "IoTSharp",
								"desc": "IoTSharp是一个基于.Net Core开源的物联网基础平台",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://codechina.csdn.net/iotsharp/IoTSharp"
								},
								"rate": 0,
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6096 6097 6098 6099 6100 6101 6102
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
李少辉-开发者's avatar
李少辉-开发者 已提交
6103
			{
6104
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6105 6106
				"nav": [
					{
6107
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6108 6109
						"nav": [
							{
6110 6111 6112 6113
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6114
								"urls": {},
6115
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6116
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6117 6118
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6119
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6120 6121
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6122
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6123 6124 6125 6126 6127 6128 6129 6130
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "区块链",
		"nav": [
Miykael_xxm's avatar
Miykael_xxm 已提交
6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482
			{
				"title": "DeFi",
				"nav": [
					{
						"title": "dApps",
						"nav": [
							{
								"name": "Solana",
								"desc": "Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/solana-labs/solana"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "RxDb",
								"desc": "A realtime Database for JavaScript Applications",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/pubkey/rxdb"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Squeezer",
								"desc": "Squeezer Framework - Build serverless dApps",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/SqueezerIO/squeezer"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Hardhat",
								"desc": "Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/nomiclabs/hardhat"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "精通以太坊",
								"desc": "精通以太坊 (中文版)",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/inoutcode/ethereum_book"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Web3Modal",
								"desc": "A single Web3 / Ethereum provider solution for all Wallets",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/Web3Modal/web3modal"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "Layer2",
				"nav": [
					{
						"title": "状态通道",
						"nav": [
							{
								"name": "Raiden Network",
								"desc": "Fast, cheap, scalable token transfers for Ethereum",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/raiden-network/raiden"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Celer Network",
								"desc": "Ethereum smart contracts that power the Matic Network",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/maticnetwork/contracts"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "侧链",
						"nav": [
							{
								"name": "SKALE",
								"desc": "A multichain network composed of an unlimited number of secure, decentralized, high-performance Ethereum Native Blockchains",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/skalenetwork/skale-network"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Injective Protocol",
								"desc": "Building the future of decentralized exchange",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/InjectiveLabs/injective-dex"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "Plasma",
						"nav": [
							{
								"name": "Matic network",
								"desc": "Ethereum smart contracts that power the Matic Network",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/maticnetwork/contracts"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "Optimistic Rollup",
						"nav": [
							{
								"name": "Synthetix",
								"desc": "Synthetix Solidity smart contracts",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/Synthetixio/synthetix"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "ZK Rollup",
						"nav": [
							{
								"name": "ZKSwap",
								"desc": "ZKSwap is a layer2 AMM dex based on ethereum",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/l2labs/zkswap-contracts"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "Validium",
						"nav": [
							{
								"name": "dYdX",
								"desc": "dYdX V2 Margin Trading Protocol",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/dydxprotocol/solo"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					},
					{
						"title": "Arbitrum Rollup",
						"nav": [
							{
								"name": "Arbitrum",
								"desc": "Powers fast, private, decentralized applications",
								"icon": "https://avatars.githubusercontent.com/u/43838009?s=200&v=4",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/OffchainLabs/arbitrum"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "NFT",
				"nav": [
					{
						"nav": [
							{
								"name": "Metaplex",
								"desc": "Protocol and application framework for decentralized NFT minting, storefronts, and sales",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/metaplex-foundation/metaplex"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "The Sandbox",
								"desc": "The Sandbox is a user-generated content (UGC) gaming platform",
								"url": "#",
								"icon": "https://avatars.githubusercontent.com/u/63786662?s=200&v=4",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/thesandboxgame/sandbox-smart-contracts"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "Polkadot",
				"nav": [
					{
						"nav": [
							{
								"name": "Polkadot",
								"desc": "Polkadot Node Implementation",
								"url": "#",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/paritytech/polkadot"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Substrate",
								"desc": "Substrate is a next-generation framework for blockchain innovation",
								"url": "#",
								"icon": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/paritytech/substrate"
								},
								"rate": 5,
								"top": false
							},
							{
								"name": "Acala",
								"desc": "Cross-chain DeFi hub and stablecoin based on Substrate for Polkadot and Kusama",
								"url": "#",
								"icon": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/AcalaNetwork/Acala"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "经典项目",
				"nav": [
					{
						"nav": [
							{
								"name": "Ethereum",
								"desc": "以太坊(Ethereum)是一个建立在区块链技术之上, 去中心化应用平台。",
								"url": "#",
								"icon": "https://avatars.githubusercontent.com/u/6250754?s=200&v=4",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ethereum/go-ethereum"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "EOSIO",
								"desc": "The Most Powerful Infrastructure for Decentralized Applications",
								"url": "#",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/EOSIO/eos"
								},
								"rate": 0,
								"top": false
							},{
								"name": "IOTA",
								"desc": "IOTA's New Wallet",
								"url": "#",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/iotaledger/firefly"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "BTS",
								"desc": "BitShares Blockchain implementation and command-line interface",
								"url": "#",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/bitshares/bitshares-core"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "Metaverse",
								"desc": "The Metaverse individual chain service ETP coin and immutable data space for Hyperspace",
								"url": "#",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/mvs-org/metaverse"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
李少辉-开发者's avatar
李少辉-开发者 已提交
6483
			{
6484
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6485 6486
				"nav": [
					{
6487
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6488 6489
						"nav": [
							{
6490 6491 6492 6493
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6494
								"urls": {},
6495
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6496
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6497 6498
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6499
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6500 6501
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6502
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6503 6504 6505 6506 6507 6508 6509 6510
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "企业应用",
		"nav": [
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556
			{
				"title": "任务/项目管理",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "hsweb-framework",
								"desc": "hsweb是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/hs-web/hsweb-framework"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "mall",
								"desc": "mall项目是一套电商系统,包括前台商城系统及后台管理系统",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/macrozheng/mall"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "企业应用系统",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "华夏ERP",
								"desc": "华夏ERP基于SpringBoot框架和SaaS模式,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6557
									"GitCode": "https://gitcode.net/mirrors/jishenghua/jshERP"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "微人事",
								"desc": "微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/lenve/vhr"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "BI-商业智能",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "睿思BI",
								"desc": "睿思BI-数据仪表盘,开源商业智能,数据可视化系统",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ruisibi/rsbi-pom"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
茶陵後's avatar
茶陵後 已提交
6603
				"title": "电商/金融/股票证券",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6604 6605 6606 6607
				"nav": [
					{
						"title": "",
						"nav": [
茶陵後's avatar
茶陵後 已提交
6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618
							{
								"name": "ShopXO开源商城",
								"desc": "ShopXO国内领先企业级免费开源电商系统!求实进取、创新专注、自主研发、国内领先企业级电商系统解决方案。遵循MIT开源协议发布,无需授权、可商用、可二次开发、满足99%的电商运营需求。支持PC+H5、支付宝小程序、微信小程序、百度小程序、头条&抖音小程序、QQ小程序、APP等...支持多仓库、多商户模式运营(组件插件化、即插即用),可视化DIY拖拽装修。",
								"url": "https://bbs.csdn.net/forums/shopxo",
								"createdAt": "官方",
								"urls": {
									"GitCode": "https://gitcode.net/zongzhige/shopxo"
								},
								"rate": 0,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635
							{
								"name": "Vnpy",
								"desc": "基于Python的开源量化交易平台开发框架",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/vnpy/vnpy"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
茶陵後's avatar
茶陵後 已提交
6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660
			{
				"title": "CRM/SCRM",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "LinkWeChat",
								"icon": "https://link-wechat-1251309172.cos.ap-nanjing.myqcloud.com/2021/11/25/d4c1ca85-b4b4-4473-ae99-3d0e7ee7bf7e.png",
								"desc": "基于人工智能的企业微信 SCRM 系统——LinkWeChat基于企业微信开放能力,不仅集成了企微基础的客户管理和后台管理功能,而且通过引流获客、客情维系、社群运营等灵活高效的客户运营模块,让客户与企业之间建立强链接关系,同时进一步通过多元化的客户营销工具,帮助企业提高客户运营效率,强化营销能力,拓展盈利空间,是企业私域流量管理与营销的综合解决方案。",
								"url": "https://gitcode.net/sxjiangdongqin/link-wechat",
								"createdAt": "项目官方",
								"urls": {
									"GitCode": "https://gitcode.net/sxjiangdongqin/link-wechat",
									"中文":"https://www.yuque.com/linkwechat/help"
								},
								"rate": 5,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683
			{
				"title": "GIS/地图/导航/定位",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "vue-amap",
								"desc": "基于 Vue 2.x 和高德地图的地图组件",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/vue-amap"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
李少辉-开发者's avatar
李少辉-开发者 已提交
6684
			{
6685
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6686 6687
				"nav": [
					{
6688
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6689 6690
						"nav": [
							{
6691 6692 6693 6694
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6695
								"urls": {},
6696
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6697
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6698 6699
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6700
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6701 6702
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6703
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6704 6705 6706 6707 6708 6709 6710 6711 6712
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "游戏/娱乐",
		"nav": [
			{
茶陵後's avatar
茶陵後 已提交
6713
				"title": "游戏框架",
李少辉-开发者's avatar
李少辉-开发者 已提交
6714 6715
				"nav": [
					{
茶陵後's avatar
茶陵後 已提交
6716
						"title": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
6717
						"nav": [
茶陵後's avatar
茶陵後 已提交
6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740
							{
								"name": "Pomelo",
								"desc": "A fast,scalable,distributed game server framework for Node.js.",
								"url": "https://github.com/NetEase/pomelo",
								"createdAt": "",
								"urls": {
									"GitCode":"https://gitcode.net/mirrors/netease/pomelo"
								},
								"rate": 0,
								"top": false
							},
							{
								"name": "Cocos2d-x",
								"desc": "Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.",
								"url": "https://github.com/cocos2d/cocos2d-x",
								"createdAt": "",
								"urls": {
									"中文":"https://docs.cocos.com/cocos2d-x/manual/zh/",
									"GitCode":"https://gitcode.net/mirrors/cocos2d/cocos2d-x"
								},
								"rate": 0,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776
							{
								"name": "Phaser",
								"desc": "Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.",
								"url": "https://github.com/photonstorm/phaser",
								"createdAt": "",
								"urls": {
									"英文":"https://phaser.io/learn",
									"GitCode":"https://gitcode.net/mirrors/photonstorm/phaser"
								},
								"rate": 0,
								"top": false
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "游戏引擎",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"name": "Godot",
								"desc": "Godot Engine – Multi-platform 2D and 3D game engine",
								"url": "https://github.com/godotengine/godot",
								"createdAt": "",
								"urls": {
									"中文":"https://hiloteam.github.io/tutorial/index.html",
									"GitCode":"https://gitcode.net/mirrors/godotengine/godot"								
								},
								"rate": 0,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
6777 6778 6779 6780 6781 6782 6783 6784 6785 6786
							{
								"name": "kbengine",
								"desc": "A MMOG engine of server.",
								"url": "https://github.com/kbengine/kbengine",
								"createdAt": "",
								"urls": {
									"英文":"https://kbengine.github.io//docs/",
									"中文":"https://kbengine.github.io//cn/docs/",
									"GitCode":"https://gitcode.net/mirrors/kbengine/kbengine"
								},
6787
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6788
								"top": false
茶陵後's avatar
茶陵後 已提交
6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800
							},
							{
								"name": "libgdx",
								"desc": "Desktop/Android/HTML5/iOS Java game development framework",
								"url": "https://github.com/libgdx/libgdx",
								"createdAt": "",
								"urls": {
									"英文":"http://libgdx.com/dev/",
									"GitCode":"https://gitcode.net/mirrors/libgdx/libgdx"
								},
								"rate": 0,
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6801 6802
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6803
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6804 6805
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6806
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823
			},
			{
				"title": "有奖贡献",
				"nav": [
					{
						"title": "邀请",
						"nav": [
							{
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
								"urls": {},
								"rate": 0,
								"top": false
							}
						],
茶陵後's avatar
茶陵後 已提交
6824
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6825 6826
					}
				],
茶陵後's avatar
茶陵後 已提交
6827
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6828 6829 6830 6831 6832
			}
		],
		"id": 0,
		"createdAt": ""
	}
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
6833
]