diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 6c5c11b..b54462b 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -83,5 +83,15 @@ export default defineConfig({ ], }, ], + docFooter: [ + { + prev: '上一页', + next: '下一页' + } + ], + darkModeSwitchLabel: '浅色/深色模式', + outlineTitle: '此页的大纲', + sidebarMenuLabel: '菜单', + returnToTopLabel: '返回顶部' }, });