From 1725088f058f490523892659b8d70e089ee0e5dc Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 27 May 2025 13:12:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=8F=92=E4=BB=B6=E6=B7=B7=E5=90=88?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...edSortCard.vue => PluginMixedSortCard.vue} | 118 +++++++++++------- src/views/plugin/PluginCardListView.vue | 10 +- 2 files changed, 74 insertions(+), 54 deletions(-) rename src/components/cards/{MixedSortCard.vue => PluginMixedSortCard.vue} (87%) diff --git a/src/components/cards/MixedSortCard.vue b/src/components/cards/PluginMixedSortCard.vue similarity index 87% rename from src/components/cards/MixedSortCard.vue rename to src/components/cards/PluginMixedSortCard.vue index 972c72e8..9ac67479 100644 --- a/src/components/cards/MixedSortCard.vue +++ b/src/components/cards/PluginMixedSortCard.vue @@ -1,51 +1,3 @@ - - + + diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 49f6bf42..6396a3cd 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -5,7 +5,6 @@ import api from '@/api' import type { Plugin } from '@/api/types' import NoDataFound from '@/components/NoDataFound.vue' import PluginAppCard from '@/components/cards/PluginAppCard.vue' -import PluginCard from '@/components/cards/PluginCard.vue' import noImage from '@images/logos/plugin.png' import { useDisplay } from 'vuetify' import { isNullOrEmptyObject } from '@/@core/utils' @@ -13,8 +12,7 @@ import { getPluginTabs } from '@/router/i18n-menu' import PluginMarketSettingDialog from '@/components/dialog/PluginMarketSettingDialog.vue' import { useDynamicButton } from '@/composables/useDynamicButton' import { useI18n } from 'vue-i18n' -import PluginFolderCard from '@/components/cards/PluginFolderCard.vue' -import MixedSortCard from '@/components/cards/MixedSortCard.vue' +import PluginMixedSortCard from '@/components/cards/PluginMixedSortCard.vue' // 国际化 const { t } = useI18n() @@ -1345,7 +1343,7 @@ function onDragEndPlugin(evt: any) { group="mixed" >