Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@ const BlocksTab = () => {
blockType: 'table',
category: 'data',
},
{
icon: 'ChartColumnBig',
label: '图表',
description: '插入各种类型的图表',
blockType: 'chart',
category: 'data',
},
{
icon: 'Minus',
label: '分割线',
Expand Down Expand Up @@ -195,14 +188,6 @@ const BlocksTab = () => {
blockType: 'ai',
category: 'interactive',
},
// 插入倒计时组件
{
icon: 'Timer',
label: '倒计时',
description: '插入倒计时组件',
blockType: 'countdown',
category: 'interactive',
},
];

// 过滤区块
Expand Down
108 changes: 0 additions & 108 deletions apps/DocFlow/src/extensions/Chart/Chart.ts

This file was deleted.

Loading
Loading