Update TorrentItem.vue to display site name in subtitle

This commit is contained in:
jxxghp
2024-11-07 20:10:46 +08:00
parent 80b24cbfbc
commit 5c6f32a7db
+1 -3
View File
@@ -98,9 +98,7 @@ onMounted(() => {
<span class="text-green-700 ms-2 text-sm">{{ torrent?.seeders }}</span> <span class="text-green-700 ms-2 text-sm">{{ torrent?.seeders }}</span>
<span class="text-orange-700 ms-2 text-sm">{{ torrent?.peers }}</span> <span class="text-orange-700 ms-2 text-sm">{{ torrent?.peers }}</span>
</VListItemTitle> </VListItemTitle>
<VListItemSubtitle> <VListItemSubtitle> {{ torrent?.site_name }}{{ torrent?.description }} </VListItemSubtitle>
{{ torrent?.description }}
</VListItemSubtitle>
<div v-if="torrent?.labels" class="pt-2"> <div v-if="torrent?.labels" class="pt-2">
<VChip v-if="torrent?.hit_and_run" variant="elevated" size="small" class="me-1 mb-1 text-white bg-black"> <VChip v-if="torrent?.hit_and_run" variant="elevated" size="small" class="me-1 mb-1 text-white bg-black">
H&R H&R