diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue
index 238546a3..95b7f1b3 100644
--- a/src/components/cards/TorrentItem.vue
+++ b/src/components/cards/TorrentItem.vue
@@ -130,13 +130,12 @@ onMounted(() => {
-
+
{{ torrent?.title }}
↑{{ torrent?.seeders }}
↓{{ torrent?.peers }}
diff --git a/src/views/discover/TorrentRowListView.vue b/src/views/discover/TorrentRowListView.vue
index 65d95b58..564138cc 100644
--- a/src/views/discover/TorrentRowListView.vue
+++ b/src/views/discover/TorrentRowListView.vue
@@ -101,7 +101,10 @@ onMounted(() => {
-
+
{
-
+
站点