From 7a0864f5c25ed42022fdbc63cbd8a22fc7d80971 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 8 Mar 2025 18:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=8E=A8=E8=8D=90=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/shared/ExtensionCard.vue | 42 +++-- dashboard/src/stores/common.js | 4 +- dashboard/src/views/ExtensionMarketplace.vue | 151 ++++++++++-------- 3 files changed, 109 insertions(+), 88 deletions(-) diff --git a/dashboard/src/components/shared/ExtensionCard.vue b/dashboard/src/components/shared/ExtensionCard.vue index 4d4d386e7..0af20feb3 100644 --- a/dashboard/src/components/shared/ExtensionCard.vue +++ b/dashboard/src/components/shared/ExtensionCard.vue @@ -10,6 +10,10 @@ const props = defineProps({ type: Boolean, default: false, }, + highlight: { + type: Boolean, + default: false, + }, }); // 定义要发送到父组件的事件 @@ -62,7 +66,8 @@ const viewHandlers = () => {