From 5c6f32a7db966568a77e3ebcf5c0e13181f025df Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 7 Nov 2024 20:10:46 +0800 Subject: [PATCH] Update TorrentItem.vue to display site name in subtitle --- src/components/cards/TorrentItem.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue index 249144a5..5441c60f 100644 --- a/src/components/cards/TorrentItem.vue +++ b/src/components/cards/TorrentItem.vue @@ -98,9 +98,7 @@ onMounted(() => { ↑{{ torrent?.seeders }} ↓{{ torrent?.peers }} - - {{ torrent?.description }} - + 【{{ torrent?.site_name }}】{{ torrent?.description }}
H&R