mermaid全量导入
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-12 14:43:12 +08:00
parent 4a67717f42
commit 1103789cd5
2 changed files with 0 additions and 22 deletions

View File

@@ -18,17 +18,6 @@ const loadMermaid = async () => {
startOnLoad: false, startOnLoad: false,
securityLevel: "loose", securityLevel: "loose",
theme: "default", theme: "default",
flowchart: {
useMaxWidth: true,
htmlLabels: true,
curve: "basis",
},
sequence: {
useMaxWidth: true,
},
gantt: {
useMaxWidth: true,
},
}) })
} }
return mermaid return mermaid

View File

@@ -26,17 +26,6 @@ const loadMermaid = async () => {
startOnLoad: false, startOnLoad: false,
securityLevel: "loose", securityLevel: "loose",
theme: "default", theme: "default",
flowchart: {
useMaxWidth: true,
htmlLabels: true,
curve: "basis",
},
sequence: {
useMaxWidth: true,
},
gantt: {
useMaxWidth: true,
},
}) })
} }
return mermaid return mermaid