We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3e6d4 commit 615529dCopy full SHA for 615529d
docs/.vitepress/config.ts
@@ -32,7 +32,7 @@ export default defineConfig({
32
{ text: '演示', link: '/demo/basic/', activeMatch: '^/demo/' },
33
{ text: 'API', link: '/api/', activeMatch: '^/api/' },
34
{ text: '常见问题', link: '/faq/', activeMatch: '^/faq/' },
35
- { text: '联系我', link: '/contact-me/', activeMatch: '^/contact-me/' }
+ { text: '社区群', link: '/contact-me/', activeMatch: '^/contact-me/' }
36
]
37
}
38
},
docs/.vitepress/sidebar.ts
@@ -59,7 +59,7 @@ export const sidebar = {
59
items: [{ text: '常见问题', link: '/faq/' }]
60
61
{
62
- text: '联系我',
+ text: '社区群',
63
link: '/contact-me/'
64
65
0 commit comments