From 8ee3adae6afa5f8480b444df0ffefd6ba675cf8b Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sun, 30 Aug 2026 10:07:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=AE=8C=E5=96=84Markdown?= =?UTF-8?q?=E9=80=89=E5=8C=BA=E6=A0=BC=E5=BC=8F=E5=B7=A5=E5=85=B7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/editor/VisualMarkdownEditor.vue | 67 +++++++++++++++---- .../src/features/editor/fontSizeMarkdown.ts | 64 ++++++++++++++++++ 2 files changed, 117 insertions(+), 14 deletions(-) create mode 100644 frontend/src/features/editor/fontSizeMarkdown.ts diff --git a/frontend/src/features/editor/VisualMarkdownEditor.vue b/frontend/src/features/editor/VisualMarkdownEditor.vue index ee235c9..b0a1b39 100644 --- a/frontend/src/features/editor/VisualMarkdownEditor.vue +++ b/frontend/src/features/editor/VisualMarkdownEditor.vue @@ -1,6 +1,5 @@