diff --git a/src/app/docs/_components/DocumentSidebar/BlocksTab.tsx b/src/app/docs/_components/DocumentSidebar/BlocksTab.tsx index 7a30b6da..09b293af 100644 --- a/src/app/docs/_components/DocumentSidebar/BlocksTab.tsx +++ b/src/app/docs/_components/DocumentSidebar/BlocksTab.tsx @@ -83,8 +83,8 @@ const BlocksTab = () => { { id: 'all', name: '全部', icon: 'Grid3X3' }, { id: 'text', name: '文本', icon: 'Type' }, { id: 'media', name: '媒体', icon: 'Image' }, - { id: 'layout', name: '布局', icon: 'Layout' }, - { id: 'data', name: '数据', icon: 'BarChart3' }, + { id: 'layout', name: '布局', icon: 'LayoutDashboard' }, + { id: 'data', name: '数据', icon: 'Database' }, { id: 'interactive', name: '交互', icon: 'MousePointer' }, ]; @@ -154,28 +154,28 @@ const BlocksTab = () => { category: 'data', }, { - icon: 'BarChart3' as keyof typeof icons, + icon: 'ChartColumnBig' as keyof typeof icons, label: '图表', description: '插入各种类型的图表', blockType: 'chart', category: 'data', }, { - icon: 'Columns' as keyof typeof icons, + icon: 'LayoutDashboard' as keyof typeof icons, label: '多列布局', description: '创建多列内容布局', blockType: 'columns', category: 'layout', }, { - icon: 'Separator' as keyof typeof icons, + icon: 'Minus' as keyof typeof icons, label: '分割线', description: '添加水平分割线', blockType: 'divider', category: 'layout', }, { - icon: 'CheckSquare' as keyof typeof icons, + icon: 'ListTodo' as keyof typeof icons, label: '任务列表', description: '创建可勾选的任务列表', blockType: 'todolist', @@ -212,7 +212,7 @@ const BlocksTab = () => { }; return ( -