From a2af2dcbe096b4367333b14cc2652bb00d94f16a Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Thu, 11 Sep 2025 23:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BF=BD=E5=89=A7=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E6=B5=B7=E6=8A=A5=E6=82=AC=E5=81=9C=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index d9d5f2e..b4b70e4 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1883,15 +1883,15 @@ {{ getTransferProgress(task) }}%
-
{{ task.task_name }}
+
{{ task.matched_year }}
{{ task.latest_season_name }}
@@ -5285,7 +5285,7 @@ // 按行数截断:根据宽度估算每行字符数与行高,保证最后一行完整并追加省略号 if (overviewElement) { try { - const maxHeightRatio = 0.7; // 简介最高占比70% + const maxHeightRatio = 0.6; // 简介最高占比60% const posterHeight = posterElement.clientHeight || 0; const overlayStyles = window.getComputedStyle(overviewElement); const lineHeight = parseFloat(overlayStyles.lineHeight) || 18; // 兜底18px