feat: reactive sidebar

This commit is contained in:
2026-02-26 15:22:40 +08:00
parent b6718927c7
commit 2ab6ed9687
3 changed files with 117 additions and 59 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import './md-link';
// 导出组件
export { Article } from './Article';
export type { ArticleProps } from './Article';
export { Sidebar } from './Sidebar';
export { MobileSidebar, DesktopSidebar } from './Sidebar';
export type { SidebarProps } from './Sidebar';
export { FileTreeNode, HeadingNode } from './FileTree';