From eb5337505241095722cb6c483f82f8c4e38170e0 Mon Sep 17 00:00:00 2001 From: gong hanbo <3438093763@qq.com> Date: Sun, 16 Nov 2025 20:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e45a4b4..e79afeb 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -7,8 +7,9 @@ export default defineConfig({ themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ - { text: "Home", link: "/" }, - { text: "Examples", link: "/markdown-examples" }, + { text: 'Home', link: '/' }, + { text: 'Examples', link: '/markdown-examples' } + ], sidebar: [ @@ -28,6 +29,8 @@ export default defineConfig({ }, ], + + socialLinks: [ { icon: "github", link: "https://github.com/vuejs/vitepress" }, ],