This commit is contained in:
jxxghp
2023-11-05 21:43:27 +08:00
parent cac10a337d
commit bd7e457cdb

View File

@@ -89,10 +89,10 @@ onUnmounted(() => {
<VCardText class="pt-4">
<div>
<p class="text-h5 me-2">
{{ formatFileSize(downloadInfo.upload_speed) }}/s
{{ formatFileSize(downloadInfo.upload_speed) }}B/s
</p>
<p class="text-h4 me-2">
{{ formatFileSize(downloadInfo.download_speed) }}/s
{{ formatFileSize(downloadInfo.download_speed) }}B/s
</p>
</div>
<VList class="card-list mt-9">