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_show_name }} ({{ task.matched_year }})
+ {{ task.matched_show_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