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}` } // 下载状态