db.json 190.7 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 367 368 369 370
								"urls": {
									"GitCode": ""
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
371 372
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
373
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
374
					},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
375 376
					{
						"title": "工具",
茶陵後's avatar
茶陵後 已提交
377 378
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
379 380 381 382
								"name": "IDEA",
								"desc": "IDEA全称IntelliJ IDEA,是Java语言开发的集成环境,IntelliJ在业界被公认为最后的java开发工具之一",
								"url": "https://www.jetbrains.com/idea/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
383
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
384
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
385
									"GitCode": "https://gitcode.net/mirrors/JetBrains/intellij-community"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
386
								},
茶陵後's avatar
茶陵後 已提交
387 388 389
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
390
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
391 392 393 394
								"name": "Eclipse",
								"desc": "Eclipse是一个开放源代码的、基于Java的可扩展开发平台",
								"url": "https://www.eclipse.org/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
395
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
396
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
397 398
									"GitCode": ""
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
399 400 401 402
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
403
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
404
					},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
405 406
					{
						"title": "依赖包",
李少辉-开发者's avatar
李少辉-开发者 已提交
407 408
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
409 410 411 412
								"name": "Maven",
								"desc": "构建结构一致的JAVA项目,并在多个项目之间共享Jar包",
								"url": "https://maven.apache.org/",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
413
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
414
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
415
									"GitCode": "https://gitcode.net/mirrors/apache/maven"
BaiXuePrincess's avatar
BaiXuePrincess 已提交
416
								},
茶陵後's avatar
茶陵後 已提交
417 418 419 420
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
421
						"createdAt": ""
BaiXuePrincess's avatar
BaiXuePrincess 已提交
422 423 424 425 426
					},
					{
						"title": "框架",
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
427 428 429 430 431 432
								"name": "Hibernate",
								"desc": "对JDBC的轻量级封装,使得开发人员可以像操作对象操作数据库",
								"url": "http://hibernate.org/",
								"icon": "https://img-blog.csdnimg.cn/bdebfea98b554a61aeb760399cb48316.png",
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
433 434
									"GitCode": "https://github.com/hibernate/hibernate-orm"
								},
茶陵後's avatar
茶陵後 已提交
435 436 437
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
438
							{
茶陵後's avatar
茶陵後 已提交
439 440 441 442 443 444
								"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 已提交
445 446
									"GitCode": "https://github.com/apache/struts"
								},
茶陵後's avatar
茶陵後 已提交
447 448 449
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
450
							{
茶陵後's avatar
茶陵後 已提交
451 452 453
								"name": "Spring",
								"desc": "Spring是一个基于IoC和AOP的构架多层j2ee系统的框架",
								"url": "https://spring.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
454
								"icon": "",
茶陵後's avatar
茶陵後 已提交
455 456
								"createdAt": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
457 458
									"GitCode": "https://github.com/spring-projects/spring-framework"
								},
茶陵後's avatar
茶陵後 已提交
459 460 461
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
462
							{
茶陵後's avatar
茶陵後 已提交
463 464 465 466 467 468
								"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": "",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
469 470
									"GitCode": ""
								},
茶陵後's avatar
茶陵後 已提交
471 472 473
								"rate": 5,
								"top": false
							},
BaiXuePrincess's avatar
BaiXuePrincess 已提交
474
							{
茶陵後's avatar
茶陵後 已提交
475 476 477 478 479 480
								"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 已提交
481 482
									"GitCode": "https://github.com/spring-projects/spring-boot"
								},
茶陵後's avatar
茶陵後 已提交
483 484 485 486
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
487
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
488 489
					},
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
490
						"title": "参考资料",
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
491 492
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
493 494 495 496 497 498 499 500 501 502 503 504 505 506 507
								"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 已提交
508
								"urls": {},
茶陵後's avatar
茶陵後 已提交
509
								"rate": 5,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
510
								"top": false
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
511 512
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
513
						"createdAt": ""
Miykael_xxm's avatar
c&cpp  
Miykael_xxm 已提交
514 515
					}
				],
茶陵後's avatar
茶陵後 已提交
516
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
517 518
			},
			{
李少辉-开发者's avatar
李少辉-开发者 已提交
519
				"title": "C/C++",
茶陵後's avatar
茶陵後 已提交
520 521
				"nav": [
					{
Miykael_xxm's avatar
Miykael_xxm 已提交
522
						"title": "热门项目",
茶陵後's avatar
茶陵後 已提交
523 524
						"nav": [
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
525 526 527 528
								"name": "Scrcpy",
								"desc": "Display and control your Android device",
								"url": "https://github.com/Genymobile/scrcpy",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
529
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
530
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
531
									"GitCode": "#"
茶陵後's avatar
茶陵後 已提交
532 533 534 535 536
								},
								"rate": 5,
								"top": false
							},
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
537 538 539 540
								"name": "mpv-player",
								"desc": "🎥 Command line video player",
								"url": "https://github.com/mpv-player/mpv",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
541
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
542 543 544 545
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
546
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
547 548 549 550
								"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
李少辉-开发者 已提交
551
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
552 553 554 555
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
556
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
557 558 559 560
								"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
李少辉-开发者 已提交
561
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
562 563 564 565
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
566
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
567 568 569 570
								"name": "esp-idf",
								"desc": "Espressif IoT Development Framework. Official development framework for ESP32.",
								"url": "https://github.com/espressif/esp-idf",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
571
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
572 573 574 575
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
576
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
577 578 579 580
								"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
李少辉-开发者 已提交
581
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
582 583 584 585
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
586
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
587 588 589 590
								"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
李少辉-开发者 已提交
591
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
592 593 594 595
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
596
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
597 598 599 600
								"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
李少辉-开发者 已提交
601
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
602 603 604 605
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
606
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
607 608 609 610
								"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
李少辉-开发者 已提交
611
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
612 613 614 615
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
616
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
617 618 619 620
								"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
李少辉-开发者 已提交
621
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
622 623 624 625
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
626
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
627 628 629 630
								"name": "SerenityOS",
								"desc": "The Serenity Operating System 🐞",
								"url": "https://github.com/SerenityOS/serenity",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
631
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
632 633 634 635
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
636
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
637 638 639 640
								"name": "spdlog",
								"desc": "Fast C++ logging library",
								"url": "https://github.com/gabime/spdlog",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
641
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
642 643 644 645
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
646
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
647 648 649 650
								"name": "C++那些事",
								"desc": "C++那些事",
								"url": "https://github.com/Light-City/CPlusPlusThings",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
651
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
652 653 654 655
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
656
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
657 658 659 660
								"name": "Calculator",
								"desc": "Windows Calculator: A simple yet powerful calculator that ships with Window",
								"url": "https://github.com/microsoft/calculator",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
661
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
662 663 664 665
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
666
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
667 668 669 670
								"name": "Tesseract-OCR",
								"desc": "Tesseract Open Source OCR Engine",
								"url": "https://github.com/tesseract-ocr/tesseract",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
671
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
672 673 674 675
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
676
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
677 678 679 680
								"name": "ClickHouse",
								"desc": "ClickHouse® is a free analytics DBMS for big data",
								"url": "https://github.com/ClickHouse/ClickHouse",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
681
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
682 683 684 685 686
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
687
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
688
					},
茶陵後's avatar
茶陵後 已提交
689
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
690
						"title": "CSDN C/C++ 学习社区",
茶陵後's avatar
茶陵後 已提交
691 692
						"nav": [
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
693
								"name": "C/C++ 技能树",
Miykael_xxm's avatar
Miykael_xxm 已提交
694
								"desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的C 工程师。它系统地整理了关于C领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。",
李少辉-开发者's avatar
李少辉-开发者 已提交
695 696
								"url": "https://bbs.csdn.net/skill/c",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
697
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
698 699 700 701
								"urls": {},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
702
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
703 704 705 706
								"name": "C/C++ 频道",
								"desc": "聚合 CSDN 社区 c/c++ 优质资源,学习交流的家园",
								"url": "https://blog.csdn.net/nav/c",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
707
								"createdAt": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
708
								"urls": {},
茶陵後's avatar
茶陵後 已提交
709 710 711
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
712
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
713 714 715 716
								"name": "Gitcode C/C++ 语言项目集锦",
								"desc": "C++不仅拥有计算机高效运行的实用性特征,同时还致力于提高大规模程序的编程质量与程序设计语言的问题描述能力。",
								"url": "https://gitcode.net/explore/topics/c++",
								"icon": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
717
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
718 719 720 721 722
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
723
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
724 725 726
					},
					{
						"title": "工具",
茶陵後's avatar
茶陵後 已提交
727 728 729 730 731 732 733 734 735 736 737 738
						"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
李少辉-开发者 已提交
739
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
740 741
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
742
				"createdAt": ""
743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766
			},
			{
				"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
茶陵後 已提交
767
			}
李少辉-开发者's avatar
李少辉-开发者 已提交
768
		],
茶陵後's avatar
茶陵後 已提交
769
		"id": 0,
李少辉-开发者's avatar
李少辉-开发者 已提交
770
		"createdAt": ""
茶陵後's avatar
茶陵後 已提交
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789
	},
	{
		"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 已提交
790
									"GitCode": "https://gitcode.net/mirrors/jquery/jquery"
茶陵後's avatar
茶陵後 已提交
791
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
792
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
793 794 795 796 797 798 799 800 801 802 803
								"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 已提交
804
									"GitCode": "https://gitcode.net/mirrors/webpack/webpack"
茶陵後's avatar
茶陵後 已提交
805
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
806
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
807 808 809 810 811 812 813 814 815 816 817
								"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 已提交
818
									"GitCode": "https://gitcode.net/mirrors/babel/babel"
茶陵後's avatar
茶陵後 已提交
819
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
820
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
821 822 823 824 825 826 827 828 829 830 831
								"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 已提交
832
									"GitCode": "https://gitcode.net/mirrors/eslint/eslint"
茶陵後's avatar
茶陵後 已提交
833
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
834
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
835 836 837 838 839 840 841 842 843
								"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 已提交
844
									"GitCode": "https://gitcode.net/mirrors/stylelint/stylelint"
茶陵後's avatar
茶陵後 已提交
845
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
846
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
847 848 849 850 851 852 853 854 855
								"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 已提交
856
									"GitCode": "https://gitcode.net/mirrors/mochajs/mocha"
茶陵後's avatar
茶陵後 已提交
857
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
858
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
859 860 861 862 863 864 865 866 867
								"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 已提交
868
									"GitCode": "https://gitcode.net/mirrors/dcloudio/mui"
茶陵後's avatar
茶陵後 已提交
869
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
870
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
871 872 873 874 875 876 877 878 879 880 881
								"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 已提交
882
									"GitCode": "https://gitcode.net/mirrors/rollup/rollup"
茶陵後's avatar
茶陵後 已提交
883
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
884
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
885 886 887 888 889 890 891 892 893
								"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 已提交
894
									"GitCode": "https://gitcode.net/mirrors/standard/standard"
茶陵後's avatar
茶陵後 已提交
895
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
896
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
897 898 899 900 901
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
902
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
903 904 905 906 907 908 909
					},
					{
						"title": "常用插件",
						"nav": [
							{
								"name": "Faker",
								"icon": "https://github.com/favicon.ico",
Miykael_xxm's avatar
Miykael_xxm 已提交
910
								"url": "",
茶陵後's avatar
茶陵後 已提交
911 912
								"createdAt": "2021-01-23T09:37:03.055Z",
								"desc": "在Node.js和浏览器中生成大量逼真的假数据",
Miykael_xxm's avatar
Miykael_xxm 已提交
913 914 915
								"urls":{
									"GitCode": "https://gitcode.net/mirrors/Marak/faker.js"
								},
茶陵後's avatar
茶陵後 已提交
916 917 918 919 920 921 922 923
								"rate": 5,
								"top": false
							},
							{
								"name": "sweetalert",
								"desc": "JavaScript Alert 的漂亮替代品",
								"url": "https://sweetalert.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
924
									"GitCode": "https://gitcode.net/mirrors/t4t5/sweetalert"
茶陵後's avatar
茶陵後 已提交
925
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
926
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
927 928 929 930 931 932 933 934 935
								"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 已提交
936
									"GitCode": "https://gitcode.net/mirrors/SortableJS/Sortable"
茶陵後's avatar
茶陵後 已提交
937
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
938
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
939 940 941 942 943 944 945 946
								"rate": 5,
								"top": false
							},
							{
								"name": "formilyjs",
								"desc": "Formily 是一个由阿里巴巴集团多 BU 共建的面向中后台复杂场景的表单解决方案,它也是一个表单框架",
								"url": "https://formilyjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
947
									"GitCode": "https://gitcode.net/mirrors/alibaba/formily"
茶陵後's avatar
茶陵後 已提交
948
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
949
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
950 951 952 953 954 955 956 957 958
								"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 已提交
959
									"GitCode": "https://gitcode.net/mirrors/rough-stuff/rough-notation"
茶陵後's avatar
茶陵後 已提交
960
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
961
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
962 963 964 965 966 967 968 969 970
								"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 已提交
971
									"GitCode": "https://gitcode.net/mirrors/antvis/"
茶陵後's avatar
茶陵後 已提交
972
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
973
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
974 975 976 977 978 979 980 981 982 983 984
								"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 已提交
985
									"GitCode": "https://gitcode.net/mirrors/lodash/lodash"
茶陵後's avatar
茶陵後 已提交
986
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
987
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
988 989 990 991 992 993 994 995 996 997 998
								"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 已提交
999
									"GitCode": "https://gitcode.net/mirrors/nolimits4web/swiper"
茶陵後's avatar
茶陵後 已提交
1000
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1001
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1002 1003 1004 1005 1006 1007 1008
								"rate": 5,
								"top": false
							},
							{
								"name": "fastclick",
								"desc": "Polyfill 解决移动端具有300ms延迟的库",
								"url": "https://github.com/ftlabs/fastclick",
李少辉-开发者's avatar
李少辉-开发者 已提交
1009
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1010 1011 1012 1013 1014 1015 1016 1017 1018
								"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 已提交
1019
									"GitCode": "https://gitcode.net/mirrors/sentsin/layer/"
茶陵後's avatar
茶陵後 已提交
1020
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1021
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032
								"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 已提交
1033
									"GitCode": "https://gitcode.net/mirrors/moment/moment"
茶陵後's avatar
茶陵後 已提交
1034
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1035
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1036 1037 1038 1039 1040 1041 1042
								"rate": 5,
								"top": false
							},
							{
								"name": "js-cookie",
								"desc": "一个简单,轻量级的JavaScript API,用于处理浏览器cookie",
								"url": "https://github.com/js-cookie/js-cookie",
李少辉-开发者's avatar
李少辉-开发者 已提交
1043
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1044 1045 1046 1047 1048 1049 1050 1051
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "qs",
								"desc": "具有嵌套支持的查询字符串解析器",
								"url": "https://github.com/ljharb/qs",
李少辉-开发者's avatar
李少辉-开发者 已提交
1052
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1053 1054 1055 1056 1057 1058 1059 1060 1061
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Mock.js",
								"desc": "生成随机数据,拦截 Ajax 请求",
								"url": "http://mockjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1062
									"GitCode": "https://gitcode.net/mirrors/nuysoft/Mock"
茶陵後's avatar
茶陵後 已提交
1063
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1064
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1065 1066 1067 1068 1069 1070 1071 1072 1073
								"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 已提交
1074
									"GitCode": "https://gitcode.net/mirrors/gitalk/gitalk"
茶陵後's avatar
茶陵後 已提交
1075
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1076
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1077 1078 1079 1080 1081 1082 1083 1084 1085
								"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 已提交
1086
									"GitCode": "https://gitcode.net/mirrors/PrismJS/prism"
茶陵後's avatar
茶陵後 已提交
1087
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1088
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1089 1090 1091 1092 1093 1094 1095 1096
								"rate": 5,
								"top": false
							},
							{
								"name": "nprogress",
								"desc": "顶部加载进度条",
								"url": "http://ricostacruz.com/nprogress/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1097
									"GitCode": "https://gitcode.net/mirrors/rstacruz/nprogress"
茶陵後's avatar
茶陵後 已提交
1098
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1099
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1100 1101 1102 1103 1104 1105 1106 1107
								"rate": 5,
								"top": false
							},
							{
								"name": "iNotify",
								"desc": "JS实现浏览器标题闪烁,滚动,语音提示,Chrome/Safari/FireFox/IE通知",
								"url": "https://git.io/iNotify",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1108
									"GitCode": "https://gitcode.net/mirrors/jaywcjlove/iNotify"
茶陵後's avatar
茶陵後 已提交
1109
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1110
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1111 1112 1113 1114 1115 1116 1117 1118
								"rate": 5,
								"top": false
							},
							{
								"name": "html2canvas",
								"desc": "最流行的JavaScript屏幕截图",
								"url": "https://html2canvas.hertzen.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1119
									"GitCode": "https://gitcode.net/mirrors/niklasvh/html2canvas"
茶陵後's avatar
茶陵後 已提交
1120
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1121
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1122 1123 1124 1125 1126 1127 1128
								"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
李少辉-开发者 已提交
1129
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1130 1131 1132 1133 1134 1135 1136 1137 1138
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "JsBarcode",
								"desc": "易于使用但功能强大的条形码生成器,适用于Web和Node.js",
								"url": "https://lindell.me/JsBarcode/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1139
									"GitCode": "https://gitcode.net/mirrors/lindell/JsBarcode"
茶陵後's avatar
茶陵後 已提交
1140
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1141
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1142 1143 1144 1145 1146 1147 1148 1149
								"rate": 5,
								"top": false
							},
							{
								"name": "clipboard.js",
								"desc": "现代复制到剪贴板。没有Flash。只需3kb gzipped。",
								"url": "https://clipboardjs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1150
									"GitCode": "https://gitcode.net/mirrors/zenorocha/clipboard.js"
茶陵後's avatar
茶陵後 已提交
1151
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1152
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1153 1154 1155 1156 1157 1158 1159
								"rate": 5,
								"top": false
							},
							{
								"name": "lib-flexible",
								"desc": "可伸缩布局方案, 淘宝rem解决方案",
								"url": "https://github.com/amfe/lib-flexible",
李少辉-开发者's avatar
李少辉-开发者 已提交
1160
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1161 1162 1163 1164 1165 1166 1167 1168
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "js-xss",
								"desc": "根据白名单过滤HTML(防止XSS攻击)",
								"url": "https://github.com/leizongmin/js-xss",
李少辉-开发者's avatar
李少辉-开发者 已提交
1169
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1170 1171 1172 1173 1174 1175 1176 1177 1178
								"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 已提交
1179
									"GitCode": "https://gitcode.net/mirrors/mescroll/mescroll"
茶陵後's avatar
茶陵後 已提交
1180
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1181
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1182 1183 1184 1185 1186 1187 1188 1189
								"rate": 5,
								"top": false
							},
							{
								"name": "better-scroll",
								"desc": "灵感来自iscroll,它具有更好的滚动性能",
								"url": "https://ustbhuangyi.github.io/better-scroll/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1190
									"GitCode": "https://gitcode.net/mirrors/ustbhuangyi/better-scroll"
茶陵後's avatar
茶陵後 已提交
1191
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1192
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1193 1194 1195 1196 1197 1198 1199 1200
								"rate": 5,
								"top": false
							},
							{
								"name": "pinyinjs",
								"desc": "一个实现汉字与拼音互转的小巧web工具库",
								"url": "http://demo.haoji.me/pinyinjs/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1201
									"GitCode": "https://gitcode.net/mirrors/sxei/pinyinjs"
茶陵後's avatar
茶陵後 已提交
1202
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1203
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1204 1205 1206 1207 1208 1209 1210
								"rate": 5,
								"top": false
							},
							{
								"name": "ms",
								"desc": "使用此包可以轻松地将各种时间格式转换为毫秒。",
								"url": "https://github.com/zeit/ms",
李少辉-开发者's avatar
李少辉-开发者 已提交
1211
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221
								"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 已提交
1222
									"GitCode": "https://gitcode.net/mirrors/ramda/ramda"
茶陵後's avatar
茶陵後 已提交
1223
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1224
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1225 1226 1227 1228 1229 1230 1231 1232
								"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 已提交
1233
									"GitCode": "https://gitcode.net/mirrors/MikeMcl/decimal.js/"
茶陵後's avatar
茶陵後 已提交
1234
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1235
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1236 1237 1238 1239 1240 1241 1242
								"rate": 5,
								"top": false
							},
							{
								"name": "copy-to-clipboard",
								"desc": "简单的模块公开copy功能,它将尝试使用execCommand与特定于IE的clipboardData接口的回退,最后,通常prompt使用适当的文本内容和消息",
								"url": "https://github.com/sudodoki/copy-to-clipboard",
李少辉-开发者's avatar
李少辉-开发者 已提交
1243
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1244 1245 1246 1247 1248 1249 1250 1251
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "path-to-regexp",
								"desc": "将字符串路径转换成正则表达式",
								"url": "https://github.com/pillarjs/path-to-regexp",
李少辉-开发者's avatar
李少辉-开发者 已提交
1252
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1253 1254 1255 1256 1257 1258 1259 1260 1261
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "autosize",
								"desc": "autosize是一个小的独立脚本,可以自动调整textarea域的高度以适合文本",
								"url": "http://www.jacklmoore.com/autosize/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1262
									"GitCode": "https://gitcode.net/mirrors/jackmoore/autosize"
茶陵後's avatar
茶陵後 已提交
1263
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1264
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1265 1266 1267 1268 1269 1270 1271
								"rate": 5,
								"top": false
							},
							{
								"name": "shake.js",
								"desc": "监听手机设备摇动",
								"url": "https://github.com/alexgibson/shake.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1272
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1273 1274 1275 1276 1277 1278 1279 1280 1281
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "progressbar",
								"desc": "可以轻松地为Web创建响应式和时尚的进度栏。动画即使在移动设备上也表现良好",
								"url": "https://kimmobrunfeldt.github.io/progressbar.js/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1282
									"GitCode": "https://gitcode.net/mirrors/kimmobrunfeldt/progressbar.js"
茶陵後's avatar
茶陵後 已提交
1283
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1284
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1285 1286 1287 1288 1289 1290 1291 1292 1293
								"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 已提交
1294
									"GitCode": "https://gitcode.net/mirrors/easy-mock/easy-mock/blob/dev/README.zh-CN.md"
茶陵後's avatar
茶陵後 已提交
1295
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1296
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1297 1298 1299 1300 1301 1302 1303 1304 1305
								"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 已提交
1306
									"GitCode": "https://gitcode.net/mirrors/josephschmitt/Clamp.js"
茶陵後's avatar
茶陵後 已提交
1307
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1308
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1309 1310 1311 1312 1313 1314 1315
								"rate": 5,
								"top": false
							},
							{
								"name": "json-bigint",
								"desc": "带有bigints支持的JSON.parse / stringify",
								"url": "https://github.com/sidorares/json-bigint",
李少辉-开发者's avatar
李少辉-开发者 已提交
1316
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1317 1318 1319 1320 1321 1322 1323 1324
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "exif-js",
								"desc": "用于读取EXIF图像元数据的JavaScript库",
								"url": "https://github.com/exif-js/exif-js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1325
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1326 1327 1328 1329 1330 1331 1332 1333
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "lunr.js",
								"desc": "Lunr.js是一个用于浏览器的小型全文本搜索库。它为JSON文档建立索引,并提供一个简单的搜索界面来检索与文本查询最匹配的文档",
								"url": "https://github.com/olivernn/lunr.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1334
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1335 1336 1337 1338 1339 1340 1341 1342 1343
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "hotkeys",
								"desc": "强大的Javascript库,用于捕获键盘输入和输入的按键组合。它没有依赖性。",
								"url": "https://wangchujiang.com/hotkeys/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1344
									"GitCode": "https://gitcode.net/mirrors/jaywcjlove/hotkeys"
茶陵後's avatar
茶陵後 已提交
1345
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1346
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1347 1348 1349 1350 1351 1352 1353
								"rate": 5,
								"top": false
							},
							{
								"name": "dom-to-image",
								"desc": "使用HTML5 canvas从DOM节点生成图像",
								"url": "https://github.com/tsayen/dom-to-image",
李少辉-开发者's avatar
李少辉-开发者 已提交
1354
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364
								"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 已提交
1365
									"GitCode": "https://gitcode.net/mirrors/single-spa/single-spa"
茶陵後's avatar
茶陵後 已提交
1366
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1367
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1368 1369 1370 1371 1372 1373 1374 1375 1376
								"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 已提交
1377
									"GitCode": "https://gitcode.net/mirrors/umijs/qiankun"
茶陵後's avatar
茶陵後 已提交
1378
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1379
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1380 1381 1382 1383 1384 1385 1386 1387 1388
								"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 已提交
1389
									"GitCode": "https://gitcode.net/mirrors/ai/nanoid"
茶陵後's avatar
茶陵後 已提交
1390
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1391
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1392 1393 1394 1395 1396 1397 1398 1399
								"rate": 5,
								"top": false
							},
							{
								"name": "Numeral-js",
								"desc": "一个用于格式化和处理数字的javascript库",
								"url": "http://numeraljs.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1400
									"GitCode": "https://gitcode.net/mirrors/adamwdraper/Numeral-js"
茶陵後's avatar
茶陵後 已提交
1401
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1402
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1403 1404 1405 1406 1407 1408 1409 1410
								"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 已提交
1411
									"GitCode": "https://gitcode.net/mirrors/faisalman/ua-parser-js"
茶陵後's avatar
茶陵後 已提交
1412
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1413
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1414 1415 1416 1417 1418 1419 1420 1421 1422
								"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 已提交
1423
									"GitCode": "https://gitcode.net/mirrors/hammerjs/hammer.js"
茶陵後's avatar
茶陵後 已提交
1424
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1425
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1426 1427 1428 1429 1430
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1431
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1432 1433 1434 1435 1436 1437 1438 1439 1440 1441
					},
					{
						"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 已提交
1442
									"GitCode": "https://gitcode.net/mirrors/i18next/i18next"
茶陵後's avatar
茶陵後 已提交
1443
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1444
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1445 1446 1447 1448 1449 1450 1451 1452 1453
								"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 已提交
1454
									"GitCode": "https://gitcode.net/mirrors/lingui/js-lingui"
茶陵後's avatar
茶陵後 已提交
1455
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1456
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1457 1458 1459 1460 1461
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1462
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1463 1464 1465 1466 1467 1468 1469 1470 1471
					},
					{
						"title": "动画",
						"nav": [
							{
								"name": "wow.js",
								"desc": "基于Animate.css,向下滚动页面时显示CSS动画,轻松自定义动画设置:样式,延迟,长度,偏移,迭代...",
								"url": "http://mynameismatthieu.com/WOW/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1472
									"GitCode": "https://gitcode.net/mirrors/matthieua/WOW"
茶陵後's avatar
茶陵後 已提交
1473
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1474
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1475 1476 1477 1478 1479 1480 1481
								"rate": 5,
								"top": false
							},
							{
								"name": "Waves",
								"desc": "受Google材质设计启发的点击效果, 波纹效果",
								"url": "http://fian.my.id/Waves/#examples",
李少辉-开发者's avatar
李少辉-开发者 已提交
1482
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1483 1484 1485 1486 1487 1488 1489 1490 1491
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "velocity",
								"desc": "加速JavaScript动画",
								"url": "http://velocityjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1492
									"GitCode": "https://gitcode.net/mirrors/julianshapiro/velocity"
茶陵後's avatar
茶陵後 已提交
1493
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1494
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1495 1496 1497 1498 1499 1500 1501 1502
								"rate": 5,
								"top": false
							},
							{
								"name": "anime",
								"desc": "轻量级的JavaScript动画库。它适用于任何CSS属性,单个CSS转换,SVG或任何DOM属性以及JavaScript对象",
								"url": "http://animejs.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1503
									"GitCode": "https://gitcode.net/mirrors/juliangarnier/anime"
茶陵後's avatar
茶陵後 已提交
1504
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1505
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1506 1507 1508 1509 1510 1511 1512 1513
								"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 已提交
1514
									"GitCode": "https://gitcode.net/mirrors/Varin6/Hover-Buttons"
茶陵後's avatar
茶陵後 已提交
1515
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1516
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1517 1518 1519 1520 1521
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1522
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1523 1524 1525 1526 1527 1528 1529 1530 1531
					},
					{
						"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 已提交
1532
									"GitCode": "https://gitcode.net/mirrors/blueimp/JavaScript-MD5"
茶陵後's avatar
茶陵後 已提交
1533
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1534
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1535 1536 1537 1538 1539 1540
								"rate": 5,
								"top": false
							},
							{
								"name": "js-sha1",
								"desc": "JavaScript的简单SHA1哈希函数支持UTF-8编码。",
Miykael_xxm's avatar
Miykael_xxm 已提交
1541
								"url": "",
茶陵後's avatar
茶陵後 已提交
1542
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1543
									"GitCode": "https://gitcode.net/mirrors/emn178/js-sha1"
茶陵後's avatar
茶陵後 已提交
1544
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1545
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1546 1547 1548 1549 1550 1551 1552
								"rate": 5,
								"top": false
							},
							{
								"name": "js-base64",
								"desc": "JavaScript的Base64实现",
								"url": "https://github.com/dankogai/js-base64",
李少辉-开发者's avatar
李少辉-开发者 已提交
1553
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1554 1555 1556 1557 1558 1559 1560 1561 1562
								"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 已提交
1563
									"GitCode": "https://gitcode.net/mirrors/Caligatio/jsSHA"
茶陵後's avatar
茶陵後 已提交
1564
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1565
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1566 1567 1568 1569 1570 1571 1572 1573
								"rate": 5,
								"top": false
							},
							{
								"name": "crypto-js",
								"desc": "加密标准的JavaScript库",
								"url": "https://cryptojs.gitbook.io",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1574
									"GitCode": "https://gitcode.net/mirrors/brix/crypto-js"
茶陵後's avatar
茶陵後 已提交
1575
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1576
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1577 1578 1579 1580 1581
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1582
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1583 1584 1585 1586 1587 1588 1589 1590 1591
					},
					{
						"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 已提交
1592
									"GitCode": "https://gitcode.net/mirrors/mozilla/pdf.js"
茶陵後's avatar
茶陵後 已提交
1593
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1594
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1595 1596 1597 1598 1599 1600 1601 1602
								"rate": 5,
								"top": false
							},
							{
								"name": "webuploader",
								"desc": "百度出品,采用大文件分片并发上传,极大的提高了文件上传效率。",
								"url": "http://fex.baidu.com/webuploader/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1603
									"GitCode": "https://gitcode.net/mirrors/fex-team/webuploader"
茶陵後's avatar
茶陵後 已提交
1604
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1605
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1606 1607 1608 1609 1610 1611 1612 1613
								"rate": 5,
								"top": false
							},
							{
								"name": "pdfmake",
								"desc": "纯JavaScript中的客户端/服务器端PDF打印, HTML转换Pdf",
								"url": "http://pdfmake.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1614
									"GitCode": "https://gitcode.net/mirrors/bpampuch/pdfmake"
茶陵後's avatar
茶陵後 已提交
1615
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1616
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1617 1618 1619 1620 1621 1622 1623 1624
								"rate": 5,
								"top": false
							},
							{
								"name": "ViewerJS",
								"desc": "JavaScript中的文档阅读器, pdf/ppt/opt/odt等文件渲染成HTML",
								"url": "https://viewerjs.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1625
									"GitCode": "https://gitcode.net/mirrors/kogmbh/ViewerJS"
茶陵後's avatar
茶陵後 已提交
1626
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1627
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1628 1629 1630 1631 1632 1633 1634 1635
								"rate": 5,
								"top": false
							},
							{
								"name": "filepond",
								"desc": "灵活而有趣的JavaScript文件上传库",
								"url": "https://pqina.nl/filepond/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1636
									"GitCode": "https://gitcode.net/mirrors/pqina/filepond"
茶陵後's avatar
茶陵後 已提交
1637
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1638
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1639 1640 1641 1642 1643 1644 1645
								"rate": 5,
								"top": false
							},
							{
								"name": "FileSaver.js",
								"desc": "客户端保存文件的解决方案,非常适合在客户端上生成文件的Web应用程序",
								"url": "https://github.com/eligrey/FileSaver.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1646
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1647 1648 1649 1650 1651 1652 1653 1654 1655
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "jsPDF",
								"desc": "一个使用JavaScript生成PDF的库",
								"url": "https://parall.ax/products/jspdf",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1656
									"GitCode": "https://gitcode.net/mirrors/MrRio/jsPDF"
茶陵後's avatar
茶陵後 已提交
1657
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1658
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1659 1660 1661 1662 1663
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1664
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1665 1666 1667 1668 1669 1670 1671 1672 1673
					},
					{
						"title": "图片预览",
						"nav": [
							{
								"name": "PhotoSwipe",
								"desc": "适用于移动和桌面的JavaScript图像库, 图片预览",
								"url": "http://photoswipe.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1674
									"GitCode": "https://gitcode.net/mirrors/dimsemenov/PhotoSwipe"
茶陵後's avatar
茶陵後 已提交
1675
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1676
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1677 1678 1679 1680 1681 1682 1683 1684
								"rate": 5,
								"top": false
							},
							{
								"name": "viewerjs",
								"desc": "javascript图片预览",
								"url": "https://fengyuanchen.github.io/viewerjs/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1685
									"GitCode": "https://gitcode.net/mirrors/fengyuanchen/viewerjs"
茶陵後's avatar
茶陵後 已提交
1686
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1687
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1688 1689 1690 1691 1692
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1693
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703
					},
					{
						"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 已提交
1704
									"GitCode": "https://gitcode.net/mirrors/goldfire/howler.js"
茶陵後's avatar
茶陵後 已提交
1705
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1706
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1707 1708 1709 1710 1711 1712 1713 1714 1715 1716
								"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 已提交
1717
									"GitCode": "https://gitcode.net/mirrors/MoePlayer/DPlayer"
茶陵後's avatar
茶陵後 已提交
1718
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1719
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729
								"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 已提交
1730
									"GitCode": "https://gitcode.net/mirrors/MoePlayer/APlayer"
茶陵後's avatar
茶陵後 已提交
1731
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1732
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1733 1734 1735 1736 1737
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1738
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750
					},
					{
						"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 已提交
1751
									"GitCode": "https://gitcode.net/mirrors/mrdoob/three.js"
茶陵後's avatar
茶陵後 已提交
1752
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1753
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1754 1755 1756 1757 1758 1759 1760
								"rate": 5,
								"top": false
							},
							{
								"name": "flowy",
								"desc": "创建流程图的最小JavaScript库",
								"url": "https://github.com/alyssaxuu/flowy",
李少辉-开发者's avatar
李少辉-开发者 已提交
1761
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1762 1763 1764 1765 1766 1767 1768 1769 1770 1771
								"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 已提交
1772
									"GitCode": "https://gitcode.net/mirrors/apache/incubator-echarts"
茶陵後's avatar
茶陵後 已提交
1773
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1774
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1775 1776 1777 1778 1779 1780 1781 1782
								"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
李少辉-开发者 已提交
1783
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1784 1785 1786 1787 1788 1789
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1790
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802
					},
					{
						"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 已提交
1803
									"GitCode": "https://gitcode.net/mirrors/uikit/uikit"
茶陵後's avatar
茶陵後 已提交
1804
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1805
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1806 1807 1808 1809 1810
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1811
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1812 1813 1814 1815 1816 1817 1818 1819
					},
					{
						"title": "原生APP交互webview桥接",
						"nav": [
							{
								"name": "JsBridge",
								"desc": "android java和javascript桥接,灵感来自微信webview jsbridge",
								"url": "https://github.com/lzyzsd/JsBridge",
李少辉-开发者's avatar
李少辉-开发者 已提交
1820
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1821 1822 1823 1824 1825 1826 1827 1828
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "DSBridge-Android",
								"desc": "一个现代的跨平台JavaScript桥接,通过它您可以在JavaScript和本机之间同步或异步地调用彼此的功能",
								"url": "https://github.com/wendux/DSBridge-Android",
李少辉-开发者's avatar
李少辉-开发者 已提交
1829
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1830 1831 1832 1833 1834 1835
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1836
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1837 1838 1839 1840 1841 1842 1843 1844
					},
					{
						"title": "参数验证",
						"nav": [
							{
								"name": "joi",
								"desc": "对象模式验证",
								"url": "https://github.com/hapijs/joi",
李少辉-开发者's avatar
李少辉-开发者 已提交
1845
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1846 1847 1848 1849 1850 1851 1852 1853
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "validator.js",
								"desc": "字符串验证插件、表单验证",
								"url": "https://github.com/chriso/validator.js",
李少辉-开发者's avatar
李少辉-开发者 已提交
1854
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1855 1856 1857 1858 1859 1860 1861 1862
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "async-validator",
								"desc": "异步验证器",
								"url": "https://github.com/yiminghe/async-validator",
李少辉-开发者's avatar
李少辉-开发者 已提交
1863
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1864 1865 1866 1867 1868 1869 1870 1871 1872
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "yup",
								"desc": "无效的简单对象架构验证",
								"url": "https://runkit.com/jquense/yup",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1873
									"GitCode": "https://gitcode.net/mirrors/jquense/yup#using-a-custom-locale-dictionary"
茶陵後's avatar
茶陵後 已提交
1874
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1875
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1876 1877 1878 1879 1880
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1881
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1882 1883 1884 1885 1886 1887 1888 1889 1890
					},
					{
						"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
李少辉-开发者 已提交
1891
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1892 1893 1894 1895 1896 1897
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1898
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908
					},
					{
						"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 已提交
1909
									"GitCode": "https://gitcode.net/mirrors/usablica/intro.js"
茶陵後's avatar
茶陵後 已提交
1910
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1911
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1912 1913 1914 1915 1916 1917 1918 1919 1920
								"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 已提交
1921
									"GitCode": "https://gitcode.net/mirrors/shipshapecode/shepherd"
茶陵後's avatar
茶陵後 已提交
1922
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1923
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1924 1925 1926 1927 1928 1929 1930 1931
								"rate": 5,
								"top": false
							},
							{
								"name": "bootstrap-tour",
								"desc": "使用Twitter Bootstrap Popovers快速方便地进行产品浏览",
								"url": "http://bootstraptour.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
1932
									"GitCode": "https://gitcode.net/mirrors/sorich87/bootstrap-tour"
茶陵後's avatar
茶陵後 已提交
1933
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1934
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1935 1936 1937 1938 1939
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1940
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1941 1942 1943
					}
				],
				"collapsed": false,
李少辉-开发者's avatar
李少辉-开发者 已提交
1944
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959
			},
			{
				"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 已提交
1960
									"GitCode": "https://gitcode.net/mirrors/facebook/react/"
茶陵後's avatar
茶陵後 已提交
1961
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1962
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
								"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 已提交
1973
									"GitCode": "https://gitcode.net/mirrors/ReactTraining/react-router"
茶陵後's avatar
茶陵後 已提交
1974
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1975
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986
								"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 已提交
1987
									"GitCode": "https://gitcode.net/mirrors/reduxjs/redux"
茶陵後's avatar
茶陵後 已提交
1988
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
1989
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
1990 1991 1992 1993 1994 1995 1996 1997 1998 1999
								"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 已提交
2000
									"GitCode": "https://gitcode.net/mirrors/facebook/create-react-app"
茶陵後's avatar
茶陵後 已提交
2001
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2002
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2003 2004 2005 2006
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2007
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2008 2009 2010 2011 2012 2013 2014 2015 2016
					},
					{
						"title": "Redux相关",
						"nav": [
							{
								"name": "React Redux",
								"desc": "Redux的官方React绑定(通常配合redux使用)",
								"url": "https://react-redux.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2017
									"GitCode": "https://gitcode.net/mirrors/reduxjs/react-redux"
茶陵後's avatar
茶陵後 已提交
2018
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2019
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2020 2021 2022 2023 2024 2025 2026 2027
								"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 已提交
2028
									"GitCode": "https://gitcode.net/mirrors/redux-utilities/redux-actions"
茶陵後's avatar
茶陵後 已提交
2029
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2030
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2031 2032 2033 2034 2035 2036 2037
								"rate": 5,
								"top": false
							},
							{
								"name": "redux-thunk",
								"desc": "Redux的Thunk中间件, 用于处理异步逻辑",
								"url": "https://github.com/reduxjs/redux-thunk",
李少辉-开发者's avatar
李少辉-开发者 已提交
2038
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2039 2040 2041 2042 2043 2044 2045 2046 2047 2048
								"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 已提交
2049
									"GitCode": "https://gitcode.net/mirrors/redux-saga/redux-saga"
茶陵後's avatar
茶陵後 已提交
2050
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2051
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2052 2053 2054 2055
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2056
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067
					},
					{
						"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 已提交
2068
									"GitCode": "https://gitcode.net/mirrors/facebook/react-native"
茶陵後's avatar
茶陵後 已提交
2069
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2070
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081
								"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 已提交
2082
									"GitCode": "https://gitcode.net/mirrors/react-navigation/react-navigation"
茶陵後's avatar
茶陵後 已提交
2083
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2084
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2085 2086 2087 2088 2089 2090 2091 2092 2093
								"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 已提交
2094
									"GitCode": "https://gitcode.net/mirrors/expo/expo"
茶陵後's avatar
茶陵後 已提交
2095
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2096
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107
								"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 已提交
2108
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile-rn"
茶陵後's avatar
茶陵後 已提交
2109
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2110
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2111 2112 2113 2114
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2115
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127
					},
					{
						"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 已提交
2128
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design"
茶陵後's avatar
茶陵後 已提交
2129
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2130
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141
								"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 已提交
2142
									"GitCode": "https://gitcode.net/mirrors/mui-org/material-ui"
茶陵後's avatar
茶陵後 已提交
2143
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2144
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155
								"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 已提交
2156
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element-react"
茶陵後's avatar
茶陵後 已提交
2157
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2158
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2159 2160 2161 2162 2163 2164 2165 2166 2167
								"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 已提交
2168
									"GitCode": "https://gitcode.net/mirrors/react-bootstrap/react-bootstrap"
茶陵後's avatar
茶陵後 已提交
2169
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2170
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2171 2172 2173 2174 2175 2176 2177 2178
								"rate": 5,
								"top": false
							},
							{
								"name": "evergreen",
								"desc": "Evergreen是一个React UI框架,用于在Web上构建雄心勃勃的产品。由Segment带给您。",
								"url": "https://evergreen.segment.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2179
									"GitCode": "https://gitcode.net/mirrors/segmentio/evergreen"
茶陵後's avatar
茶陵後 已提交
2180
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2181
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2182 2183 2184 2185 2186 2187 2188 2189
								"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 已提交
2190
									"GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next"
茶陵後's avatar
茶陵後 已提交
2191
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2192
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2193 2194 2195 2196 2197 2198 2199 2200 2201
								"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 已提交
2202
									"GitCode": "https://gitcode.net/mirrors/youzan/zent"
茶陵後's avatar
茶陵後 已提交
2203
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2204
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2205 2206 2207 2208 2209 2210 2211 2212
								"rate": 5,
								"top": false
							},
							{
								"name": "React95",
								"desc": "装修一新的现代的应用程序做出React Windows95的UI组件。",
								"url": "https://arturbien.github.io/React95",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2213
									"GitCode": "https://gitcode.net/mirrors/arturbien/React95"
茶陵後's avatar
茶陵後 已提交
2214
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2215
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2216 2217 2218 2219 2220 2221 2222 2223 2224
								"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 已提交
2225
									"GitCode": "https://gitcode.net/mirrors/rsuite/rsuite"
茶陵後's avatar
茶陵後 已提交
2226
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2227
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2228 2229 2230 2231 2232 2233 2234 2235 2236
								"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 已提交
2237
									"GitCode": "https://gitcode.net/mirrors/chakra-ui/chakra-ui"
茶陵後's avatar
茶陵後 已提交
2238
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2239
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2240 2241 2242 2243
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2244
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256
					},
					{
						"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 已提交
2257
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile/stargazers/"
茶陵後's avatar
茶陵後 已提交
2258
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2259
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2260 2261 2262 2263
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2264
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2265 2266 2267 2268 2269 2270 2271
					},
					{
						"title": "其他组件库",
						"nav": [
							{
								"name": "React Helmet",
								"desc": "这个可重用的反应组件将管理对文档头的所有更改",
Miykael_xxm's avatar
Miykael_xxm 已提交
2272
								"url": "",
茶陵後's avatar
茶陵後 已提交
2273
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2274
									"GitCode": "https://gitcode.net/mirrors/nfl/react-helmet"
茶陵後's avatar
茶陵後 已提交
2275
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2276
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2277 2278 2279 2280 2281 2282 2283
								"rate": 5,
								"top": false
							},
							{
								"name": "react-image-crop",
								"desc": "用于React的响应式图像裁剪工具",
								"url": "https://github.com/DominicTobias/react-image-crop",
李少辉-开发者's avatar
李少辉-开发者 已提交
2284
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2285 2286 2287 2288 2289 2290 2291 2292 2293
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "React Helmet",
								"desc": "这个可重用的反应组件将管理对文档头的所有更改",
								"url": "https://github.com/nfl/react-helmet",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2294
									"GitCode": "https://gitcode.net/mirrors/DominicTobias/react-image-crop"
茶陵後's avatar
茶陵後 已提交
2295
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2296
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2297 2298 2299 2300 2301 2302 2303 2304 2305
								"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 已提交
2306
									"GitCode": "https://gitcode.net/mirrors/reactjs/react-transition-group"
茶陵後's avatar
茶陵後 已提交
2307
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2308
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2309 2310 2311 2312 2313 2314 2315
								"rate": 5,
								"top": false
							},
							{
								"name": "React Loadable",
								"desc": "用于加载具有promise的组件的更高阶组件 - 路由懒加载",
								"url": "https://github.com/jamiebuilds/react-loadable",
李少辉-开发者's avatar
李少辉-开发者 已提交
2316
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2317 2318 2319 2320 2321 2322 2323 2324
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-swipe",
								"desc": "基于swipe.js封装的react组件/走马灯",
								"url": "https://github.com/voronianski/react-swipe",
李少辉-开发者's avatar
李少辉-开发者 已提交
2325
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2326 2327 2328 2329 2330 2331 2332 2333 2334
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Ant Motion",
								"desc": "使用 Ant Motion 能够快速在 React 框架中使用动画,我们提供了单项,组合动画,以及整套解决方案",
								"url": "https://motion.ant.design/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2335
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-motion/"
茶陵後's avatar
茶陵後 已提交
2336
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2337
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2338 2339 2340 2341 2342 2343 2344 2345
								"rate": 5,
								"top": false
							},
							{
								"desc": "网络视频播放器使用React库从头开始构建HTML5世界",
								"name": "video-react",
								"url": "https://video-react.js.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2346
									"GitCode": "https://gitcode.net/mirrors/video-react/video-react"
茶陵後's avatar
茶陵後 已提交
2347
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2348
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2349 2350 2351 2352 2353 2354 2355
								"rate": 5,
								"top": false
							},
							{
								"name": "react-keeper",
								"desc": "一个react路由库,更适合移动端使用,拥有缓存等功能",
								"url": "https://github.com/vifird/react-keeper",
李少辉-开发者's avatar
李少辉-开发者 已提交
2356
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2357 2358 2359 2360 2361 2362 2363 2364 2365
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Fusion Design",
								"desc": "基于React构建的Web可配置组件库",
								"url": "https://fusion.design",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2366
									"GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next"
茶陵後's avatar
茶陵後 已提交
2367
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2368
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2369 2370 2371 2372 2373 2374 2375 2376 2377
								"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 已提交
2378
									"GitCode": "https://gitcode.net/mirrors/recharts/recharts"
茶陵後's avatar
茶陵後 已提交
2379
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2380
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2381 2382 2383 2384 2385 2386 2387 2388
								"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 已提交
2389
									"GitCode": "https://gitcode.net/mirrors/mac-s-g/react-json-view"
茶陵後's avatar
茶陵後 已提交
2390
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2391
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2392 2393 2394 2395 2396 2397 2398 2399
								"rate": 5,
								"top": false
							},
							{
								"name": "BizCharts",
								"desc": "基于G2和React的强大数据可视化库",
								"url": "https://bizcharts.net/products/bizCharts",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2400
									"GitCode": "https://gitcode.net/mirrors/alibaba/BizCharts"
茶陵後's avatar
茶陵後 已提交
2401
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2402
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2403 2404 2405 2406 2407 2408 2409
								"rate": 5,
								"top": false
							},
							{
								"name": "react-draggable",
								"desc": "一个简单的组件,用于使元素可拖动",
								"url": "https://github.com/mzabriskie/react-draggable",
李少辉-开发者's avatar
李少辉-开发者 已提交
2410
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2411 2412 2413 2414 2415 2416 2417 2418 2419
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "react-slick",
								"desc": "react走马灯组件",
								"url": "https://react-slick.neostack.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2420
									"GitCode": "https://gitcode.net/mirrors/akiran/react-slick"
茶陵後's avatar
茶陵後 已提交
2421
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2422
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2423 2424 2425 2426 2427 2428 2429 2430
								"rate": 5,
								"top": false
							},
							{
								"name": "react-color",
								"desc": "react 拾色器",
								"url": "http://casesandberg.github.io/react-color/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2431
									"GitCode": "https://gitcode.net/mirrors/casesandberg/react-color"
茶陵後's avatar
茶陵後 已提交
2432
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2433
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2434 2435 2436 2437 2438 2439 2440 2441
								"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
李少辉-开发者 已提交
2442
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2443 2444 2445 2446 2447 2448 2449 2450 2451 2452
								"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 已提交
2453
									"GitCode": "https://gitcode.net/mirrors/adazzle/react-data-grid"
茶陵後's avatar
茶陵後 已提交
2454
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2455
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2456 2457 2458 2459 2460 2461 2462 2463 2464
								"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 已提交
2465
									"GitCode": "https://gitcode.net/mirrors/bvaughn/react-virtualized"
茶陵後's avatar
茶陵後 已提交
2466
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2467
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2468 2469 2470 2471 2472 2473 2474 2475 2476
								"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 已提交
2477
									"GitCode": "https://gitcode.net/mirrors/FormidableLabs/react-live"
茶陵後's avatar
茶陵後 已提交
2478
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2479
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2480 2481 2482 2483 2484 2485 2486 2487 2488
								"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 已提交
2489
									"GitCode": "https://gitcode.net/mirrors/jaredpalmer/formik"
茶陵後's avatar
茶陵後 已提交
2490
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2491
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2492 2493 2494 2495
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2496
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2497 2498 2499 2500 2501 2502 2503
					},
					{
						"title": "拖拽组件",
						"nav": [
							{
								"name": "react-move",
								"icon": "https://github.com/favicon.ico",
Miykael_xxm's avatar
Miykael_xxm 已提交
2504
								"url": "",
茶陵後's avatar
茶陵後 已提交
2505
								"desc": "一个React组件,它创建可移动,可拖动,可调整大小,可缩放,可旋转,可扭曲,可收缩,可分组,可捕捉。",
李少辉-开发者's avatar
李少辉-开发者 已提交
2506
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2507 2508 2509 2510 2511 2512 2513 2514 2515 2516
								"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 已提交
2517
									"GitCode": "https://gitcode.net/mirrors/react-dnd/react-dnd"
茶陵後's avatar
茶陵後 已提交
2518
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2519
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2520 2521 2522 2523 2524 2525 2526
								"rate": 5,
								"top": false
							},
							{
								"name": "react-beautiful-dnd",
								"desc": "漂亮的和可访问的拖放列表",
								"url": "https://github.com/atlassian/react-beautiful-dnd",
李少辉-开发者's avatar
李少辉-开发者 已提交
2527
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2528 2529 2530 2531 2532 2533 2534 2535 2536
								"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 已提交
2537
									"GitCode": "https://gitcode.net/mirrors/bokuweb/react-rnd"
茶陵後's avatar
茶陵後 已提交
2538
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2539
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2540 2541 2542 2543
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2544
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555
					},
					{
						"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 已提交
2556
									"GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-pro/"
茶陵後's avatar
茶陵後 已提交
2557
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2558
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2559 2560 2561 2562
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2563
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2564 2565 2566 2567 2568 2569 2570 2571 2572
					},
					{
						"title": "单元测试",
						"nav": [
							{
								"name": "enzyme",
								"desc": "适用于React的JavaScript测试实用程序",
								"url": "https://enzymejs.github.io/enzyme/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2573
									"GitCode": "https://gitcode.net/mirrors/enzymejs/enzyme"
茶陵後's avatar
茶陵後 已提交
2574
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2575
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2576 2577 2578 2579 2580 2581 2582 2583
								"rate": 5,
								"top": false
							},
							{
								"name": "Jest",
								"desc": "Jest是一个令人愉快的JavaScript测试框架,专注于简单性。",
								"url": "https://jestjs.io/zh-Hans/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2584
									"GitCode": "https://gitcode.net/mirrors/facebook/jest"
茶陵後's avatar
茶陵後 已提交
2585
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2586
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2587 2588 2589 2590
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2591
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603
					},
					{
						"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 已提交
2604
									"GitCode": "https://gitcode.net/mirrors/umijs/umi"
茶陵後's avatar
茶陵後 已提交
2605
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2606
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2607 2608 2609 2610 2611 2612 2613 2614 2615
								"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 已提交
2616
									"GitCode": "https://gitcode.net/mirrors/dvajs/dva"
茶陵後's avatar
茶陵後 已提交
2617
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2618
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628
								"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 已提交
2629
									"GitCode": "https://gitcode.net/mirrors/umijs/hooks"
茶陵後's avatar
茶陵後 已提交
2630
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2631
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2632 2633 2634 2635 2636 2637 2638 2639
								"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
李少辉-开发者 已提交
2640
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2641 2642 2643 2644 2645
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2646
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2647 2648 2649 2650 2651 2652 2653 2654
					},
					{
						"title": "知识",
						"nav": [
							{
								"name": "React.js 小书",
								"desc": "这是一本关于 React.js 的小书",
								"url": "http://huziketang.mangojuice.top/books/react/",
李少辉-开发者's avatar
李少辉-开发者 已提交
2655
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2656 2657 2658 2659 2660 2661 2662 2663
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeScript-React-Starter",
								"desc": "TypeScript和React的入门模板,带有详细的README,描述了如何将两者结合使用。",
								"url": "https://github.com/Microsoft/TypeScript-React-Starter",
李少辉-开发者's avatar
李少辉-开发者 已提交
2664
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2665 2666 2667 2668 2669 2670 2671 2672 2673
								"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 已提交
2674
									"GitCode": "https://gitcode.net/mirrors/piotrwitek/react-redux-typescript-guide"
茶陵後's avatar
茶陵後 已提交
2675
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2676
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2677 2678 2679 2680
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2681
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693
					},
					{
						"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 已提交
2694
									"GitCode": "https://gitcode.net/mirrors/mobxjs/mobx"
茶陵後's avatar
茶陵後 已提交
2695
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2696
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2697 2698 2699 2700 2701 2702 2703 2704 2705 2706
								"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 已提交
2707
									"GitCode": "https://gitcode.net/mirrors/zeit/next.js"
茶陵後's avatar
茶陵後 已提交
2708
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2709
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2710 2711 2712 2713 2714 2715 2716
								"rate": 5,
								"top": false
							},
							{
								"name": "nwb",
								"desc": "适用于Web的React,Preact,Inferno和Vanilla JS应用,React库和其他npm模块的工具包,无需配置",
								"url": "https://github.com/insin/nwb",
李少辉-开发者's avatar
李少辉-开发者 已提交
2717
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2718 2719 2720 2721 2722 2723 2724 2725 2726
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ahooks",
								"desc": "为 React Hooks 而生",
								"url": "https://ahooks.js.org/zh-CN",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
2727
									"GitCode": "https://gitcode.net/mirrors/alibaba/hooks"
茶陵後's avatar
茶陵後 已提交
2728
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2729
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2730 2731 2732 2733 2734 2735 2736
								"rate": 5,
								"top": false
							},
							{
								"name": "react-app-rewired",
								"desc": "覆盖create-react-app webpack配置而不弹出",
								"url": "https://github.com/timarney/react-app-rewired",
李少辉-开发者's avatar
李少辉-开发者 已提交
2737
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2738 2739 2740 2741 2742
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2743
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2744 2745
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
2746
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761
			},
			{
				"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 已提交
2762
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue"
茶陵後's avatar
茶陵後 已提交
2763
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2764
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2765 2766 2767 2768 2769 2770 2771 2772 2773 2774
								"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 已提交
2775
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-router"
茶陵後's avatar
茶陵後 已提交
2776
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2777
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2778 2779 2780 2781 2782 2783 2784 2785 2786 2787
								"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 已提交
2788
									"GitCode": "https://gitcode.net/mirrors/vuejs/vuex"
茶陵後's avatar
茶陵後 已提交
2789
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2790
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2791 2792 2793 2794 2795 2796 2797 2798
								"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 已提交
2799
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-devtools"
茶陵後's avatar
茶陵後 已提交
2800
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2801
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2802 2803 2804 2805 2806 2807 2808 2809 2810 2811
								"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 已提交
2812
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-cli"
茶陵後's avatar
茶陵後 已提交
2813
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2814
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824
								"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 已提交
2825
									"GitCode": "https://gitcode.net/mirrors/vuejs/vuepress"
茶陵後's avatar
茶陵後 已提交
2826
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2827
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837
								"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 已提交
2838
									"GitCode": "https://gitcode.net/mirrors/vuejs/vue-ssr-docs"
茶陵後's avatar
茶陵後 已提交
2839
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2840
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2841 2842 2843 2844 2845 2846 2847
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-class-component",
								"desc": "用于类式Vue组件的ECMAScript / TypeScript装饰器。",
								"url": "https://github.com/vuejs/vue-class-component",
李少辉-开发者's avatar
李少辉-开发者 已提交
2848
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2849 2850 2851 2852 2853 2854 2855 2856 2857
								"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 已提交
2858
									"GitCode": "https://gitcode.net/mirrors/vuejs/eslint-plugin-vue"
茶陵後's avatar
茶陵後 已提交
2859
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2860
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2861 2862 2863 2864 2865 2866 2867
								"rate": 5,
								"top": false
							},
							{
								"name": "vite",
								"desc": "Vite是一个经过验证的Web开发人员构建工具,可在开发过程中通过本机ES模块导入为您的代码提供服务,并将其与Rollup捆绑在一起进行生产",
								"url": "https://github.com/vitejs/vite",
李少辉-开发者's avatar
李少辉-开发者 已提交
2868
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2869 2870 2871 2872 2873 2874 2875 2876
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Vue 组合式 API",
								"desc": "Vue 组合式 API在线文档阅读",
								"url": "https://composition-api.vuejs.org/zh",
李少辉-开发者's avatar
李少辉-开发者 已提交
2877
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2878 2879 2880 2881 2882
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
2883
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895
					},
					{
						"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 已提交
2896
									"GitCode": "https://gitcode.net/mirrors/iview/iview"
茶陵後's avatar
茶陵後 已提交
2897
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2898
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909
								"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 已提交
2910
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element"
茶陵後's avatar
茶陵後 已提交
2911
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2912
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2913 2914 2915 2916 2917 2918 2919 2920 2921
								"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 已提交
2922
									"GitCode": "https://gitcode.net/mirrors/element-plus/element-plus"
茶陵後's avatar
茶陵後 已提交
2923
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2924
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935
								"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 已提交
2936
									"GitCode": "https://gitcode.net/mirrors/museui/muse-ui"
茶陵後's avatar
茶陵後 已提交
2937
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2938
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949
								"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 已提交
2950
									"GitCode": "https://gitcode.net/mirrors/vueComponent/ant-design-vue"
茶陵後's avatar
茶陵後 已提交
2951
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2952
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963
								"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 已提交
2964
									"GitCode": "https://gitcode.net/mirrors/vuetifyjs/vuetify"
茶陵後's avatar
茶陵後 已提交
2965
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2966
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2967 2968 2969 2970 2971 2972 2973 2974 2975
								"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 已提交
2976
									"GitCode": "https://gitcode.net/mirrors/bootstrap-vue/bootstrap-vue"
茶陵後's avatar
茶陵後 已提交
2977
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2978
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2979 2980 2981 2982 2983 2984 2985 2986 2987
								"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 已提交
2988
									"GitCode": "https://gitcode.net/mirrors/vuematerial/vue-material"
茶陵後's avatar
茶陵後 已提交
2989
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
2990
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
2991 2992 2993 2994 2995 2996 2997 2998 2999
								"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 已提交
3000
									"GitCode": "https://gitcode.net/mirrors/buefy/buefy"
茶陵後's avatar
茶陵後 已提交
3001
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3002
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3003 3004 3005 3006
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3007
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019
					},
					{
						"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 已提交
3020
									"GitCode": "https://gitcode.net/mirrors/youzan/vant"
茶陵後's avatar
茶陵後 已提交
3021
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3022
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3023 3024 3025 3026 3027 3028 3029 3030 3031
								"rate": 5,
								"top": false
							},
							{
								"name": "vux",
								"desc": "一个凑合的 Vue.js 移动端 UI 组件库",
								"url": "https://vux.li/",
								"urls": {
									"中文": "https://vux.li/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3032
									"GitCode": "https://gitcode.net/mirrors/airyland/vux"
茶陵後's avatar
茶陵後 已提交
3033
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3034
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045
								"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 已提交
3046
									"GitCode": "https://gitcode.net/mirrors/didi/cube-ui"
茶陵後's avatar
茶陵後 已提交
3047
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3048
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059
								"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 已提交
3060
									"GitCode": "https://gitcode.net/mirrors/didi/mand-mobile"
茶陵後's avatar
茶陵後 已提交
3061
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3062
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073
								"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 已提交
3074
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/mint-ui/"
茶陵後's avatar
茶陵後 已提交
3075
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3076
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3077 3078 3079 3080 3081 3082 3083 3084
								"rate": 5,
								"top": false
							},
							{
								"name": "NutUI",
								"desc": "一套京东风格的轻量级移动端Vue组件库",
								"url": "https://nutui.jd.com",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3085
									"GitCode": "https://gitcode.net/mirrors/jdf2e/nutui"
茶陵後's avatar
茶陵後 已提交
3086
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3087
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3088 3089 3090 3091
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3092
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3093 3094 3095 3096 3097 3098 3099 3100 3101
					},
					{
						"title": "其他组件/插件",
						"nav": [
							{
								"name": "vue-awesome-swiper",
								"desc": "基于swiper封装的轮播图组件",
								"url": "https://surmon-china.github.io/vue-awesome-swiper/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3102
									"GitCode": "https://gitcode.net/mirrors/surmon-china/vue-awesome-swiper"
茶陵後's avatar
茶陵後 已提交
3103
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3104
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3105 3106 3107 3108 3109 3110 3111
								"rate": 5,
								"top": false
							},
							{
								"name": "vue-meta",
								"desc": "管理Vue 2.0组件中的页面元信息。支持SSR + Streaming",
								"url": "https://github.com/nuxt/vue-meta",
李少辉-开发者's avatar
李少辉-开发者 已提交
3112
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3113 3114 3115 3116 3117 3118 3119 3120 3121
								"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 已提交
3122
									"GitCode": "https://gitcode.net/mirrors/wangdahoo/vue-scroller"
茶陵後's avatar
茶陵後 已提交
3123
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3124
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3125 3126 3127 3128 3129 3130 3131 3132
								"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 已提交
3133
									"GitCode": "https://gitcode.net/mirrors//PeachScript/vue-infinite-loading"
茶陵後's avatar
茶陵後 已提交
3134
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3135
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3136 3137 3138 3139
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3140
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3141 3142 3143 3144 3145 3146 3147 3148 3149
					},
					{
						"title": "开箱即用",
						"nav": [
							{
								"name": "iview-admin",
								"desc": "基于iView的Vue 2.0管理系统模板",
								"url": "https://admin.iviewui.com/login",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3150
									"GitCode": "https://gitcode.net/mirrors/iview/iview-admin"
茶陵後's avatar
茶陵後 已提交
3151
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3152
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3153 3154 3155 3156
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3157
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169
					},
					{
						"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 已提交
3170
									"GitCode": "https://gitcode.net/mirrors/nuxt/nuxt.js"
茶陵後's avatar
茶陵後 已提交
3171
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3172
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3173 3174 3175 3176 3177 3178 3179 3180
								"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
李少辉-开发者 已提交
3181
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3182 3183 3184 3185 3186
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3187
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3188 3189
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3190
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205
			},
			{
				"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 已提交
3206
									"GitCode": "https://gitcode.net/mirrors/angular/angular"
茶陵後's avatar
茶陵後 已提交
3207
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3208
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3209 3210 3211 3212 3213 3214 3215 3216 3217
								"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 已提交
3218
									"GitCode": "https://gitcode.net/mirrors/angular/angular-cli"
茶陵後's avatar
茶陵後 已提交
3219
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3220
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3221 3222 3223 3224 3225 3226 3227 3228 3229
								"rate": 5,
								"top": false
							},
							{
								"name": "augury",
								"desc": "Angular调试和可视化工具",
								"url": "https://augury.angular.io/",
								"urls": {
									"英文": "https://augury.angular.io/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3230
									"GitCode": "https://gitcode.net/mirrors/rangle/augury"
茶陵後's avatar
茶陵後 已提交
3231
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3232
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3233 3234 3235 3236
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3237
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249
					},
					{
						"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 已提交
3250
									"GitCode": "https://gitcode.net/mirrors/NG-ZORRO/ng-zorro-antd"
茶陵後's avatar
茶陵後 已提交
3251
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3252
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3253 3254 3255 3256 3257 3258 3259 3260 3261 3262
								"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 已提交
3263
									"GitCode": "https://gitcode.net/mirrors/ng-bootstrap/ng-bootstrap"
茶陵後's avatar
茶陵後 已提交
3264
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3265
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276
								"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 已提交
3277
									"GitCode": "https://gitcode.net/mirrors/ElemeFE/element-angular"
茶陵後's avatar
茶陵後 已提交
3278
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3279
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3280 3281 3282 3283 3284 3285 3286 3287 3288
								"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 已提交
3289
									"GitCode": "https://gitcode.net/mirrors/primefaces/primeng"
茶陵後's avatar
茶陵後 已提交
3290
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3291
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3292 3293 3294 3295 3296 3297 3298 3299
								"rate": 5,
								"top": false
							},
							{
								"name": "material",
								"desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。",
								"url": "https://www.primefaces.org/primeng/#/button",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3300
									"GitCode": "https://gitcode.net/mirrors/angular/material"
茶陵後's avatar
茶陵後 已提交
3301
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3302
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3303 3304 3305 3306
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3307
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3308 3309 3310 3311 3312 3313 3314 3315 3316
					},
					{
						"title": "移动端UI组件库",
						"nav": [
							{
								"name": "material",
								"desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。",
								"url": "https://www.primefaces.org/primeng/#/button",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3317
									"GitCode": "https://gitcode.net/mirrors/angular/material"
茶陵後's avatar
茶陵後 已提交
3318
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3319
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3320 3321 3322 3323
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3324
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3325 3326
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3327
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343
			},
			{
				"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
李少辉-开发者 已提交
3344
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355
								"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
李少辉-开发者 已提交
3356
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3357 3358 3359 3360
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3361
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371
					},
					{
						"title": "小程序框架",
						"nav": [
							{
								"name": "mpvue",
								"desc": "Vue.js 开发小程序的前端框架。框架基于 Vue.js 核心",
								"url": "http://mpvue.com/",
								"urls": {
									"中文": "http://mpvue.com/",
Miykael_xxm's avatar
Miykael_xxm 已提交
3372
									"GitCode": "https://gitcode.net/mirrors/Meituan-Dianping/mpvue"
茶陵後's avatar
茶陵後 已提交
3373
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3374
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3375 3376 3377 3378 3379 3380 3381 3382 3383
								"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 已提交
3384
									"GitCode": "https://gitcode.net/mirrors/Tencent/wepy"
茶陵後's avatar
茶陵後 已提交
3385
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3386
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3387 3388 3389 3390 3391 3392 3393 3394 3395 3396
								"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 已提交
3397
									"GitCode": "https://gitcode.net/mirrors/didi/mpx"
茶陵後's avatar
茶陵後 已提交
3398
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3399
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3400 3401 3402 3403 3404 3405 3406 3407 3408
								"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 已提交
3409
									"GitCode": "https://gitcode.net/mirrors/dcloudio/uni-app"
茶陵後's avatar
茶陵後 已提交
3410
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3411
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3412 3413 3414 3415 3416 3417 3418 3419
								"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
李少辉-开发者 已提交
3420
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3421 3422 3423 3424 3425
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3426
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436
					},
					{
						"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 已提交
3437
									"GitCode": "https://gitcode.net/mirrors/youzan/vant-weapp"
茶陵後's avatar
茶陵後 已提交
3438
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3439
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3440 3441 3442 3443 3444 3445 3446 3447
								"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
李少辉-开发者 已提交
3448
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3449 3450 3451 3452 3453 3454 3455 3456
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "wxParse",
								"desc": "wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析",
								"url": "https://github.com/icindy/wxParse",
李少辉-开发者's avatar
李少辉-开发者 已提交
3457
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3458 3459 3460 3461 3462 3463 3464 3465
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "mpvue-wxParse",
								"desc": "适用于 Mpvue 的微信小程序富文本解析自定义组件",
								"url": "https://github.com/F-loat/mpvue-wxParse",
李少辉-开发者's avatar
李少辉-开发者 已提交
3466
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3467 3468 3469 3470 3471 3472 3473 3474 3475
								"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
李少辉-开发者 已提交
3476
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3477 3478 3479 3480 3481 3482 3483 3484 3485
								"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
李少辉-开发者 已提交
3486
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3487 3488 3489 3490 3491 3492 3493 3494 3495
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ColorUI",
								"desc": "鲜亮的高饱和色彩,专注视觉的小程序组件库",
								"url": "https://www.color-ui.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3496
									"GitCode": "https://gitcode.net/mirrors/weilanwl/ColorUI"
茶陵後's avatar
茶陵後 已提交
3497
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3498
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3499 3500 3501 3502 3503 3504 3505
								"rate": 5,
								"top": false
							},
							{
								"name": "weapp-input-frame",
								"desc": "验证码、支付密码输入框组件",
								"url": "https://github.com/xjh22222228/weapp-input-frame",
李少辉-开发者's avatar
李少辉-开发者 已提交
3506
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3507 3508 3509 3510 3511
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3512
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3513 3514 3515 3516 3517 3518 3519 3520
					},
					{
						"title": "微信公众号开发辅助工具",
						"nav": [
							{
								"name": "JS接口签名校验工具",
								"desc": "微信 JS 接口签名校验工具",
								"url": "https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign",
李少辉-开发者's avatar
李少辉-开发者 已提交
3521
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3522 3523 3524 3525 3526 3527 3528 3529
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "接口调试工具",
								"desc": "微信公众平台接口调试工具",
								"url": "https://mp.weixin.qq.com/debug/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3530
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3531 3532 3533 3534 3535 3536 3537 3538
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "computed",
								"desc": "小程序自定义组件 computed / watch 扩展",
								"url": "https://github.com/wechat-miniprogram/computed",
李少辉-开发者's avatar
李少辉-开发者 已提交
3539
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3540 3541 3542 3543 3544
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3545
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3546 3547 3548 3549 3550 3551 3552 3553
					},
					{
						"title": "资源",
						"nav": [
							{
								"name": "awesome-github-wechat-weapp",
								"desc": "微信小程序开源项目库汇总",
								"url": "https://github.com/opendigg/awesome-github-wechat-weapp",
李少辉-开发者's avatar
李少辉-开发者 已提交
3554
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3555 3556 3557 3558 3559 3560 3561 3562
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-wechat-weapp",
								"desc": "微信小程序开发资源汇总",
								"url": "https://github.com/justjavac/awesome-wechat-weapp",
李少辉-开发者's avatar
李少辉-开发者 已提交
3563
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3564 3565 3566 3567 3568
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3569
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3570 3571 3572 3573 3574 3575 3576 3577
					},
					{
						"title": "其他",
						"nav": [
							{
								"name": "微信开放社区",
								"desc": "小程序开发者专区,微信公众平台,微信开放社区,开发者专区",
								"url": "https://developers.weixin.qq.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3578
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3579 3580 3581 3582 3583 3584 3585 3586 3587
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "wechat-format",
								"desc": "微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML",
								"url": "https://lab.lyric.im/wxformat/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3588
									"GitCode": "https://gitcode.net/mirrors/lyricat/wechat-format"
茶陵後's avatar
茶陵後 已提交
3589
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3590
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3591 3592 3593 3594 3595 3596 3597
								"rate": 5,
								"top": false
							},
							{
								"name": "微信开放平台",
								"desc": "微信开放平台",
								"url": "https://open.weixin.qq.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3598
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3599 3600 3601 3602 3603
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3604
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3605 3606
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3607
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618
			},
			{
				"title": "工具",
				"nav": [
					{
						"title": "CSS",
						"nav": [
							{
								"name": "CSS3 UI Lib",
								"desc": "CSS动画集成、在线调试阴影",
								"url": "http://css3lib.alloyteam.com/#panel/demo1",
李少辉-开发者's avatar
李少辉-开发者 已提交
3619
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3620 3621 3622 3623 3624 3625 3626 3627
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "CSS Sprites Generator",
								"desc": "CSS雪碧图生成",
								"url": "https://www.toptal.com/developers/css/sprite-generator",
李少辉-开发者's avatar
李少辉-开发者 已提交
3628
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3629 3630 3631 3632 3633 3634 3635 3636 3637
								"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
李少辉-开发者 已提交
3638
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3639 3640 3641 3642 3643 3644 3645 3646 3647
								"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
李少辉-开发者 已提交
3648
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3649 3650 3651 3652 3653 3654 3655 3656 3657
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://cssgradient.io/favicon.ico",
								"name": "CSS Gradient",
								"desc": "CSS渐变调试并生成CSS代码",
								"url": "https://cssgradient.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3658
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3659 3660 3661 3662 3663 3664 3665 3666 3667 3668
								"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 已提交
3669
									"GitCode": "https://gitcode.net/mirrors/johnkorzhuk/grabient"
茶陵後's avatar
茶陵後 已提交
3670
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3671
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3672 3673 3674 3675 3676 3677 3678 3679
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://pxtoem.com/favicon.ico",
								"name": "px与em单位转换",
								"desc": "px与em单位转换",
								"url": "http://pxtoem.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3680
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3681 3682 3683 3684 3685 3686 3687 3688 3689
								"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
李少辉-开发者 已提交
3690
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3691 3692 3693 3694 3695 3696 3697 3698 3699
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.sassmeister.com/favicon.ico",
								"name": "SassMeister",
								"desc": "将sass语法转换成CSS语法",
								"url": "https://www.sassmeister.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3700
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3701 3702 3703 3704 3705 3706 3707 3708 3709
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://transfonter.org/favicon.ico",
								"name": "transfonter",
								"desc": "字体图标转换Base64",
								"url": "https://transfonter.org/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3710
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3711 3712 3713 3714 3715 3716 3717 3718
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "Loading集合",
								"desc": "上千种Loading认你选",
								"url": "https://www.xiejiahe.com/detail/59ec506be9b3310879551f5e",
李少辉-开发者's avatar
李少辉-开发者 已提交
3719
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3720 3721 3722 3723 3724 3725 3726 3727 3728
								"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
李少辉-开发者 已提交
3729
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3730 3731 3732 3733 3734 3735 3736 3737 3738
								"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
李少辉-开发者 已提交
3739
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3740 3741 3742 3743 3744
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3745
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3746 3747 3748 3749 3750 3751 3752 3753 3754 3755
					},
					{
						"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
李少辉-开发者 已提交
3756
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3757 3758 3759 3760 3761 3762 3763 3764 3765
								"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
李少辉-开发者 已提交
3766
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3767 3768 3769 3770 3771 3772 3773 3774 3775 3776
								"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 已提交
3777
									"GitCode": "https://gitcode.net/mirrors/prettier/prettier"
茶陵後's avatar
茶陵後 已提交
3778
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3779
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3780 3781 3782 3783 3784 3785 3786 3787
								"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
李少辉-开发者 已提交
3788
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3789 3790 3791 3792 3793 3794 3795
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "spy-debugger",
								"desc": "微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备",
Miykael_xxm's avatar
Miykael_xxm 已提交
3796
								"url": "",
茶陵後's avatar
茶陵後 已提交
3797
								"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
3798
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3799 3800 3801 3802 3803 3804 3805
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "VConsole",
								"desc": "一个轻量、可拓展、针对手机网页的前端开发者调试面板",
Miykael_xxm's avatar
Miykael_xxm 已提交
3806
								"url": "",
茶陵後's avatar
茶陵後 已提交
3807
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
3808 3809
									"英文": "https://gitcode.net/mirrors/Tencent/vConsole",
									"中文": "https://gitcode.net/mirrors/Tencent/vConsole/blob/dev/README_CN.md"
茶陵後's avatar
茶陵後 已提交
3810 3811
								},
								"icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png",
李少辉-开发者's avatar
李少辉-开发者 已提交
3812
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3813 3814 3815 3816
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3817
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3818 3819 3820 3821 3822 3823 3824 3825 3826
					},
					{
						"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
李少辉-开发者 已提交
3827
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3828 3829 3830 3831 3832 3833 3834 3835 3836
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.jsdelivr.com/favicon.ico",
								"name": "jsDelivr",
								"desc": "jsDelivr – 开源 CDN",
								"url": "https://www.jsdelivr.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3837
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3838 3839 3840 3841 3842 3843 3844 3845 3846
								"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
李少辉-开发者 已提交
3847
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3848 3849 3850 3851 3852 3853 3854 3855 3856 3857
								"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 已提交
3858
									"GitCode": "https://gitcode.net/mirrors/cdnjs/cdnjs"
茶陵後's avatar
茶陵後 已提交
3859
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3860
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3861 3862 3863 3864
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3865
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3866 3867 3868 3869 3870 3871 3872 3873 3874
					},
					{
						"title": "其他",
						"nav": [
							{
								"icon": "https://www.fundebug.com/favicon.ico",
								"name": "FunDebug",
								"desc": "支持前端JavaScript,后端Node.js以及微信小程序错误监控",
								"url": "https://www.fundebug.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3875
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3876 3877 3878 3879 3880 3881 3882 3883 3884
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://www.caniuse.com/img/favicon-128.png",
								"name": "前端兼容性查询",
								"desc": "前端查询API各个厂商兼容性情况",
								"url": "https://www.caniuse.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3885
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3886 3887 3888 3889 3890 3891 3892 3893 3894 3895
								"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 已提交
3896
									"GitCode": "https://gitcode.net/mirrors/4ae9b8/browserhacks"
茶陵後's avatar
茶陵後 已提交
3897
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3898
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3899 3900 3901 3902 3903 3904 3905
								"rate": 5,
								"top": false
							},
							{
								"name": "Character Entity Reference Chart",
								"desc": "字符实体参考图,>",
								"url": "https://dev.w3.org/html5/html-author/charref",
李少辉-开发者's avatar
李少辉-开发者 已提交
3906
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3907 3908 3909 3910 3911 3912 3913 3914
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-web-editor",
								"desc": "开源web编辑器汇总列表",
								"url": "https://github.com/xjh22222228/awesome-web-editor",
李少辉-开发者's avatar
李少辉-开发者 已提交
3915
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3916 3917 3918 3919 3920 3921 3922 3923 3924
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://jsfiddle.net/img/favicon.png",
								"name": "jsfiddle",
								"desc": "强大的前端代码在线演示的网站",
								"url": "http://jsfiddle.net/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3925
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3926 3927 3928 3929 3930 3931 3932 3933 3934 3935
								"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 已提交
3936
									"GitCode": "https://gitcode.net/mirrors/jsperf/jsperf.com"
茶陵後's avatar
茶陵後 已提交
3937
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
3938
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3939 3940 3941 3942 3943 3944 3945 3946
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://codesandbox.io/favicon.ico",
								"name": "codesandbox",
								"desc": "codesandbox是为Web应用程序定制的在线编辑器。",
								"url": "https://codesandbox.io",
李少辉-开发者's avatar
李少辉-开发者 已提交
3947
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3948 3949 3950 3951 3952 3953 3954 3955 3956
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://htmlreference.io/favicons/favicon-32x32.png",
								"name": "HTML Reference",
								"desc": "所有HTML元素和属性的免费指南参考",
								"url": "https://htmlreference.io/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3957
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3958 3959 3960 3961 3962 3963 3964 3965 3966
								"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
李少辉-开发者 已提交
3967
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3968 3969 3970 3971 3972 3973 3974 3975 3976
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://www.jsfuck.com/favicon.ico",
								"name": "jsfuck",
								"desc": "JSFuck是基于JavaScript原子部分的深奥和教育性编程风格。它仅使用六个不同的字符来编写和执行代码。",
								"url": "http://www.jsfuck.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
3977
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
3978 3979 3980 3981 3982
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
3983
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3984 3985
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
3986
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002
			},
			{
				"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 已提交
4003
									"GitCode": "https://gitcode.net/mirrors/twbs/bootstrap"
茶陵後's avatar
茶陵後 已提交
4004
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4005
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016
								"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 已提交
4017
									"GitCode": "https://gitcode.net/mirrors/sass/sass"
茶陵後's avatar
茶陵後 已提交
4018
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4019
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030
								"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 已提交
4031
									"GitCode": "https://gitcode.net/mirrors/less/less.js"
茶陵後's avatar
茶陵後 已提交
4032
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4033
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4034 4035 4036 4037 4038 4039 4040 4041
								"rate": 5,
								"top": false
							},
							{
								"name": "magic",
								"desc": "CSS3动画特效",
								"url": "https://minimamente.com/example/magic_animations/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4042
									"GitCode": "https://gitcode.net/mirrors/miniMAC/magic"
茶陵後's avatar
茶陵後 已提交
4043
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4044
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4045 4046 4047 4048 4049 4050 4051 4052 4053
								"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 已提交
4054
									"GitCode": "https://gitcode.net/mirrors/animate-css/animate.css"
茶陵後's avatar
茶陵後 已提交
4055
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4056
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4057 4058 4059 4060 4061 4062 4063 4064 4065
								"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 已提交
4066
									"GitCode": "https://gitcode.net/mirrors/necolas/normalize.css"
茶陵後's avatar
茶陵後 已提交
4067
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4068
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4069 4070 4071 4072 4073 4074 4075 4076
								"rate": 5,
								"top": false
							},
							{
								"name": "Hover",
								"desc": "CSS3动力悬停效果的集合,适用于链接,按钮,徽标,SVG,特色图像等",
								"url": "http://ianlunn.github.io/Hover/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4077
									"GitCode": "https://gitcode.net/mirrors/IanLunn/Hover"
茶陵後's avatar
茶陵後 已提交
4078
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4079
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4080 4081 4082 4083 4084 4085 4086 4087
								"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 已提交
4088
									"GitCode": "https://gitcode.net/mirrors/sindresorhus/github-markdown-css"
茶陵後's avatar
茶陵後 已提交
4089
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4090
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4091 4092 4093 4094 4095 4096 4097 4098
								"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
李少辉-开发者 已提交
4099
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109
								"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 已提交
4110
									"GitCode": "https://gitcode.net/mirrors/Martz90/vivify"
茶陵後's avatar
茶陵後 已提交
4111
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4112
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4113 4114 4115 4116 4117 4118 4119
								"rate": 5,
								"top": false
							},
							{
								"name": "cubic-bezier",
								"desc": "在线制作CSS动画",
								"url": "https://cubic-bezier.com",
李少辉-开发者's avatar
李少辉-开发者 已提交
4120
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4121 4122 4123 4124 4125
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4126
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4127 4128 4129 4130 4131 4132 4133 4134 4135
					},
					{
						"title": "图标库",
						"nav": [
							{
								"icon": "http://www.iconfont.cn/favicon.ico",
								"name": "iconfont",
								"desc": "阿里妈妈MUX倾力打造的矢量图标管理、交流平台",
								"url": "http://www.iconfont.cn/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4136
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148
								"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 已提交
4149
									"GitCode": "https://gitcode.net/mirrors/FortAwesome/Font-Awesome"
茶陵後's avatar
茶陵後 已提交
4150
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4151
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4152 4153 4154 4155 4156 4157 4158 4159
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://livicons.com/apple-icon-57x57.png",
								"name": "LivIcons Evolution",
								"desc": "会动的纯svg矢量图标库",
								"url": "https://livicons.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4160
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170
								"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 已提交
4171
									"GitCode": "https://gitcode.net/mirrors/ionic-team/ionicons"
茶陵後's avatar
茶陵後 已提交
4172
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4173
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4174 4175 4176 4177 4178 4179 4180 4181
								"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 已提交
4182
									"GitCode": "https://gitcode.net/mirrors/google/material-design-icons"
茶陵後's avatar
茶陵後 已提交
4183
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4184
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4185 4186 4187 4188
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4189
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4190 4191 4192 4193 4194 4195 4196 4197 4198
					},
					{
						"title": "资源",
						"nav": [
							{
								"icon": "https://cssbattle.dev/images/logo-square.png",
								"name": "css battle",
								"desc": "在线比拼CSS",
								"url": "https://cssbattle.dev/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4199
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4200 4201 4202 4203 4204 4205 4206 4207 4208
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"icon": "http://zh.learnlayout.com/images/logo.png",
								"name": "学习CSS布局",
								"desc": "学习CSS布局",
								"url": "http://zh.learnlayout.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4209
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4210 4211 4212 4213 4214
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4215
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4216 4217
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4218
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233
			},
			{
				"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 已提交
4234
									"GitCode": "https://gitcode.net/mirrors/Microsoft/TypeScript"
茶陵後's avatar
茶陵後 已提交
4235
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4236
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4237 4238 4239 4240 4241 4242 4243 4244
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeSearch",
								"desc": "搜索typescript 类型包 @types/node",
								"url": "https://microsoft.github.io/TypeSearch/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4245
									"GitCode": "https://gitcode.net/mirrors/Microsoft/TypeSearch"
茶陵後's avatar
茶陵後 已提交
4246
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4247
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4248 4249 4250 4251 4252 4253 4254 4255
								"rate": 5,
								"top": false
							},
							{
								"name": "DefinitelyTyped",
								"desc": "高质量TypeScript类型定义的存储库",
								"url": "http://definitelytyped.org/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4256
									"GitCode": "https://gitcode.net/mirrors/DefinitelyTyped/DefinitelyTyped"
茶陵後's avatar
茶陵後 已提交
4257
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4258
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4259 4260 4261 4262 4263 4264 4265 4266
								"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
李少辉-开发者 已提交
4267
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4268 4269 4270 4271 4272 4273 4274 4275
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "awesome-typescript",
								"desc": "用于客户端和服务器端开发的强大TypeScript资源的集合。在TypeScript中编写精彩的JavaScript",
								"url": "https://github.com/dzharii/awesome-typescript",
李少辉-开发者's avatar
李少辉-开发者 已提交
4276
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4277 4278 4279 4280 4281 4282 4283 4284 4285
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "TypeScript 入门教程",
								"desc": "TypeScript 入门教程",
								"url": "https://ts.xcatliu.com/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4286
									"GitCode": "https://gitcode.net/mirrors/xcatliu/typescript-tutorial"
茶陵後's avatar
茶陵後 已提交
4287
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4288
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4289 4290 4291 4292
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4293
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4294 4295
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4296
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308
			},
			{
				"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
李少辉-开发者 已提交
4309
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4310 4311 4312 4313 4314 4315 4316 4317
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "你不知道的JavaScript",
								"desc": "你不知道的JavaScript",
								"url": "https://github.com/getify/You-Dont-Know-JS",
李少辉-开发者's avatar
李少辉-开发者 已提交
4318
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4319 4320 4321 4322 4323 4324 4325 4326 4327
								"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
李少辉-开发者 已提交
4328
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4329 4330 4331 4332 4333 4334 4335 4336 4337
								"urls": {},
								"rate": 5,
								"top": false
							},
							{
								"name": "ECMAScript 6入门",
								"desc": "ECMAScript 6入门",
								"url": "http://es6.ruanyifeng.com/#README",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4338
									"GitCode": "https://gitcode.net/mirrors/ruanyf/es6tutorial/"
茶陵後's avatar
茶陵後 已提交
4339
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4340
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4341 4342 4343 4344 4345 4346 4347 4348
								"rate": 5,
								"top": false
							},
							{
								"name": "JavaScript教程",
								"desc": "JavaScript 标准参考教程",
								"url": "https://wangdoc.com/javascript/basic/index.html",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4349
									"GitCode": "https://gitcode.net/mirrors/ruanyf/jstutorial"
茶陵後's avatar
茶陵後 已提交
4350
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4351
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4352 4353 4354 4355
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4356
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4357 4358 4359 4360 4361 4362 4363 4364
					},
					{
						"title": "文档",
						"nav": [
							{
								"name": "JavaScript Puzzlers",
								"desc": "你真的了解JavaScript吗?来试试吧!",
								"url": "http://javascript-puzzlers.herokuapp.com/",
李少辉-开发者's avatar
李少辉-开发者 已提交
4365
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377
								"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 已提交
4378
									"GitCode": "https://gitcode.net/mirrors/InterviewMap/CS-Interview-Knowledge-Map"
茶陵後's avatar
茶陵後 已提交
4379
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4380
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4381 4382 4383 4384 4385 4386 4387
								"rate": 5,
								"top": false
							},
							{
								"name": "飞冰早报",
								"desc": "飞冰早报",
								"url": "http://fe.jskou.com/ice",
李少辉-开发者's avatar
李少辉-开发者 已提交
4388
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399
								"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 已提交
4400
									"GitCode": "https://gitcode.net/mirrors/jsdoc3/jsdoc"
茶陵後's avatar
茶陵後 已提交
4401
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4402
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4403 4404 4405 4406 4407 4408 4409 4410 4411
								"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 已提交
4412
									"GitCode": "https://gitcode.net/mirrors/30-seconds/30-seconds-of-code"
茶陵後's avatar
茶陵後 已提交
4413
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4414
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4415 4416 4417 4418 4419 4420 4421
								"rate": 5,
								"top": false
							},
							{
								"name": "33-js-concepts",
								"desc": "JavaScript开发者应懂的33个概念",
								"url": "https://github.com/stephentian/33-js-concepts",
李少辉-开发者's avatar
李少辉-开发者 已提交
4422
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4423 4424 4425 4426 4427 4428 4429 4430 4431 4432
								"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 已提交
4433
									"GitCode": "https://gitcode.net/mirrors/tc39/proposals"
茶陵後's avatar
茶陵後 已提交
4434
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4435
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4436 4437 4438 4439 4440 4441
								"rate": 5,
								"top": false
							},
							{
								"icon": "https://avatars1.githubusercontent.com/u/1725583?s=200&v=4",
								"name": "ecma262",
李少辉-开发者's avatar
李少辉-开发者 已提交
4442 4443 4444
								"desc": "ECMA-262的状态,流程和文档",
								"url": "https://tc39.es/ecma262/",
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4445
									"GitCode": "https://gitcode.net/mirrors/tc39/ecma262"
李少辉-开发者's avatar
李少辉-开发者 已提交
4446
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4447
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4448 4449 4450
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4451
							{
李少辉-开发者's avatar
李少辉-开发者 已提交
4452 4453 4454 4455
								"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
李少辉-开发者 已提交
4456
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4457 4458 4459 4460
								"urls": {},
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4461 4462 4463
							{
								"name": "Airbnb JavaScript 编码规范",
								"desc": "Airbnb JavaScript 编码规范",
Miykael_xxm's avatar
Miykael_xxm 已提交
4464
								"url": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4465
								"urls": {
Miykael_xxm's avatar
Miykael_xxm 已提交
4466 4467
									"英文": "https://gitcode.net/mirrors/airbnb/javascript",
									"中文": "https://gitcode.net/mirrors/yuche/javascript"
李少辉-开发者's avatar
李少辉-开发者 已提交
4468
								},
李少辉-开发者's avatar
李少辉-开发者 已提交
4469
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4470 4471 4472 4473 4474 4475 4476
								"rate": 5,
								"top": false
							},
							{
								"name": "Daily-Interview-Question",
								"desc": "工作日每天一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己",
								"url": "https://github.com/Advanced-Frontend/Daily-Interview-Question",
李少辉-开发者's avatar
李少辉-开发者 已提交
4477
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4478 4479 4480 4481
								"urls": {},
								"rate": 5,
								"top": false
							},
李少辉-开发者's avatar
李少辉-开发者 已提交
4482 4483 4484 4485
							{
								"name": "javascript-algorithms",
								"desc": "JavaScript 算法与数据结构",
								"url": "https://github.com/trekhleb/javascript-algorithms",
李少辉-开发者's avatar
李少辉-开发者 已提交
4486
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4487 4488 4489 4490 4491 4492 4493 4494 4495
								"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
李少辉-开发者 已提交
4496
								"createdAt": "",
李少辉-开发者's avatar
李少辉-开发者 已提交
4497 4498 4499 4500 4501
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
李少辉-开发者's avatar
李少辉-开发者 已提交
4502
						"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
4503 4504
					}
				],
李少辉-开发者's avatar
李少辉-开发者 已提交
4505
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4506 4507
			},
			{
4508
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
4509 4510
				"nav": [
					{
4511
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
4512 4513 4514
						"nav": [
							{
								"icon": "",
4515 4516 4517 4518
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
4519
								"urls": {},
4520
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
4521
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
4522 4523
							}
						],
4524 4525
						"collapsed": false,
						"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4526 4527
					}
				],
4528 4529
				"collapsed": false,
				"createdAt": ""
李少辉-开发者's avatar
李少辉-开发者 已提交
4530
			}
李少辉-开发者's avatar
李少辉-开发者 已提交
4531 4532
		],
		"id": 0,
李少辉-开发者's avatar
李少辉-开发者 已提交
4533
		"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4534 4535 4536 4537 4538
	},
	{
		"title": "人工智能",
		"nav": [
			{
茶陵後's avatar
茶陵後 已提交
4539 4540 4541 4542 4543
				"title": "机器学习",
				"nav": [
					{
						"nav": [
							{
茶陵後's avatar
茶陵後 已提交
4544 4545 4546 4547
								"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
茶陵後 已提交
4548
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4549 4550 4551 4552 4553 4554 4555
								"urls": {
									"中文": "https://www.tensorflow.org/tutorials",
									"GitCode": "https://gitcode.net/mirrors/tensorflow/tensorflow"
								},
								"rate": 5,
								"top": false
							},
茶陵後's avatar
茶陵後 已提交
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567
							{
								"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
茶陵後 已提交
4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578
							},
							{
								"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
茶陵後 已提交
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4589 4590
			},
			{
茶陵後's avatar
茶陵後 已提交
4591 4592 4593
				"title": "语音识别",
				"nav": [
					{
李少辉-开发者's avatar
李少辉-开发者 已提交
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 4627 4628 4629 4630 4631 4632
						"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
茶陵後 已提交
4633 4634 4635 4636
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4637 4638
			},
			{
茶陵後's avatar
茶陵後 已提交
4639 4640 4641
				"title": "计算机视觉",
				"nav": [
					{
茶陵後's avatar
茶陵後 已提交
4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658
						"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
							}
						],
						"collapsed": false,
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4659 4660 4661 4662
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4663 4664
			},
			{
茶陵後's avatar
茶陵後 已提交
4665 4666 4667
				"title": "自然语言处理",
				"nav": [
					{
茶陵後's avatar
茶陵後 已提交
4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684
						"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
							}
						],
						"collapsed": false,
						"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4685 4686 4687 4688
					}
				],
				"collapsed": false,
				"createdAt": ""
茶陵後's avatar
茶陵後 已提交
4689 4690
			},
			{
茶陵後's avatar
茶陵後 已提交
4691 4692 4693 4694 4695 4696
				"title": "知识图谱",
				"nav": [
					{
						"nav": [
							{
								"icon": "",
茶陵後's avatar
茶陵後 已提交
4697 4698 4699
								"name": "ownthink",
								"desc": "ownthink开源了史上最大规模的中文知识图谱",
								"url": "https://github.com/ownthink/KnowledgeGraphData",
茶陵後's avatar
茶陵後 已提交
4700
								"createdAt": "",
茶陵後's avatar
茶陵後 已提交
4701 4702 4703 4704
								"urls": {
									"中文": "https://www.ownthink.com/docs/bot/",
									"GitCode": "https://gitcode.net/mirrors/ownthink/KnowledgeGraphData"
								},
茶陵後's avatar
茶陵後 已提交
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
4715 4716
			},
			{
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738
				"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
茶陵後 已提交
4739 4740 4741 4742 4743 4744 4745 4746 4747
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "数据库",
		"nav": [
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4748
				"title": "关系数据库",
茶陵後's avatar
茶陵後 已提交
4749 4750 4751 4752 4753 4754
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834
								"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": {
									"GitCode": "https://github.com/sqlite/sqlite/"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "MariaDB",
								"desc": "MariaDB数据库管理系统是MySQL的一个分支,主要由开源社区在维护,采用GPL授权许可。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "",
								"urls": {
									"GitCode": "https://github.com/MariaDB/server"
								},
								"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
茶陵後 已提交
4835 4836 4837 4838 4839 4840
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4841
								"name": "Redis",
茶陵後's avatar
茶陵後 已提交
4842
								"desc": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855
								"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
茶陵後 已提交
4856
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879
								"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": {
									"GitCode": "https://github.com/hazelcast/hazelcast"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "Etcd",
								"desc": "Etcd是一个分布式的、高可用的、一致的key-value存储数据库,基于Go语言实现,主要用于共享配置和服务发现。",
								"url": "https://bbs.csdn.net/topics/603484031",
茶陵後's avatar
茶陵後 已提交
4880
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891
								"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
茶陵後 已提交
4892
								"createdAt": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4893 4894 4895
								"urls": {
									"GitCode": "https://gitcode.net/mirrors/ehcache/ehcache3"
								},
茶陵後's avatar
茶陵後 已提交
4896 4897 4898 4899 4900 4901 4902 4903 4904
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4905
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
4906 4907
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4908
				"title": "文档数据库",
茶陵後's avatar
茶陵後 已提交
4909 4910 4911 4912 4913 4914
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942
								"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
茶陵後 已提交
4943 4944 4945
								"urls": {},
								"rate": 5,
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957
							},
							{
								"icon": "",
								"name": "Google Cloud Firestore",
								"desc": "灵活且可扩缩的 NoSQL 云端数据库存储和同步数据",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://github.com/googleapis/nodejs-firestore"
								},
								"rate": 5,
								"top": false
茶陵後's avatar
茶陵後 已提交
4958 4959 4960 4961 4962 4963 4964
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4965
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
4966 4967
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4968
				"title": "时序数据库",
茶陵後's avatar
茶陵後 已提交
4969 4970
				"nav": [
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
4971
						"title": "",
茶陵後's avatar
茶陵後 已提交
4972 4973 4974
						"nav": [
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
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 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025
								"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": {
									"GitCode": "https://github.com/KxSystems/kdb"
								},
								"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": {
									"GitCode": "https://github.com/graphite-project/graphite-web"
								},
								"rate": 5,
								"top": false
							},
							{
								"icon": "",
								"name": "TimescaleDB",
								"desc": "TimescaleDB是基于PostgreSQL的时序数据库插件,完全继承了PostgreSQL的功能,TimescaleDB是一个开放源代码的时间序列数据库,针对快速提取和复杂查询进行了优化。",
								"url": "https://bbs.csdn.net/topics/603484031",
李少辉-开发者's avatar
李少辉-开发者 已提交
5026 5027
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5028 5029
									"GitCode": "https://gitcode.net/mirrors/timescale/timescaledb"
								},
茶陵後's avatar
茶陵後 已提交
5030 5031 5032 5033 5034
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5035
						"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5036 5037 5038
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5039
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5040 5041
			},
			{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5042
				"title": "图数据库",
Miykael_xxm's avatar
Miykael_xxm 已提交
5043 5044
				"nav": [
					{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5045
						"title": "",
Miykael_xxm's avatar
Miykael_xxm 已提交
5046 5047
						"nav": [
							{
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5048 5049 5050
								"icon": "",
								"name": "Neo4j",
								"desc": "Neo4j是一个高性能的,NOSQL图形数据库,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中",
Miykael_xxm's avatar
Miykael_xxm 已提交
5051
								"url": "https://bbs.csdn.net/topics/603484031",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5052 5053 5054 5055 5056 5057 5058 5059
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://gitcode.net/neo4j/neo4j"
								},
								"rate": 5,
								"top": false
							},
							{
Miykael_xxm's avatar
Miykael_xxm 已提交
5060
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5061 5062 5063 5064 5065 5066 5067 5068
								"name": "ArangoDB",
								"desc": "ArangoDB是一个原生多模型数据库,兼有key/value键/值对、graph图和document文档数据模型,提供了涵盖三种数据模型的统一的数据库查询语言,并允许在单个查询中混合使用三种模型。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://github.com/arangodb/arangodb"
								},
								"rate": 5,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5069
								"top": false
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5070
							},
茶陵後's avatar
茶陵後 已提交
5071 5072
							{
								"icon": "",
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103
								"name": "OrientDB",
								"desc": "OrientDB是一个开源NoSQL数据库管理系统。 NoSQL数据库提供了一种用于存储和检索引用除表式数据之外的数据(例如文档数据或图形数据)的NO关系或非关系数据的机制。",
								"url": "https://bbs.csdn.net/topics/603484031",
								"createdAt": "2021-11-21T13:06:06.671Z",
								"urls": {
									"GitCode": "https://github.com/orientechnologies/orientdb"
								},
								"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
茶陵後 已提交
5104 5105 5106 5107 5108
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5109
						"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5110 5111 5112
					}
				],
				"collapsed": false,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5113
				"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5114 5115
			},
			{
5116
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
5117 5118
				"nav": [
					{
5119
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
5120 5121 5122
						"nav": [
							{
								"icon": "",
5123 5124 5125 5126
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
5127
								"urls": {},
5128
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5129
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
5130 5131
							}
						],
5132
						"collapsed": false,
5133
						"createdAt": "2021-11-21T13:06:06.671Z"
Miykael_xxm's avatar
Miykael_xxm 已提交
5134 5135
					}
				],
5136
				"collapsed": false,
5137
				"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5138 5139 5140
			}
		],
		"id": 0,
BaiXuePrincess's avatar
BaiXuePrincess 已提交
5141
		"createdAt": "2021-11-21T13:06:06.671Z"
茶陵後's avatar
茶陵後 已提交
5142 5143
	},
	{
李少辉-开发者's avatar
李少辉-开发者 已提交
5144
		"title": "操作系统/芯片",
茶陵後's avatar
茶陵後 已提交
5145 5146
		"nav": [
			{
茶陵後's avatar
茶陵後 已提交
5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168
				"title": "Linux",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5169 5170
			},
			{
茶陵後's avatar
茶陵後 已提交
5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192
				"title": "Ubuntu",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5193 5194
			},
			{
茶陵後's avatar
茶陵後 已提交
5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216
				"title": "Windows",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5217 5218
			},
			{
茶陵後's avatar
茶陵後 已提交
5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240
				"title": "Centos",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5241 5242
			},
			{
茶陵後's avatar
茶陵後 已提交
5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264
				"title": "Gnu",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5265 5266
			},
			{
茶陵後's avatar
茶陵後 已提交
5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288
				"title": "MacOS",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5289 5290
			},
			{
茶陵後's avatar
茶陵後 已提交
5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312
				"title": "Risc-V",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5313 5314
			},
			{
茶陵後's avatar
茶陵後 已提交
5315
				"title": "OpenHarmonyOS",
茶陵後's avatar
茶陵後 已提交
5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"icon": "",
								"name": "",
								"desc": "",
								"url": "",
								"createdAt": "",
								"urls": {},
								"rate": 5,
								"top": false
							}
						],
						"collapsed": false,
						"createdAt": ""
					}
				],
				"collapsed": false,
				"createdAt": ""
Miykael_xxm's avatar
Miykael_xxm 已提交
5337 5338
			},
			{
5339
				"title": "有奖贡献",
Miykael_xxm's avatar
Miykael_xxm 已提交
5340 5341
				"nav": [
					{
5342
						"title": "邀请",
Miykael_xxm's avatar
Miykael_xxm 已提交
5343 5344 5345
						"nav": [
							{
								"icon": "",
5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360
								"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
茶陵後 已提交
5361 5362 5363 5364 5365 5366 5367 5368
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "云原生",
		"nav": [
李少辉-开发者's avatar
李少辉-开发者 已提交
5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434
			{
				"title": "容器",
				"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
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
			{
				"title": "安全",
				"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
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
茶陵後's avatar
茶陵後 已提交
5435
			{
5436
				"title": "有奖贡献",
茶陵後's avatar
茶陵後 已提交
5437 5438
				"nav": [
					{
5439
						"title": "邀请",
茶陵後's avatar
茶陵後 已提交
5440 5441
						"nav": [
							{
5442 5443
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
李少辉-开发者's avatar
李少辉-开发者 已提交
5444
								"url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
5445
								"createdAt": "李少辉",
Miykael_xxm's avatar
Miykael_xxm 已提交
5446
								"urls": {},
5447
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
5448
								"top": false
Miykael_xxm's avatar
Miykael_xxm 已提交
5449 5450 5451 5452 5453 5454
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
5455 5456 5457 5458 5459 5460 5461 5462
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "大数据",
		"nav": [
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
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 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016
			{
				"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
茶陵後 已提交
6017
			{
Miykael_xxm's avatar
Miykael_xxm 已提交
6018
				"title": "推荐项目",
茶陵後's avatar
茶陵後 已提交
6019 6020 6021 6022
				"nav": [
					{
						"nav": [
							{
6023 6024 6025 6026
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
茶陵後's avatar
茶陵後 已提交
6027
								"urls": {},
6028
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6029
								"top": false
茶陵後's avatar
茶陵後 已提交
6030 6031
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6032
						"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
6033 6034
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6035
				"createdAt": "2021-01-23T01:32:06.423Z"
茶陵後's avatar
茶陵後 已提交
6036 6037 6038 6039 6040 6041
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
李少辉-开发者's avatar
李少辉-开发者 已提交
6042 6043
		"title": "物联网",
		"nav": [
BaiXuePrincess's avatar
BaiXuePrincess 已提交
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 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115
			{
				"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": {
									"GitCode": "https://github.com/OpenAtomFoundation/TencentOS-tiny"
								},
								"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 已提交
6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137
							},
							{
								"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 已提交
6138 6139 6140 6141 6142 6143 6144
							}
						],
						"createdAt": "2021-01-23T01:32:06.423Z"
					}
				],
				"createdAt": "2021-01-23T01:32:06.423Z"
			},
李少辉-开发者's avatar
李少辉-开发者 已提交
6145
			{
6146
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6147 6148
				"nav": [
					{
6149
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6150 6151
						"nav": [
							{
6152 6153 6154 6155
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6156
								"urls": {},
6157
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6158
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6159 6160
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6161
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6162 6163
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6164
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6165 6166 6167 6168 6169 6170 6171 6172 6173
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "区块链",
		"nav": [
			{
6174
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6175 6176
				"nav": [
					{
6177
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6178 6179
						"nav": [
							{
6180 6181 6182 6183
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6184
								"urls": {},
6185
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6186
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6187 6188
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6189
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6190 6191
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6192
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6193 6194 6195 6196 6197 6198 6199 6200
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "企业应用",
		"nav": [
BaiXuePrincess's avatar
BaiXuePrincess 已提交
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
			{
				"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": {
									"GitCode": "https://github.com/jishenghua/jshERP"
								},
								"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"
			},
			{
				"title": "金融/股票证券",
				"nav": [
					{
						"title": "",
						"nav": [
							{
								"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"
			},
			{
				"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
李少辉-开发者 已提交
6338
			{
6339
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6340 6341
				"nav": [
					{
6342
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6343 6344
						"nav": [
							{
6345 6346 6347 6348
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6349
								"urls": {},
6350
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6351
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6352 6353
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6354
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6355 6356
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6357
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6358 6359 6360 6361 6362 6363 6364 6365 6366
			}
		],
		"id": 0,
		"createdAt": ""
	},
	{
		"title": "游戏/娱乐",
		"nav": [
			{
6367
				"title": "有奖贡献",
李少辉-开发者's avatar
李少辉-开发者 已提交
6368 6369
				"nav": [
					{
6370
						"title": "邀请",
李少辉-开发者's avatar
李少辉-开发者 已提交
6371 6372
						"nav": [
							{
6373 6374 6375 6376
								"name": "悬赏邀请补充当前板块内容",
								"desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉",
								"url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template",
								"createdAt": "李少辉",
李少辉-开发者's avatar
李少辉-开发者 已提交
6377
								"urls": {},
6378
								"rate": 0,
Miykael_xxm's avatar
bigdata  
Miykael_xxm 已提交
6379
								"top": false
李少辉-开发者's avatar
李少辉-开发者 已提交
6380 6381
							}
						],
Miykael_xxm's avatar
Miykael_xxm 已提交
6382
						"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6383 6384
					}
				],
Miykael_xxm's avatar
Miykael_xxm 已提交
6385
				"createdAt": "2021-01-23T01:32:06.423Z"
李少辉-开发者's avatar
李少辉-开发者 已提交
6386 6387 6388 6389 6390
			}
		],
		"id": 0,
		"createdAt": ""
	}
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
6391
]