Update MarkdownViewer.tsx

Add an export mind map button to support exporting HTML and PNG.
This commit is contained in:
Yang Han
2025-07-17 01:27:09 +08:00
committed by GitHub
parent 880f745718
commit 7d325517b3

View File

@@ -208,6 +208,7 @@ const MarkdownViewer: FC<MarkdownViewerProps> = ({ status }) => {
value={selectedContent}
onChange={() => {}}
height="100%" // 根据需求可以设定百分比或固定高度
title={currentTask?.audioMeta?.title || '思维导图'}
/>
</div>
</div>