mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 14:16:52 +08:00
📝 好像可以用 zenuml 了 )
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -80,6 +80,7 @@ export default hopeTheme({
|
||||
sup: true,
|
||||
tabs: true,
|
||||
vPre: true,
|
||||
mermaid: true,
|
||||
|
||||
// 在启用之前安装 chart.js
|
||||
// chart: true,
|
||||
|
||||
Reference in New Issue
Block a user