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 @@
-
-
-
-
-
$emit('renameFolder', oldName, newName)"
- @update-config="config => $emit('updateFolderConfig', item.id, config)"
- />
-
-
-
-
-
-
-
+
+
+
+
+
$emit('renameFolder', oldName, newName)"
+ @update-config="(folderName, config) => $emit('updateFolderConfig', folderName, config)"
+ />
+
+
+
+
+
+
+
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"
>
-
-