From eb4286b4b7e6fe922b967e8560c8e5a8286d9135 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 9 Oct 2022 12:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2=E6=97=B6?= =?UTF-8?q?=E6=8F=90=E9=86=9210=E5=88=86=E9=92=9F=E5=90=8E=E5=81=9C?= =?UTF-8?q?=E6=AD=A2=E5=88=B7=E6=96=B0=EF=BC=8C=E5=81=9C=E6=AD=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E8=AE=BE=E7=BD=AE=E5=88=B7=E6=96=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index 555cc3f..3064120 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -46,7 +46,7 @@ } .bottom_xf { - background-color: rgba(255 165 0 /50%); + background-color: rgba(218 165 32 /50%); width: 100%; height: 28px; margin: auto; @@ -526,6 +526,9 @@ }, mounted() { this.loading = true + this.$message({ + type: 'warning', message: '下载器将在十分钟后停止刷新!' + }); {#console.log("获取下载器数量:", this.downloaders.length)#} {#this.get_downloading(this.downloaders[0].id)#} }, @@ -534,6 +537,7 @@ setTimeout(() => { clearInterval(this.timer) this.timer = null + this.refresh = true }, 1000 * 60 * 10) }, beforeUpdated() {