From a48cb3738dec0714322bca059993934924a90eee Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Mon, 7 Jul 2025 00:16:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(editor):=20=E9=87=8D=E6=9E=84=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E7=BB=84=E4=BB=B6=E4=BB=A3=E7=A0=81=E5=9D=97?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整MarkDownEditor和RichTextEditor为template→script→style顺序 - 统一编辑器组件结构规范 - 提升组件代码可读性 --- .../custom/Editor/MarkDownEditor/index.vue | 12 ++++++------ .../custom/Editor/RichTextEditor/index.vue | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/custom/Editor/MarkDownEditor/index.vue b/src/components/custom/Editor/MarkDownEditor/index.vue index 504a581..761cd18 100644 --- a/src/components/custom/Editor/MarkDownEditor/index.vue +++ b/src/components/custom/Editor/MarkDownEditor/index.vue @@ -1,3 +1,9 @@ + + - - diff --git a/src/components/custom/Editor/RichTextEditor/index.vue b/src/components/custom/Editor/RichTextEditor/index.vue index 50abb60..31a3271 100644 --- a/src/components/custom/Editor/RichTextEditor/index.vue +++ b/src/components/custom/Editor/RichTextEditor/index.vue @@ -1,3 +1,7 @@ + + - -