From 2b5ecf3f8ad9ec43bb4fd668ee40c49513f396c3 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 30 Dec 2024 19:10:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(PluginCard):=20=E7=A7=BB=E9=99=A4=E6=82=AC?= =?UTF-8?q?=E5=81=9C=E6=98=BE=E7=A4=BA=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=92=8C=E6=8F=8F=E8=BF=B0=E7=9A=84=E8=BF=87=E6=B8=A1=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E4=BB=A5=E7=AE=80=E5=8C=96=E7=BB=84=E4=BB=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginCard.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 22e90bbc..4ef09fe6 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -416,18 +416,11 @@ watch( {{ props.plugin?.plugin_name }} - - v{{ props.plugin?.plugin_version }} - + v{{ props.plugin?.plugin_version }} - - - {{ props.plugin?.plugin_desc }} - - + + {{ props.plugin?.plugin_desc }} +
@@ -452,7 +445,7 @@ watch( {{ props.plugin?.plugin_author }} - + {{ props.count?.toLocaleString() }}