From 1ce75916ef3e162e2f5a0e6ca768b6cca72c17e7 Mon Sep 17 00:00:00 2001 From: thsrite Date: Fri, 27 Oct 2023 16:53:09 +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=E5=89=A9=E4=BD=99=E4=B8=8B=E8=BD=BD=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= 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 a4897109..da32bb40 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` + return `↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s ${props.info?.left_time}` } // 下载状态