feat: 添加超预期的分提示

This commit is contained in:
zdl
2025-11-04 19:39:46 +08:00
parent 2a59e9edb2
commit bf75f9b387

View File

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