新增类

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: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [
{ text: "Home", link: "/" }, { text: 'Home', link: '/' },
{ text: "Examples", link: "/markdown-examples" }, { text: 'Examples', link: '/markdown-examples' }
], ],
sidebar: [ sidebar: [
@@ -28,6 +29,8 @@ export default defineConfig({
}, },
], ],
socialLinks: [ socialLinks: [
{ icon: "github", link: "https://github.com/vuejs/vitepress" }, { icon: "github", link: "https://github.com/vuejs/vitepress" },
], ],