From dc9c08ed301f8dae95589f069ba3973d75a2b068 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 19 Apr 2025 12:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20TorrentCard=20=E5=92=8C=20?= =?UTF-8?q?TorrentItem=20=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E6=A0=87=E7=AD=BE=E7=9A=84=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E4=B8=BA=20x-small=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E5=92=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BD=93=E9=AA=8C=E3=80=82=E5=90=8C=E6=97=B6=EF=BC=8C=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E4=BA=86=E5=8D=A1=E7=89=87=E5=BA=95=E9=83=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E5=B8=83=E5=B1=80=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E5=9C=A8=E4=B8=8D=E5=90=8C=E8=AE=BE=E5=A4=87=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E9=80=82=E9=85=8D=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/TorrentCard.vue | 35 ++++++++++++++++------------ src/components/cards/TorrentItem.vue | 16 ++++++------- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/src/components/cards/TorrentCard.vue b/src/components/cards/TorrentCard.vue index ea68b8f0..9cc4e0f0 100644 --- a/src/components/cards/TorrentCard.vue +++ b/src/components/cards/TorrentCard.vue @@ -136,7 +136,12 @@ onMounted(() => { {{ media?.title ?? meta?.name }} - + {{ meta?.season_episode }} @@ -144,7 +149,7 @@ onMounted(() => {
- {
- + {{ meta?.edition }} - + {{ meta?.resource_pix }} - + {{ meta?.video_encode }} - + {{ meta?.resource_team }} @@ -214,21 +219,22 @@ onMounted(() => { v-for="(label, index) in torrent?.labels" :key="index" class="chip-label rounded-sm" - size="small" + size="x-small" variant="elevated" - >{{ label }} + {{ label }} + - H&R - {{ - torrent?.freedate_diff - }} + H&R + + {{ torrent?.freedate_diff }} +
- +
{
- + {{ formatFileSize(torrent.size) }} - diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue index 8894d811..a440097f 100644 --- a/src/components/cards/TorrentItem.vue +++ b/src/components/cards/TorrentItem.vue @@ -151,22 +151,22 @@ onMounted(() => {
- + {{ meta?.edition }} - + {{ meta?.resource_pix }} - + {{ meta?.video_encode }} - + {{ meta?.resource_team }} @@ -175,15 +175,15 @@ onMounted(() => { v-for="(label, index) in torrent?.labels" :key="index" class="chip-label rounded-sm" - size="small" + size="x-small" variant="elevated" > {{ label }} - H&R - + H&R + {{ torrent?.freedate_diff }}
@@ -203,7 +203,7 @@ onMounted(() => {
- + {{ formatFileSize(torrent.size) }}