Merge pull request #192 from HansYeoh/export-mind-map

Add an export mind map button to support exporting HTML and PNG.
This commit is contained in:
Jianwu Huang
2025-10-18 10:00:19 +08:00
committed by GitHub
2 changed files with 177 additions and 7 deletions
@@ -209,6 +209,7 @@ const MarkdownViewer: FC<MarkdownViewerProps> = ({ status }) => {
value={selectedContent}
onChange={() => {}}
height="100%" // 根据需求可以设定百分比或固定高度
title={currentTask?.audioMeta?.title || '思维导图'}
/>
</div>
</div>