新增类

This commit is contained in:
2025-11-16 20:45:53 +08:00
parent f887ae4032
commit f8b3108986

View File

@@ -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' }
]