diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue
index c75357ea..34e0d190 100644
--- a/src/views/plugin/PluginCardListView.vue
+++ b/src/views/plugin/PluginCardListView.vue
@@ -165,7 +165,8 @@ const filterPlugins = computed(() => {
// 需要忽略大小写
return (
item.plugin_name?.toLowerCase().includes(keyword.value.toLowerCase()) ||
- item.plugin_desc?.toLowerCase().includes(keyword.value.toLowerCase())
+ item.plugin_desc?.toLowerCase().includes(keyword.value.toLowerCase()) ||
+ !keyword
)
})
})
@@ -205,7 +206,6 @@ async function fetchUninstalledPlugins() {
data.has_update = true
data.repo_url = uninstalled.repo_url
data.history = uninstalled.history
- data.plugin_label = uninstalled.plugin_label
}
}
}
@@ -430,41 +430,41 @@ onBeforeMount(async () => {
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.plugin_name }}v{{ item?.plugin_version }}
-
-
-
-
- {{ label }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.plugin_name }}v{{ item?.plugin_version }}
+
+
+
+
+ {{ label }}
+
{{ item.plugin_desc }}
-
-
-
-
+
+
+
+