From e46a78cccb80c8d2dafcb2e5eeda2c81302dc973 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 30 Nov 2022 02:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/status.html | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index 6134e55..310d8ca 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -78,45 +78,47 @@   - +
- - +
+ v-text="' ' + site.hr">
- 数据量: + 数据量: / + v-text="' ' + renderSize(site.uploaded)"> / + v-text="' ' + renderSize(site.downloaded)"> + v-text="' ' + (site.uploaded / site.downloaded).toFixed(2)">
- 魔力/积分: + 魔力/积分:
-
- 实时数据: + 实时数据: / + v-text="' ' + renderSize(site.seeding_size)"> / / + v-text="' ' + site.seeding"> / + v-text="' ' + site.leeching">
@@ -192,7 +194,7 @@ } }) }, - shuffleList(){ + shuffleList() { if (this.shuffle) { this.ptData.status_list.sort(() => { return Math.random() > 0.5 ? -1 : 1