From 61a058eab3652d766a96f2e8fa5d17b3bb33750e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E6=B6=9B?= Date: Fri, 10 Oct 2025 22:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E7=BC=96=E8=BE=91=E5=99=A8=E9=9B=8F=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RichTextEditor.vue | 563 ++++++++++++++++++++++++++++++ src/pages/NoteEditorPage.vue | 514 +++++++++++---------------- src/pages/NoteEditorPage_old.vue | 174 --------- 3 files changed, 772 insertions(+), 479 deletions(-) create mode 100644 src/components/RichTextEditor.vue delete mode 100644 src/pages/NoteEditorPage_old.vue diff --git a/src/components/RichTextEditor.vue b/src/components/RichTextEditor.vue new file mode 100644 index 0000000..2e75817 --- /dev/null +++ b/src/components/RichTextEditor.vue @@ -0,0 +1,563 @@ + + + + + diff --git a/src/pages/NoteEditorPage.vue b/src/pages/NoteEditorPage.vue index ac0192e..6dfe30d 100644 --- a/src/pages/NoteEditorPage.vue +++ b/src/pages/NoteEditorPage.vue @@ -1,317 +1,221 @@ - + + + diff --git a/src/pages/NoteEditorPage_old.vue b/src/pages/NoteEditorPage_old.vue deleted file mode 100644 index 3299c13..0000000 --- a/src/pages/NoteEditorPage_old.vue +++ /dev/null @@ -1,174 +0,0 @@ - - - \ No newline at end of file