From feaf1ccf64f4a1b2fa45286cc6e72a9fa3305a15 Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 23 Jan 2025 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=20OptionEditor=20=E5=92=8C?= =?UTF-8?q?=20ParamInput=20=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=97=E5=AE=BD=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../composer/card/CommandButtons.vue | 2 +- .../composer/common/OptionEditor.vue | 24 ++++++++++--------- src/components/composer/param/ParamInput.vue | 23 ++++++++++++++---- src/js/composer/commands/macosCommands.js | 3 --- src/js/composer/commands/windowsCommands.js | 2 +- 5 files changed, 34 insertions(+), 20 deletions(-) diff --git a/src/components/composer/card/CommandButtons.vue b/src/components/composer/card/CommandButtons.vue index 707e28a..cc74117 100644 --- a/src/components/composer/card/CommandButtons.vue +++ b/src/components/composer/card/CommandButtons.vue @@ -1,5 +1,5 @@