diff --git a/src/components/editor/Editor.tsx b/src/components/editor/Editor.tsx index 021c113..fcef0bf 100644 --- a/src/components/editor/Editor.tsx +++ b/src/components/editor/Editor.tsx @@ -370,14 +370,14 @@ export function Editor() { activeNoteId && toggleStar(activeNoteId)} - title={activeNote.starred ? '取消收藏' : '收藏'} + title={activeNote.starred ? '取消收藏' : '收藏笔记'} className="toolbar-btn shrink-0 mt-2" > {focusMode