From fefdf9578c6555950fd6f0f96ad6f1b873fe9781 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 3 Apr 2024 20:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0quickcomman.userData=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=20=EF=BC=8C=E5=8F=AF=E4=BB=A5=E5=A2=9E=E3=80=81?= =?UTF-8?q?=E5=88=A0=E3=80=81=E6=94=B9=E3=80=81=E6=9F=A5=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quickcommandUI/QuickCommand.vue | 53 +++++-- src/js/utools.js | 140 +++++++++--------- .../monaco/types/quickcommand.api.d.ts | 55 ++++++- 3 files changed, 161 insertions(+), 87 deletions(-) diff --git a/src/components/quickcommandUI/QuickCommand.vue b/src/components/quickcommandUI/QuickCommand.vue index 52fb595..ac10501 100644 --- a/src/components/quickcommandUI/QuickCommand.vue +++ b/src/components/quickcommandUI/QuickCommand.vue @@ -1,13 +1,30 @@