📝 好像可以用 zenuml 了 )

This commit is contained in:
2024-10-15 21:43:25 +08:00
parent 3773c77864
commit 7622d3da1e
5 changed files with 3412 additions and 1088 deletions
-6
View File
@@ -1,6 +1,5 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";
export default defineUserConfig({
base: "/",
@@ -8,11 +7,6 @@ export default defineUserConfig({
lang: "zh-CN",
title: "NoneBot Bison",
description: "NoneBot Bison 文档",
plugins: [
mdEnhancePlugin({
mermaid: true,
}),
],
theme,
+1
View File
@@ -80,6 +80,7 @@ export default hopeTheme({
sup: true,
tabs: true,
vPre: true,
mermaid: true,
// 在启用之前安装 chart.js
// chart: true,