From 7b5630223ddb0dd864e1fa7e66816fe8bdc7c8ba Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 14 Sep 2024 11:03:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=AD=A3=E5=9C=A8=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=A7=8D=E5=AD=90=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/DownloadingCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/DownloadingCard.vue b/src/components/cards/DownloadingCard.vue index a509602b..4df9188d 100644 --- a/src/components/cards/DownloadingCard.vue +++ b/src/components/cards/DownloadingCard.vue @@ -17,7 +17,7 @@ function getPercentage() { // 速度 function getSpeedText() { - return `↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s ${props.info?.left_time}` + return `${props.info?.sizeStr} ↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s ${props.info?.left_time}` } // 下载状态