docs: update

This commit is contained in:
ZiuChen
2023-03-06 00:04:39 +08:00
parent 4d3118717a
commit 2c75d1d1fc
3 changed files with 23 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ export default defineConfig({
text: '我的项目',
items: [
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
{ text: '超级Markdown', link: '/project/Markdown/' },
{ text: '超级分词', link: '/project/SmartWordBreak/' }
]
},
@@ -49,6 +50,7 @@ export default defineConfig({
collapsible: true,
items: [
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
{ text: '超级Markdown', link: '/project/Markdown/' },
{ text: '超级分词', link: '/project/SmartWordBreak/' }
]
},