2024-03-28 10:50:19 +08:00
|
|
|
|
---
|
|
|
|
|
home: true
|
|
|
|
|
icon: home
|
2024-03-28 11:12:55 +08:00
|
|
|
|
title: 首页
|
|
|
|
|
heroImage: https://cdn.liteyuki.icu/static/img/logo.png
|
2024-03-28 10:50:19 +08:00
|
|
|
|
bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg
|
|
|
|
|
bgImageDark: https://theme-hope-assets.vuejs.press/bg/6-dark.svg
|
|
|
|
|
bgImageStyle:
|
|
|
|
|
background-attachment: fixed
|
2024-03-28 11:12:55 +08:00
|
|
|
|
heroText: LiteyukiBot 6
|
|
|
|
|
tagline: 基于Nonebot2的OneBot标准聊天机器人,不仅仅局限于OneBot
|
2024-03-28 10:50:19 +08:00
|
|
|
|
actions:
|
|
|
|
|
- text: 使用指南
|
|
|
|
|
icon: lightbulb
|
2024-03-28 11:12:55 +08:00
|
|
|
|
link: ./usage/
|
2024-03-28 10:50:19 +08:00
|
|
|
|
type: primary
|
|
|
|
|
|
|
|
|
|
- text: 文档
|
|
|
|
|
link: ./guide/
|
|
|
|
|
|
2024-03-28 11:12:55 +08:00
|
|
|
|
#1. 安装 `Git` 和 `Python3.10+` 环境
|
|
|
|
|
#2. 克隆项目 `git clone https://github.com/snowykami/LiteyukiBot` (无法连接可以用`https://gitee.com/snowykami/LiteyukiBot`)
|
|
|
|
|
#3. 切换目录`cd LiteyukiBot`
|
|
|
|
|
#4. 安装依赖`pip install -r requirements.txt`(如果多个Python环境请指定后安装`pythonx -m pip install -r requirements.txt`)
|
|
|
|
|
#5. 启动`python main.py`
|
|
|
|
|
|
2024-03-28 10:50:19 +08:00
|
|
|
|
highlights:
|
2024-03-28 11:12:55 +08:00
|
|
|
|
- header: 快速部署
|
2024-03-28 10:50:19 +08:00
|
|
|
|
image: /assets/image/box.svg
|
|
|
|
|
bgImage: https://theme-hope-assets.vuejs.press/bg/3-light.svg
|
|
|
|
|
bgImageDark: https://theme-hope-assets.vuejs.press/bg/3-dark.svg
|
|
|
|
|
highlights:
|
2024-03-28 11:12:55 +08:00
|
|
|
|
- title: 安装 Git 和 Python3.10+
|
|
|
|
|
- title: 使用 <code>git clone https://github.com/snowykami/LiteyukiBot</code> 以克隆项目至本地。
|
|
|
|
|
details: 如果无法连接到GitHub,可以使用 <code>git clone https://gitee.com/snowykami/LiteyukiBot</code>。
|
|
|
|
|
- title: 使用 <code>cd LiteyukiBot</code> 切换到项目目录。
|
|
|
|
|
- title: 使用 <code>pip install -r requirements.txt</code> 安装项目依赖。
|
|
|
|
|
details: 如果你有多个 Python 环境,请使用 <code>pythonx -m pip install -r requirements.txt</code>。
|
|
|
|
|
- title: 使用 <code>python main.py</code> 启动项目。
|
2024-03-28 10:50:19 +08:00
|
|
|
|
copyright: false
|
|
|
|
|
footer: 使用 <a href="https://theme-hope.vuejs.press/zh/" target="_blank">VuePress Theme Hope</a> 主题 | MIT 协议, 版权所有 © 2019-present Mr.Hope
|
2024-03-28 11:12:55 +08:00
|
|
|
|
---
|