Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/docs/fluent-editor/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/fluent-editor/docs/demo/mention.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @提醒
# 提醒

通过输入 `@` 符号,可以触发提醒功能。

Expand Down
Loading