From 77a6c591ff40b0c54ef1bc4813aca229676c9d31 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 31 Mar 2025 13:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20AddDownloadDialog=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=8B=E8=BD=BD=E5=99=A8=E5=92=8C=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E9=80=89=E6=8B=A9=E5=99=A8=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/AddDownloadDialog.vue | 110 ++++++++++---------- 1 file changed, 56 insertions(+), 54 deletions(-) diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index 279a70e1..d96b40b9 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -127,60 +127,62 @@ onMounted(() => { - - - - - - {{ torrent?.title }} - ↑{{ torrent?.seeders }} - ↓{{ torrent?.peers }} - - - - - - {{ torrent?.description }} - - - - - - - - {{ formatFileSize(torrent?.size || 0) }} - - - - - - - - - - - - - - + + + + + {{ torrent?.title }} + ↑{{ torrent?.seeders }} + ↓{{ torrent?.peers }} + + + + + + {{ torrent?.description }} + + + + + + + + {{ formatFileSize(torrent?.size || 0) }} + + + + + + + + + + + + + {{ buttonText }}