From 87239994ae169113de3211f3a000aac0c5f02163 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 21 Feb 2025 13:10:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(SiteCard):=20=E4=BC=98=E5=8C=96=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/SiteCard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cards/SiteCard.vue b/src/components/cards/SiteCard.vue index 27a41c93..253a4d3f 100644 --- a/src/components/cards/SiteCard.vue +++ b/src/components/cards/SiteCard.vue @@ -191,6 +191,9 @@ onMounted(() => { +
+ ↑ {{ formatFileSize(cardProps.data?.upload || 0) }} / ↓ {{ formatFileSize(cardProps.data?.download || 0) }} +
@@ -228,9 +231,6 @@ onMounted(() => { - - ↑ {{ formatFileSize(cardProps.data?.upload || 0) }} / ↓ {{ formatFileSize(cardProps.data?.download || 0) }} -