From e998df03bc5e7161bae0f839b3d0a30e895d4c9e Mon Sep 17 00:00:00 2001 From: yuantao Date: Mon, 3 Nov 2025 09:58:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=E9=A2=84=E8=AE=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/useAppStore.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/stores/useAppStore.js b/src/stores/useAppStore.js index dc7ea11..7e7bacd 100644 --- a/src/stores/useAppStore.js +++ b/src/stores/useAppStore.js @@ -101,23 +101,7 @@ export const useAppStore = defineStore('app', { // Mock folders - 使用固定的日期值 // 预设的文件夹示例数据 - const mockFolders = [ - { - id: 'folder1', - name: '工作', - createdAt: '2025-10-12T10:00:00.000Z', - }, - { - id: 'folder2', - name: '个人', - createdAt: '2025-10-12T10:00:00.000Z', - }, - { - id: 'folder3', - name: '学习', - createdAt: '2025-10-12T10:00:00.000Z', - }, - ] + const mockFolders = [] // Mock settings // 预设的设置示例数据 -- 2.49.1 From 11f7f7c829e405cf208d4651d9e2f7417e5b603d Mon Sep 17 00:00:00 2001 From: yuantao Date: Mon, 3 Nov 2025 10:17:11 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E5=AE=B9=E5=99=A8=E9=AB=98=E5=BA=A6=E7=8E=B0=E5=9C=A8?= =?UTF-8?q?=E4=BC=9A=E8=87=AA=E5=8A=A8=E8=AE=A1=E7=AE=97=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/NoteEditorPage.vue | 958 +++++++++++++++++++---------------- 1 file changed, 518 insertions(+), 440 deletions(-) diff --git a/src/pages/NoteEditorPage.vue b/src/pages/NoteEditorPage.vue index e11325c..680b951 100644 --- a/src/pages/NoteEditorPage.vue +++ b/src/pages/NoteEditorPage.vue @@ -1,440 +1,518 @@ - - - - - + + + + + -- 2.49.1 From 80a0eef3f102b693214a32a4affc795ae54ecee8 Mon Sep 17 00:00:00 2001 From: yuantao Date: Mon, 3 Nov 2025 11:41:53 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E4=B8=AD=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E3=80=81=E9=A2=84=E8=A7=88=E5=92=8C=E8=A3=81=E5=88=87=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RichTextEditor.vue | 4151 ++++++++++++++++------------- 1 file changed, 2267 insertions(+), 1884 deletions(-) diff --git a/src/components/RichTextEditor.vue b/src/components/RichTextEditor.vue index 10f6de0..8a01f15 100644 --- a/src/components/RichTextEditor.vue +++ b/src/components/RichTextEditor.vue @@ -1,1884 +1,2267 @@ - - - - - + + + + + -- 2.49.1