📝 试试流程图)

This commit is contained in:
2024-10-14 15:35:29 +08:00
parent 7aac134d5d
commit cdc8de9619
3 changed files with 38 additions and 0 deletions
+6
View File
@@ -1,5 +1,6 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";
export default defineUserConfig({
base: "/",
@@ -7,6 +8,11 @@ export default defineUserConfig({
lang: "zh-CN",
title: "NoneBot Bison",
description: "NoneBot Bison 文档",
plugins: [
mdEnhancePlugin({
mermaid: true,
}),
],
theme,