From 21f352aa644e456c830d5ddc52629622c4ca3716 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 May 2025 16:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20PluginAppCard=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=8F=92=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD=EF=BC=9B=E8=B0=83?= =?UTF-8?q?=E6=95=B4=20PluginFolderCard=20=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BD=8D=E7=BD=AE=E5=92=8C=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=9B=E6=9B=B4=E6=96=B0=20PluginCardListV?= =?UTF-8?q?iew=20=E7=BB=84=E4=BB=B6=E7=9A=84=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginAppCard.vue | 25 ++++++++++++++--------- src/components/cards/PluginFolderCard.vue | 4 ++-- src/views/plugin/PluginCardListView.vue | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/components/cards/PluginAppCard.vue b/src/components/cards/PluginAppCard.vue index 1730c782..872e0b0f 100644 --- a/src/components/cards/PluginAppCard.vue +++ b/src/components/cards/PluginAppCard.vue @@ -190,9 +190,22 @@ const dropdownItems = ref([
- +
{{ props.plugin?.plugin_desc }} - +
+ +
+ + {{ tag }} + +
@@ -208,14 +221,6 @@ const dropdownItems = ref([
- - -
- - {{ tag }} - -
-
diff --git a/src/components/cards/PluginFolderCard.vue b/src/components/cards/PluginFolderCard.vue index 1ebeebf0..318bfa83 100644 --- a/src/components/cards/PluginFolderCard.vue +++ b/src/components/cards/PluginFolderCard.vue @@ -310,11 +310,11 @@ const dropdownItems = ref([
-
+
diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index daab0e70..06d39d9e 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -1210,7 +1210,7 @@ function onDragEndPlugin(evt: any) {