From 71e0ccdfec276cce2a1ad11979ccbe940b12953b Mon Sep 17 00:00:00 2001 From: zhx Date: Mon, 24 Mar 2025 16:41:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4=EF=BC=8C?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E9=9D=9E?= =?UTF-8?q?=E7=A9=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/ConfirmDialog.vue | 44 +++++++++++++++++++ .../src/components/shared/ExtensionCard.vue | 19 ++++++-- dashboard/src/main.ts | 6 ++- dashboard/src/plugins/confirmPlugin.ts | 26 +++++++++++ dashboard/src/views/ExtensionPage.vue | 2 +- 5 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 dashboard/src/components/ConfirmDialog.vue create mode 100644 dashboard/src/plugins/confirmPlugin.ts diff --git a/dashboard/src/components/ConfirmDialog.vue b/dashboard/src/components/ConfirmDialog.vue new file mode 100644 index 000000000..60380764b --- /dev/null +++ b/dashboard/src/components/ConfirmDialog.vue @@ -0,0 +1,44 @@ + + + diff --git a/dashboard/src/components/shared/ExtensionCard.vue b/dashboard/src/components/shared/ExtensionCard.vue index a88d6beb8..18f845646 100644 --- a/dashboard/src/components/shared/ExtensionCard.vue +++ b/dashboard/src/components/shared/ExtensionCard.vue @@ -1,5 +1,5 @@