update v3.10.1

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-06 19:14:45 +08:00
parent c44855e573
commit 697d3773c8
13 changed files with 1415 additions and 503 deletions
+43 -4
View File
@@ -50,12 +50,51 @@ const config: Config = {
},
items: [
{
type: 'doc',
docId: 'intro-docs',
type: 'dropdown',
label: '📚 技术文档',
position: 'left',
label: 'Docs',
items: [
{
type: 'doc',
docId: 'backend-doc/intro-docs',
label: '⚙️ 后端技术',
},
{
type: 'doc',
docId: 'frontend-doc/intro-docs',
label: '⚛️ 前端开发',
},
{
type: 'doc',
docId: 'LeetCode/intro-docs',
label: '🧠 算法与面试',
},
],
},
{
type: 'dropdown',
label: '🛠️ 工具与资源',
position: 'left',
items: [
{
label: '📖 最佳实践',
href: '#',
},
{
label: '🔗 常用链接',
href: '#',
},
{
label: '📚 推荐阅读',
href: '#',
},
],
},
{
to: '/blog',
label: '📝 Blog',
position: 'left'
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/chuyaoyuan/code-docs',
label: 'GitHub',