docs: 使用vuepress重新构建文档

This commit is contained in:
2024-03-27 23:28:57 +08:00
parent c7a2ebb4ea
commit 7bd1b36ec9
43 changed files with 1098 additions and 297 deletions

View File

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