Skip to content

Commit d8b25bd

Browse files
committed
feat: 增加mermaid语法导入功能
1 parent aee10c3 commit d8b25bd

File tree

3 files changed

+288
-171
lines changed

3 files changed

+288
-171
lines changed

app/src/core/service/GlobalMenu.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,7 @@ export function GlobalMenu() {
638638
</Item>
639639
<Item
640640
onClick={async () => {
641-
if (toast.warning("目前还在开发中,此功能还不完善") == 1111) {
642-
GenerateNodeMermaid.open();
643-
}
641+
GenerateNodeMermaid.open();
644642
}}
645643
>
646644
<GitCompareArrows />

0 commit comments

Comments
 (0)