From a7f15e0ba7e254e94545b992775a8ae79e40366b Mon Sep 17 00:00:00 2001 From: Shu Guang <61069967+shuguangnet@users.noreply.github.com> Date: Sat, 17 May 2025 22:41:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E5=B8=96=E4=B8=8E=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=B8=96=E5=AD=90=E9=83=BD=E6=98=AF=E7=94=A8tinymce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edit/tinymce.vue | 138 +++++++++++++++----------------- src/router/index.js | 4 +- 2 files changed, 68 insertions(+), 74 deletions(-) diff --git a/src/components/edit/tinymce.vue b/src/components/edit/tinymce.vue index 1f5b8185..a241a84b 100644 --- a/src/components/edit/tinymce.vue +++ b/src/components/edit/tinymce.vue @@ -2,8 +2,10 @@
-

创建新文章

-

分享你的知识、经验和创意

+

{{ articleId ? "编辑文章" : "创建新文章" }}

+

+ {{ articleId ? "完善你的知识分享" : "分享你的知识、经验和创意" }} +

@@ -15,15 +17,6 @@ :allowClear="true" /> - - -