Skip to content

Commit

Permalink
📝 似乎可以了?
Browse files Browse the repository at this point in the history
  • Loading branch information
suyiiyii committed Oct 16, 2024
1 parent 5662775 commit 3c090db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ export default hopeTheme({
// 在启用之前安装 mathjax-full
// mathjax: true,

// 在启用之前安装 mermaid
// mermaid: true,

// playground: {
// presets: ["ts", "vue"],
// },
Expand Down
11 changes: 3 additions & 8 deletions docs/dev/cookie.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,9 @@ class WeiboSite(CookieSite):

目前整体的调度逻辑是:

```mermaid
```

<script type="module">
import mermaid from "mermaid";
import zenuml from "@mermaid-js/mermaid-zenuml";
<script type="module" >
import mermaid from "mermaid";
import zenuml from "@mermaid-js/mermaid-zenuml";
async function initializeMermaid() {
await mermaid.registerExternalDiagrams([zenuml]);
}
Expand Down

0 comments on commit 3c090db

Please sign in to comment.