LiteyukiBot/docs
2024-03-31 06:22:53 +08:00
..
.vuepress docs: vuepress构建文档 2024-03-28 13:37:17 +08:00
deployment feat: 配置项目的热修改 2024-03-31 06:22:53 +08:00
usage feat: 配置项目的热修改 2024-03-29 14:58:24 +08:00
.gitignore
package.json docs: vuepress构建文档 2024-03-28 11:10:01 +08:00
pnpm-lock.yaml docs: vuepress构建文档 2024-03-28 11:10:01 +08:00
README.md docs: vuepress构建文档 2024-03-28 13:27:40 +08:00
tsconfig.json docs: vuepress构建文档 2024-03-28 11:10:01 +08:00

home icon title heroImage bgImage bgImageDark bgImageStyle heroText tagline actions highlights copyright
true home 首页 https://cdn.liteyuki.icu/static/img/logo.png
background-attachment
fixed
LiteyukiBot 6 基于Nonebot2的OneBot标准聊天机器人不仅仅局限于OneBot
text icon link type
部署 lightbulb ./deployment/ primary
text link
使用手册 ./usage/
header image bgImage bgImageDark highlights
快速部署 /assets/image/box.svg https://theme-hope-assets.vuejs.press/bg/3-light.svg https://theme-hope-assets.vuejs.press/bg/3-dark.svg
title
安装 Git 和 Python3.10+
title details
使用 <code>git clone https://github.com/snowykami/LiteyukiBot</code> 以克隆项目至本地。 如果无法连接到GitHub可以使用 <code>git clone https://gitee.com/snowykami/LiteyukiBot</code>。
title
使用 <code>cd LiteyukiBot</code> 切换到项目目录。
title details
使用 <code>pip install -r requirements.txt</code> 安装项目依赖。 如果你有多个 Python 环境,请使用 <code>pythonx -m pip install -r requirements.txt</code>。
title
使用 <code>python main.py</code> 启动项目。
false