From 411b5e0ca6fad3161bfba75f70c36cc3f3d621da Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Sat, 17 May 2025 19:45:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(database):=20=E5=B0=86=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=20`title`=20=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E6=9B=B4=E6=94=B9=E4=B8=BA=20`torrent=5Ftitle`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/versions/89d24811e894_2_1_4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/versions/89d24811e894_2_1_4.py b/database/versions/89d24811e894_2_1_4.py index 1f34f9f8..7d20f6b7 100644 --- a/database/versions/89d24811e894_2_1_4.py +++ b/database/versions/89d24811e894_2_1_4.py @@ -37,7 +37,7 @@ def upgrade() -> None: 'text': '{% if site_name %}站点:{{ site_name }}{% endif %}' '{% if resource_term %}\\n质量:{{ resource_term }}{% endif %}' '{% if size %}\\n大小:{{ size }}{% endif %}' - '{% if title %}\\n种子:{{ title }}{% endif %}' + '{% if torrent_title %}\\n种子:{{ torrent_title }}{% endif %}' '{% if pubdate %}\\n发布时间:{{ pubdate }}{% endif %}' '{% if freedate %}\\n免费时间:{{ freedate }}{% endif %}' '{% if seeders %}\\n做种数:{{ seeders }}{% endif %}'