From bf2b8956ef15cd02c39f62eb5a32ad57dfe98ce4 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 7 Feb 2022 10:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A41=E4=B8=AA=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 1 - static/device.js | 1 - templates/device.html | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Common.py b/Common.py index 0fb5a6b..ed05238 100644 --- a/Common.py +++ b/Common.py @@ -149,7 +149,6 @@ def getCurrentStatus(): "outSpeed": parseSize(_outSpeed), "inSpeed": parseSize(_inSpeed), "doCleanTime": datetime.strftime(doCleanTime, dt_format), - "fileExpire": "-", } diff --git a/static/device.js b/static/device.js index 12ece79..d34d5a7 100644 --- a/static/device.js +++ b/static/device.js @@ -16,7 +16,6 @@ function deviceUpdate(){ $("#inSpeed").text(res.data.status.inSpeed) $("#outSpeed").text(res.data.status.outSpeed) $("#doCleanTime").text(res.data.status.doCleanTime) - $("#fileExpire").text(res.data.status.fileExpire) } } ) diff --git a/templates/device.html b/templates/device.html index 8d878c7..8fa60cd 100644 --- a/templates/device.html +++ b/templates/device.html @@ -22,7 +22,7 @@ 文件清理 - 清理天前的文件 + @