mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-08 21:26:22 +00:00
docs: 使用vuepress重新构建文档
This commit is contained in:
12
docs/src/.vuepress/config.ts
Normal file
12
docs/src/.vuepress/config.ts
Normal 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,
|
||||
});
|
Reference in New Issue
Block a user