From 4e69410011af6ac1de2c882c929ae3d01d9d06da Mon Sep 17 00:00:00 2001 From: chun_qiu Date: Sat, 8 Aug 2026 10:00:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E4=BE=BF=E7=AD=BE=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E6=96=B0=E5=A2=9E=E9=97=AE=E5=8D=B7=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=A8=A1=E5=BC=8F=EF=BC=8C=E6=94=AF=E6=8C=81=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=8F=AF=E6=B8=B2=E6=9F=93=E5=AD=97=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=8C=96=E7=BC=96=E8=BE=91=EF=BC=9B=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=BB=98=E8=AE=A4=E8=A7=86=E5=9B=BE=E4=B8=BA=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/NoteEditor.vue | 491 +++++++++++++++++- frontend/src/components/layout/TopNav.vue | 24 +- frontend/src/stores/ui.ts | 2 +- 3 files changed, 494 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/canvas/NoteEditor.vue b/frontend/src/components/canvas/NoteEditor.vue index ee6d9bd..be49ad1 100644 --- a/frontend/src/components/canvas/NoteEditor.vue +++ b/frontend/src/components/canvas/NoteEditor.vue @@ -1,5 +1,6 @@