diff --git a/src/components/editor/DefaultEditor.vue b/src/components/editor/DefaultEditor.vue index 0677be301..7ddc351b8 100644 --- a/src/components/editor/DefaultEditor.vue +++ b/src/components/editor/DefaultEditor.vue @@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => { { type: "button", icon: markRaw(MdiFileImageBox), - title: "SuperScript", + title: "插入附件", action: () => (attachmentSelectorModal.value = true), isActive: () => false, },