From 4a2aa9ee4b2d37119cf91b4de7df379bbbfff06a Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 29 Mar 2021 15:33:10 +0200 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=AA=E6=98=BE=E7=A4=BA=E6=9C=89=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/History.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/History.vue b/src/components/History.vue index e1af45b..e0c72f6 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -7,6 +7,7 @@ 检查更新
+ x.hasUpdate) + } }, fmtMSS (s) { return (s - (s %= 60)) / 60 + (s > 9 ? ':' : ':0') + s