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 }}