mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-06-06 00:01:54 +08:00
Update MarkdownViewer.tsx
Add an export mind map button to support exporting HTML and PNG.
This commit is contained in:
@@ -208,6 +208,7 @@ const MarkdownViewer: FC<MarkdownViewerProps> = ({ status }) => {
|
|||||||
value={selectedContent}
|
value={selectedContent}
|
||||||
onChange={() => {}}
|
onChange={() => {}}
|
||||||
height="100%" // 根据需求可以设定百分比或固定高度
|
height="100%" // 根据需求可以设定百分比或固定高度
|
||||||
|
title={currentTask?.audioMeta?.title || '思维导图'}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user