Skip to content

Commit

Permalink
fix: questions of review
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Dec 22, 2024
1 parent 9ca53d6 commit 6178ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CodemirrorEditor/EditorHeader/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function copy() {
}
// 输出提示
toast.success(`已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴`)
toast.success(copyMode.value === `html` ? `已复制 HTML 源码,请进行下一步操作。` : `已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴`)
editorRefresh()
emit(`endCopy`)
Expand Down Expand Up @@ -453,7 +453,7 @@ const formatOptions = ref<Format[]>([`rgb`, `hex`, `hsl`, `hsv`])
>
<DropdownMenuRadioGroup v-model="copyMode">
<DropdownMenuRadioItem value="txt">
文本
公众号格式
</DropdownMenuRadioItem>
<DropdownMenuRadioItem value="html">
HTML 格式
Expand Down

0 comments on commit 6178ab2

Please sign in to comment.