From 529a6b488f4c9d11556b4d67938d366e46996c84 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Mon, 5 May 2025 20:16:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E5=BC=B9=E7=AA=97=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E6=B7=BB=E5=8A=A0=E7=BC=96=E7=A0=81=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=8A=9F=E8=83=BD=E5=B9=B6=E7=BB=9F=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/FileEditorOverlay.vue | 181 +++++++++++++++++- packages/frontend/src/stores/session.store.ts | 74 +++---- 2 files changed, 208 insertions(+), 47 deletions(-) diff --git a/packages/frontend/src/components/FileEditorOverlay.vue b/packages/frontend/src/components/FileEditorOverlay.vue index 1837089..93fa33c 100644 --- a/packages/frontend/src/components/FileEditorOverlay.vue +++ b/packages/frontend/src/components/FileEditorOverlay.vue @@ -1,5 +1,5 @@