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