完善 mdx 文件处理,修复代码高亮问题

This commit is contained in:
2025-12-09 11:22:30 +08:00
parent bdb6264825
commit 5202f8190e
8 changed files with 105 additions and 73 deletions

View File

@@ -1,11 +1,8 @@
'use client'
import QuickStart from '@/components/docs/quick-start.mdx'
import Markdown from '@/components/markdown'
export default function CollectPage() {
return (
<Markdown>
<QuickStart/>
</Markdown>
<QuickStart/>
)
}