From 5312b82ba7050497d0b5037caaad6ee42aba630d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 22 May 2025 15:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20PluginAppCard=E3=80=81Plug?= =?UTF-8?q?inCard=20=E5=92=8C=20SubscribeCard=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E9=97=B4=E8=B7=9D=EF=BC=8C=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginAppCard.vue | 32 ++++++++++++++--------- src/components/cards/PluginCard.vue | 36 ++++++++++++++++---------- src/components/cards/SubscribeCard.vue | 9 +++---- 3 files changed, 46 insertions(+), 31 deletions(-) diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue index 4ed26d3b..c5164ce8 100644 --- a/src/components/cards/PluginAppCard.vue +++ b/src/components/cards/PluginAppCard.vue @@ -167,6 +167,7 @@ const dropdownItems = ref([ }" >
@@ -197,20 +198,27 @@ const dropdownItems = ref([
- - - - - {{ props.plugin?.plugin_author }} - - - - - {{ props.count?.toLocaleString() }} - + +
+ + + + {{ props.plugin?.plugin_author }} + + + + + {{ props.count?.toLocaleString() }} + +
- + diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 090e4d2c..0f2d8246 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -344,6 +344,7 @@ watch( }" >
@@ -375,22 +376,29 @@ watch(
- - - - - - - {{ props.plugin?.plugin_author }} - - - - - {{ props.count?.toLocaleString() }} - + +
+ + + + + + {{ props.plugin?.plugin_author }} + + + + + {{ props.count?.toLocaleString() }} + +
- +
- +
-
+
{{ (props.media?.total_episode || 0) - (props.media?.lack_episode || 0) }} / {{ props.media?.total_episode }}
- - + + {{ props.media?.username }}