From 2f0a86f3f7f7835b7f301909395b51cd8602c951 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 24 Jan 2023 22:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=A7=8D=E5=AD=90?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E7=AD=9B=E9=80=89=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index cda7c76..36279d6 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -409,20 +409,20 @@ const download_state = { 'uploading': '正在上传', 'downloading': '正在下载', + 'pausedUP': '完成上传', + 'pausedDL': '暂停下载', 'checkingUP': '正在校验', 'forcedDL': '强制下载', 'stalledUP': '正在做种', - 'forcedUP': '强制做种', + 'stalledDL': '等待下载', 'missingFiles': '文件丢失', + 'forcedUP': '强制做种', 'moving': '正在移动', - 'pausedDL': '暂停下载', - 'pausedUP': '完成上传', 'queuedDL': '下载队列中', 'queuedUP': '上传队列中', 'error': '错误', 'unknown': '未知', 'allocating': '分配', - 'stalledDL': '等待下载', 'metaDL': '下载元数据', 'checkingDL': '下载校验中', 'checkingResumeData': '校验恢复数据',