Skip to content

Commit e903135

Browse files
committed
fix: 修复文档错误
1 parent 1271526 commit e903135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default defineConfig({
99
nav: [
1010
{ text: '主页', link: '/' },
1111
{ text: '文档', link: '/start/about' },
12-
{ text: '插件商店', link: '/ecosystem/plugins'}
13-
{ text: 'LibAPI文档', link: 'https://mrb2api.xiaosu.icu' },
12+
{ text: '插件商店', link: '/ecosystem/plugins'},
13+
{ text: 'LibAPI文档', link: 'https://mrb2api.xiaosu.icu' }
1414
],
1515

1616
sidebar: [
@@ -36,7 +36,7 @@ export default defineConfig({
3636
{
3737
text: '生态'
3838
items: [
39-
{ text: '插件商店', link: '/ecosystem/plugins' },
39+
{ text: '插件商店', link: '/ecosystem/plugins' }
4040
]
4141
],
4242

0 commit comments

Comments
 (0)