diff --git a/packages/docs/fluent-editor/.vitepress/sidebar.ts b/packages/docs/fluent-editor/.vitepress/sidebar.ts index 58493043..8cc30201 100644 --- a/packages/docs/fluent-editor/.vitepress/sidebar.ts +++ b/packages/docs/fluent-editor/.vitepress/sidebar.ts @@ -19,7 +19,7 @@ export function sidebar() { { text: '文件上传', link: '/docs/demo/file-upload' }, { text: '代码块高亮', link: '/docs/demo/code-block-highlight' }, { text: '表格', link: '/docs/demo/table-up' }, - { text: '@提醒', link: '/docs/demo/mention' }, + { text: '提醒', link: '/docs/demo/mention' }, { text: '快捷菜单', link: '/docs/demo/shortcut-key' }, { text: '插入表情', link: '/docs/demo/emoji' }, { text: '格式刷', link: '/docs/demo/format-painter' }, diff --git a/packages/docs/fluent-editor/docs/demo/mention.md b/packages/docs/fluent-editor/docs/demo/mention.md index f79abac4..e932ad44 100644 --- a/packages/docs/fluent-editor/docs/demo/mention.md +++ b/packages/docs/fluent-editor/docs/demo/mention.md @@ -1,4 +1,4 @@ -# @提醒 +# 提醒 通过输入 `@` 符号,可以触发提醒功能。