From 897d5978851f71e171ed8b17624dccca2fc33c13 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 6 May 2024 23:44:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E8=BF=90=E8=A1=8C=E5=90=8E?= =?UTF-8?q?=E5=B0=B1=E8=87=AA=E5=8A=A8=E4=BF=9D=E5=AD=98=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=97=B6=E4=B8=8D=E5=85=B3=E9=97=AD=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 189 +++++++++++++----- .../quickcommandUI/QuickCommand.vue | 4 +- src/pages/ConfigurationPage.vue | 2 +- 3 files changed, 146 insertions(+), 49 deletions(-) diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 65bf832..51b8bf4 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -1,18 +1,27 @@