1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 10:50:13 +08:00
parent 19d79d356d
commit 7db0617a5b
40 changed files with 0 additions and 3751 deletions

View File

@ -1,21 +0,0 @@
import {defineUserConfig} from "vuepress";
import theme from "./theme.js";
import viteBundler from "@vuepress/bundler-vite";
export default defineUserConfig({
base: "/",
lang: "zh-CN",
title: "LiteyukiBot",
description: "An OneBot Standard ChatBot",
head: [
// 设置 favor.ico.vuepress/public 下
[
'link', {rel: 'icon', href: 'https://cdn.liteyuki.icu/favicon.ico'}
]
],
theme,
// 和 PWA 一起启用
// shouldPrefetch: false,
});