From b00048e5ec2622c9d541a3410168e817498b30fa Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 19 Dec 2024 12:57:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E5=A4=96=E8=A7=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 125 +++++++++++++++++++++++++++--- src/components/CommandSideBar.vue | 82 +++++++++++++++++--- src/components/MonacoEditor.vue | 49 +++++++++--- src/css/app.css | 12 --- 4 files changed, 225 insertions(+), 43 deletions(-) diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 51b8bf4..089d6f8 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -1,5 +1,5 @@