feat: 提取交易日期

This commit is contained in:
zdl
2025-11-02 16:41:55 +08:00
parent 0110dc2fdc
commit 7ae4bc418f
2 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
// src/views/Community/components/DynamicNewsDetail/index.js
// 统一导出 DynamicNewsDetailPanel 组件
export { default } from './DynamicNewsDetailPanel';
export { default as DynamicNewsDetailPanel } from './DynamicNewsDetailPanel';