新增类

This commit is contained in:
2025-11-16 20:45:53 +08:00
parent 27b7a7b21c
commit eb53375052

View File

@@ -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" },
],