docs: 使用vuepress重新构建文档

This commit is contained in:
远野千束 2024-03-27 23:32:44 +08:00
parent 7bd1b36ec9
commit 58ab62c03b

View File

@ -2,7 +2,7 @@ import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
base: "/docs/src/",
lang: "zh-CN",
title: "文档演示",