📝 添加英文文档框架

This commit is contained in:
2024-08-17 01:27:57 +08:00
parent c3914b2b15
commit ff41e72378
20 changed files with 858 additions and 1 deletions

View File

@ -5,7 +5,16 @@ import viteBundler from "@vuepress/bundler-vite";
export default defineUserConfig({
base: "/",
lang: "zh-CN",
locales: {
"/": {
// 设置正在使用的语言
lang: "zh-CN",
},
"/en/": {
// 设置正在使用的语言
lang: "en-US",
},
},
title: "LiteyukiBot 轻雪机器人",
description: "LiteyukiBot | 轻雪机器人 | An OneBot Standard ChatBot | 一个OneBot标准的聊天机器人",
head: [