feat: 添加超预期的分提示

This commit is contained in:
zdl
2025-11-04 19:39:46 +08:00
parent cc9097815f
commit 7169c38836

View File

@@ -181,6 +181,7 @@ const DynamicNewsDetailPanel = ({ event }) => {
) : ( ) : (
<HistoricalEvents <HistoricalEvents
events={historicalEvents || []} events={historicalEvents || []}
expectationScore={expectationScore}
/> />
)} )}
</CollapsibleSection> </CollapsibleSection>