diff --git a/src/views/Community/components/DynamicNewsDetail/RelatedConceptsSection/index.js b/src/views/Community/components/DynamicNewsDetail/RelatedConceptsSection/index.js index 39e8377b..6d95bcfd 100644 --- a/src/views/Community/components/DynamicNewsDetail/RelatedConceptsSection/index.js +++ b/src/views/Community/components/DynamicNewsDetail/RelatedConceptsSection/index.js @@ -96,14 +96,14 @@ const RelatedConceptsSection = ({ keywords, effectiveTradingDate, eventTime }) = ))} + {/* 交易日期信息 */} + + {/* 详细模式:卡片网格(可折叠) */} - {/* 交易日期信息 */} - - {/* 详细概念卡片网格 */} {keywords.map((concept, index) => ( diff --git a/src/views/Community/components/DynamicNewsDetail/index.js b/src/views/Community/components/DynamicNewsDetail/index.js new file mode 100644 index 00000000..7ebd7ce1 --- /dev/null +++ b/src/views/Community/components/DynamicNewsDetail/index.js @@ -0,0 +1,5 @@ +// src/views/Community/components/DynamicNewsDetail/index.js +// 统一导出 DynamicNewsDetailPanel 组件 + +export { default } from './DynamicNewsDetailPanel'; +export { default as DynamicNewsDetailPanel } from './DynamicNewsDetailPanel';