mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-09-07 08:36:39 +08:00
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:
@@ -209,6 +209,7 @@ const MarkdownViewer: FC<MarkdownViewerProps> = ({ status }) => {
|
||||
value={selectedContent}
|
||||
onChange={() => {}}
|
||||
height="100%" // 根据需求可以设定百分比或固定高度
|
||||
title={currentTask?.audioMeta?.title || '思维导图'}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user