We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b02a0b commit 42b8515Copy full SHA for 42b8515
src/.vitepress/config.mts
@@ -68,10 +68,10 @@ export default defineConfig({
68
text: '算法',
69
collapsed: false,
70
items: [
71
- { text: '排序', link: '/algorithm/sort' },
72
- { text: '搜索', link: '/algorithm/search' },
73
- { text: '设计思想', link: '/algorithm/idea' },
74
- { text: '经典算法', link: '/algorithm/classic' },
+ { text: '排序算法', link: '/algorithm/sort' },
+ { text: '搜索算法', link: '/algorithm/search' },
+ { text: '算法设计思想', link: '/algorithm/idea' },
+ { text: '经典算法真题', link: '/algorithm/classic' },
75
]
76
},
77
0 commit comments