From d64f00a8b442056286bbf060bbbb831e1d064e2d Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 20 Jan 2025 16:55:43 +0800 Subject: [PATCH] =?UTF-8?q?quickcommandUI=E6=A0=B7=E5=BC=8F=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quickcommandUI/ButtonBox.vue | 8 +- src/components/quickcommandUI/ConfirmBox.vue | 28 +++++-- src/components/quickcommandUI/InputBox.vue | 28 +++++-- .../quickcommandUI/QuickCommand.vue | 12 ++- src/components/quickcommandUI/SelectList.vue | 10 +-- src/components/quickcommandUI/TextArea.vue | 77 ++++++++++++++++--- 6 files changed, 124 insertions(+), 39 deletions(-) diff --git a/src/components/quickcommandUI/ButtonBox.vue b/src/components/quickcommandUI/ButtonBox.vue index 9f941b6..e40b4fb 100644 --- a/src/components/quickcommandUI/ButtonBox.vue +++ b/src/components/quickcommandUI/ButtonBox.vue @@ -1,9 +1,9 @@