feat: 事件中心添加搜索框

This commit is contained in:
zdl
2025-10-26 14:13:06 +08:00
parent 65d0ec5354
commit 67c3d3a875

View File

@@ -273,7 +273,7 @@ const UnifiedSearchBox = ({
{/* 第二行:热门概念 */}
<div style={{ marginBottom: 12 }}>
<PopularKeywords />
<PopularKeywords keywords={popularKeywords} />
</div>
{/* 第三行:筛选器 + 排序 */}