-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch-index.json
More file actions
474 lines (474 loc) · 14.2 KB
/
Copy pathsearch-index.json
File metadata and controls
474 lines (474 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
[
{
"title": "Python 异步编程实战",
"url": "./blog/python-async.html",
"category": "Python",
"description": "深入理解 Python 的异步编程模型,掌握 async/await 的使用方法",
"keywords": "python async await 并发 编程",
"type": "article"
},
{
"title": "现代 CSS 布局技巧",
"url": "./blog/css-layout.html",
"category": "前端",
"description": "探索 CSS Grid 和 Flexbox 的强大功能,学习现代化网页布局",
"keywords": "css grid flexbox 布局 响应式",
"type": "article"
},
{
"title": "React 性能优化指南",
"url": "./blog/react-performance.html",
"category": "React",
"description": "全面的 React 性能优化策略和最佳实践",
"keywords": "react 性能 优化 组件 虚拟化",
"type": "article"
},
{
"title": "Docker 容器化实践",
"url": "./blog/docker-practice.html",
"category": "DevOps",
"description": "从入门到精通的 Docker 容器化部署指南",
"keywords": "docker 容器 devops 部署",
"type": "article"
},
{
"title": "Vue.js 3.0 新特性解析",
"url": "./blog/vue3-features.html",
"category": "Vue.js",
"description": "Vue.js 3.0 的核心新特性和改进详解",
"keywords": "vue.js vue3 前端 组件",
"type": "article"
},
{
"title": "TypeScript 类型系统",
"url": "./blog/typescript-types.html",
"category": "TypeScript",
"description": "深入理解 TypeScript 的类型系统和高级类型",
"keywords": "typescript 类型 类型系统 泛型",
"type": "article"
},
{
"title": "Git 工作流最佳实践",
"url": "./blog/git-workflow.html",
"category": "工具",
"description": "团队协作中的 Git 工作流和分支管理策略",
"keywords": "git 版本控制 工作流 协作",
"type": "article"
},
{
"title": "Node.js 微服务架构",
"url": "./blog/nodejs-microservices.html",
"category": "Node.js",
"description": "使用 Node.js 构建可扩展的微服务架构",
"keywords": "node.js 微服务 架构 后端",
"type": "article"
},
{
"title": "Webpack 5 配置指南",
"url": "./blog/webpack5-guide.html",
"category": "构建工具",
"description": "Webapck 5 的新特性和配置优化",
"keywords": "webpack 构建工具 打包 优化",
"type": "article"
},
{
"title": "RESTful API 设计规范",
"url": "./blog/restful-api.html",
"category": "后端",
"description": "RESTful API 的设计原则和最佳实践",
"keywords": "api restful 后端 接口设计",
"type": "article"
},
{
"title": "程序员工具箱",
"url": "./nav.html",
"category": "导航",
"description": "精选的编程工具、AI 工具和学习资源",
"keywords": "工具 编程 导航 资源",
"type": "link"
},
{
"title": "技术书单推荐",
"url": "./book.html",
"category": "书籍",
"description": "优质技术书籍推荐和阅读指南",
"keywords": "书籍 阅读 技术书单",
"type": "link"
},
{
"title": "关于作者",
"url": "./about.html",
"category": "个人",
"description": "了解作者的技术背景和经历",
"keywords": "关于 作者 个人",
"type": "link"
},
{
"title": "联系方式",
"url": "./contact.html",
"category": "联系",
"description": "通过邮件或社交媒体联系作者",
"keywords": "联系 邮件 社交",
"type": "link"
},
{
"title": "OpenAI 官网",
"url": "https://openai.com/",
"category": "🌐 国外大模型官网",
"description": "ChatGPT、GPT-4、DALL-E开发商",
"keywords": "OpenAI 官网 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Anthropic 官网",
"url": "https://www.anthropic.com/",
"category": "🌐 国外大模型官网",
"description": "Claude系列大模型开发商",
"keywords": "Anthropic 官网 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Google DeepMind",
"url": "https://deepmind.google/",
"category": "🌐 国外大模型官网",
"description": "Gemini、AlphaFold开发商",
"keywords": "Google DeepMind 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Meta AI",
"url": "https://ai.meta.com/",
"category": "🌐 国外大模型官网",
"description": "Llama开源大模型开发商",
"keywords": "Meta AI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Mistral AI",
"url": "https://mistral.ai/",
"category": "🌐 国外大模型官网",
"description": "欧洲开源大模型公司",
"keywords": "Mistral AI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "xAI",
"url": "https://x.ai/",
"category": "🌐 国外大模型官网",
"description": "Grok大模型开发商",
"keywords": "xAI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Cohere",
"url": "https://cohere.com/",
"category": "🌐 国外大模型官网",
"description": "企业级NLP大模型",
"keywords": "Cohere 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Stability AI",
"url": "https://stability.ai/",
"category": "🌐 国外大模型官网",
"description": "Stable Diffusion开发商",
"keywords": "Stability AI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Midjourney",
"url": "https://midjourney.com/",
"category": "🌐 国外大模型官网",
"description": "AI图像生成平台",
"keywords": "Midjourney 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Hugging Face",
"url": "https://huggingface.co/",
"category": "🌐 国外大模型官网",
"description": "开源模型社区平台",
"keywords": "Hugging Face 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Perplexity AI",
"url": "https://www.perplexity.ai/",
"category": "🌐 国外大模型官网",
"description": "AI搜索引擎",
"keywords": "Perplexity AI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "Inflection AI",
"url": "https://inflection.ai/",
"category": "🌐 国外大模型官网",
"description": "Pi个人AI助手",
"keywords": "Inflection AI 🌐 国外大模型官网",
"type": "link"
},
{
"title": "百度智能云",
"url": "https://cloud.baidu.com/",
"category": "🇨🇳 国内大模型官网",
"description": "文心一言大模型平台",
"keywords": "百度智能云 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "阿里达摩院",
"url": "https://damo.alibaba.com/",
"category": "🇨🇳 国内大模型官网",
"description": "通义千问大模型",
"keywords": "阿里达摩院 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "智谱AI",
"url": "https://www.zhipuai.cn/",
"category": "🇨🇳 国内大模型官网",
"description": "ChatGLM大模型开发商",
"keywords": "智谱AI 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "百川智能",
"url": "https://www.baichuan-ai.com/",
"category": "🇨🇳 国内大模型官网",
"description": "百川大模型开发商",
"keywords": "百川智能 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "MiniMax",
"url": "https://www.minimaxi.com/",
"category": "🇨🇳 国内大模型官网",
"description": "海螺AI、abab大模型",
"keywords": "MiniMax 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "Moonshot AI",
"url": "https://www.moonshot.cn/",
"category": "🇨🇳 国内大模型官网",
"description": "Kimi大模型开发商",
"keywords": "Moonshot AI 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "DeepSeek",
"url": "https://www.deepseek.com/",
"category": "🇨🇳 国内大模型官网",
"description": "DeepSeek开源大模型",
"keywords": "DeepSeek 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "讯飞星火",
"url": "https://www.xfyun.cn/",
"category": "🇨🇳 国内大模型官网",
"description": "科大讯飞星火大模型",
"keywords": "讯飞星火 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "腾讯混元",
"url": "https://hunyuan.tencent.com/",
"category": "🇨🇳 国内大模型官网",
"description": "腾讯混元大模型",
"keywords": "腾讯混元 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "字节豆包",
"url": "https://www.doubao.com/",
"category": "🇨🇳 国内大模型官网",
"description": "字节跳动AI助手",
"keywords": "字节豆包 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "昆仑万维",
"url": "https://www.kunlun.com/",
"category": "🇨🇳 国内大模型官网",
"description": "天工大模型",
"keywords": "昆仑万维 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "商汤科技",
"url": "https://www.sensetime.com/",
"category": "🇨🇳 国内大模型官网",
"description": "日日新大模型",
"keywords": "商汤科技 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "360智脑",
"url": "https://ai.360.com/",
"category": "🇨🇳 国内大模型官网",
"description": "360大模型平台",
"keywords": "360智脑 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "网易伏羲",
"url": "https://fuxi.163.com/",
"category": "🇨🇳 国内大模型官网",
"description": "网易AI大模型",
"keywords": "网易伏羲 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "澜舟科技",
"url": "https://www.langboat.com/",
"category": "🇨🇳 国内大模型官网",
"description": "孟子大模型",
"keywords": "澜舟科技 🇨🇳 国内大模型官网",
"type": "link"
},
{
"title": "OpenRouter",
"url": "https://openrouter.ai/",
"category": "🔄 API中转站/聚合",
"description": "多模型API聚合服务",
"keywords": "OpenRouter 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Together AI",
"url": "https://together.ai/",
"category": "🔄 API中转站/聚合",
"description": "开源模型API云服务",
"keywords": "Together AI 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Replicate",
"url": "https://replicate.com/",
"category": "🔄 API中转站/聚合",
"description": "AI模型托管运行平台",
"keywords": "Replicate 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Fireworks AI",
"url": "https://fireworks.ai/",
"category": "🔄 API中转站/聚合",
"description": "高速推理API服务",
"keywords": "Fireworks AI 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Anyscale",
"url": "https://www.anyscale.com/",
"category": "🔄 API中转站/聚合",
"description": "Ray大模型服务",
"keywords": "Anyscale 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Perplexity API",
"url": "https://www.perplexity.ai/pro",
"category": "🔄 API中转站/聚合",
"description": "在线搜索API",
"keywords": "Perplexity API 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "GPT4Free",
"url": "https://github.com/xtekky/gpt4free",
"category": "🔄 API中转站/聚合",
"description": "开源免费GPT服务",
"keywords": "GPT4Free 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "CloseAI",
"url": "https://closeai.asia/",
"category": "🔄 API中转站/聚合",
"description": "国内中转服务",
"keywords": "CloseAI 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "API2D",
"url": "https://api2d.com/",
"category": "🔄 API中转站/聚合",
"description": "国内API代理",
"keywords": "API2D 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "OhMyGPT",
"url": "https://ohmygpt.com/",
"category": "🔄 API中转站/聚合",
"description": "多模型API聚合",
"keywords": "OhMyGPT 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "AIProxy",
"url": "https://aiproxy.io/",
"category": "🔄 API中转站/聚合",
"description": "API中转服务",
"keywords": "AIProxy 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "GPT_API_free",
"url": "https://github.com/chatanywhere/GPT_API_free",
"category": "🔄 API中转站/聚合",
"description": "免费API密钥",
"keywords": "GPT_API_free 🔄 API中转站/聚合",
"type": "link"
},
{
"title": "Hugging Face",
"url": "https://huggingface.co/",
"category": "🤖 模型托管/社区",
"description": "全球最大开源模型社区",
"keywords": "Hugging Face 🤖 模型托管/社区",
"type": "link"
},
{
"title": "ModelScope",
"url": "https://modelscope.cn/",
"category": "🤖 模型托管/社区",
"description": "阿里魔搭模型社区",
"keywords": "ModelScope 🤖 模型托管/社区",
"type": "link"
},
{
"title": "WiseModel",
"url": "https://wisemodel.cn/",
"category": "🤖 模型托管/社区",
"description": "智谱wisemodel社区",
"keywords": "WiseModel 🤖 模型托管/社区",
"type": "link"
},
{
"title": "MindSpore",
"url": "https://www.mindspore.cn/",
"category": "🤖 模型托管/社区",
"description": "华为昇思模型库",
"keywords": "MindSpore 🤖 模型托管/社区",
"type": "link"
},
{
"title": "PaddlePaddle",
"url": "https://www.paddlepaddle.org.cn/",
"category": "🤖 模型托管/社区",
"description": "百度飞桨模型库",
"keywords": "PaddlePaddle 🤖 模型托管/社区",
"type": "link"
},
{
"title": "Tencent Cloud TI",
"url": "https://ti.tencent.com/",
"category": "🤖 模型托管/社区",
"description": "腾讯TI平台",
"keywords": "Tencent Cloud TI 🤖 模型托管/社区",
"type": "link"
}
]