From ecb09c01aca57ebbaaab4d3d0f7497d4003e9a6d Mon Sep 17 00:00:00 2001
From: zdl <3489966805@qq.com>
Date: Sun, 2 Nov 2025 16:41:55 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E5=8F=96=E4=BA=A4=E6=98=93?=
=?UTF-8?q?=E6=97=A5=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../RelatedConceptsSection/index.js | 12 ++++++------
.../Community/components/DynamicNewsDetail/index.js | 5 +++++
2 files changed, 11 insertions(+), 6 deletions(-)
create mode 100644 src/views/Community/components/DynamicNewsDetail/index.js
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';