diff --git a/templates/topic.html b/templates/topic.html index 2712f3b..5ce6478 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -1046,7 +1046,7 @@ let html = ''; let groupIdx = 0; for (const [query, items] of Object.entries(groups)) { - const isCollapsed = groupIdx > 0; // 最近的搜索展开,旧的折叠 + const isCollapsed = true; // 所有搜索历史默认折叠 html += `