优化模版

This commit is contained in:
tianyaxiang 2025-01-31 13:04:16 +08:00
parent 5242db9f79
commit c0e59e4752

View File

@ -96,13 +96,6 @@ export function MarkdownToolbar({ onInsert }: MarkdownToolbarProps) {
text: '> ',
placeholder: '引用文本'
},
{
icon: <Code className="h-4 w-4" />,
title: '代码',
text: '`',
wrap: true,
placeholder: '代码'
},
{
icon: <Code className="h-4 w-4" />,
title: '代码块',