docs: 使用vuepress重新构建文档

This commit is contained in:
2024-03-27 23:05:44 +08:00
parent 505dfe3254
commit 75795a5b13
46 changed files with 4050 additions and 130 deletions

View File

@ -0,0 +1,12 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
lang: "zh-CN",
title: "文档演示",
description: "liteyuki-docs-description",
theme,
// 和 PWA 一起启用
// shouldPrefetch: false,
});