docs: 使用vuepress重新构建文档

This commit is contained in:
2024-03-27 23:09:36 +08:00
parent 75795a5b13
commit c7a2ebb4ea
44 changed files with 298 additions and 1148 deletions

View File

@ -1,12 +0,0 @@
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,
});