From 56ad281cb69d25ab88011f097b0bb8938c9c37f3 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 1 Jan 2024 11:56:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A4X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/context.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/core/context.py b/app/core/context.py index ce55213d..1f61bbe8 100644 --- a/app/core/context.py +++ b/app/core/context.py @@ -92,7 +92,9 @@ class TorrentInfo: "1.0 1.0": "普通", "1.0 0.0": "免费", "2.0 1.0": "2X", + "4.0 1.0": "4X", "2.0 0.0": "2X免费", + "4.0 0.0": "4X免费", "1.0 0.5": "50%", "2.0 0.5": "2X 50%", "1.0 0.7": "70%",