feat: 事件中心添加搜索框

This commit is contained in:
zdl
2025-10-26 14:13:06 +08:00
parent d8707cf19f
commit c47d68ac34

View File

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