From 8d6fada1eb329038ddb721bb4f9408d6e0296077 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 26 Jun 2025 23:25:59 +0800 Subject: [PATCH] feat(ExtensionPage): show confirm dialog when click install plugin button --- dashboard/src/views/ExtensionPage.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index aeaa6d97..002fe4d0 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -814,12 +814,16 @@ onMounted(async () => { + + +

{{ tm('market.recommended') }}

+ @install="extension_url = plugin.repo; dialog = true; uploadTab = 'url'" @view-readme="open(plugin.repo)"> @@ -872,7 +876,7 @@ onMounted(async () => {