diff --git a/src/components/editor/components/EditorToolbar.tsx b/src/components/editor/components/EditorToolbar.tsx
index e56b4fb..e245fe7 100644
--- a/src/components/editor/components/EditorToolbar.tsx
+++ b/src/components/editor/components/EditorToolbar.tsx
@@ -161,6 +161,9 @@ export function EditorToolbar({
{isDraft && (
未保存
)}
+ {!isDraft && (
+ 已保存
+ )}