From f8b31089866f4c29b56bc8cef2bc4a53522d9fea Mon Sep 17 00:00:00 2001 From: gong hanbo <3438093763@qq.com> Date: Sun, 16 Nov 2025 20:45:53 +0800 Subject: [PATCH 1/3] =?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 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a686f8e..9f066d9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -8,8 +8,8 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' }, - { text: 'ghb', link :'/ghb'} + { text: 'Examples', link: '/markdown-examples' } + ], sidebar: [ @@ -18,11 +18,18 @@ export default defineConfig({ items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' }, + ] + }, + { + text: 'ex', + items: [ { text: '龚涵博', link :'/ghb'} ] } ], + + socialLinks: [ { icon: 'github', link: 'https://github.com/vuejs/vitepress' } ] 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 2/3] =?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" }, ], From f209f4c30a9bed7059e8812e8452c272b12d94e6 Mon Sep 17 00:00:00 2001 From: gong hanbo <3438093763@qq.com> Date: Sun, 16 Nov 2025 20:57:56 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9C=80=E6=96=B0=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 068d7a5..56e7f2c 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -18,8 +18,7 @@ export default defineConfig({ items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' }, - { text: "Markdown Examples", link: "/markdown-examples" }, - { text: "Runtime API Examples", link: "/api-examples" }, + { text: "龚涵博", link: "/ghb" }, { text: "吴禹谷", link: "/wyg" }, { text: "黄睿", link: "/hr" },