From 3cd0b47dc6dddb62f89c6488936d44a200385701 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 26 Oct 2025 19:41:00 +0800 Subject: [PATCH] feat: add GitHub link button to ExtensionCard for extensions with a repository --- .../src/components/shared/ExtensionCard.vue | 12 ++++++---- dashboard/src/views/ExtensionPage.vue | 24 ++++++++++--------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/dashboard/src/components/shared/ExtensionCard.vue b/dashboard/src/components/shared/ExtensionCard.vue index bd9df7ed7..d04b65374 100644 --- a/dashboard/src/components/shared/ExtensionCard.vue +++ b/dashboard/src/components/shared/ExtensionCard.vue @@ -93,8 +93,7 @@ const viewReadme = () => {
- +
@@ -103,6 +102,10 @@ const viewReadme = () => {