From 38014ba342b64ddf656901041ea3b4925fac3f4c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 27 Jun 2025 17:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=91=E5=B8=83=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=9C=A8=E6=8E=92=E5=BA=8F=E4=B8=AD=E6=94=AF=E6=8C=81=E6=8C=89?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/TorrentCard.vue | 8 +++++++- src/components/cards/TorrentItem.vue | 8 +++++++- src/locales/en-US.ts | 1 + src/locales/zh-CN.ts | 1 + src/locales/zh-TW.ts | 1 + src/views/torrent/TorrentCardListView.vue | 7 +++++++ src/views/torrent/TorrentRowListView.vue | 11 +++++++++++ 7 files changed, 35 insertions(+), 2 deletions(-) diff --git a/src/components/cards/TorrentCard.vue b/src/components/cards/TorrentCard.vue index 2b443bb8..7189358e 100644 --- a/src/components/cards/TorrentCard.vue +++ b/src/components/cards/TorrentCard.vue @@ -1,6 +1,6 @@