LiteyukiBot/docs/README.md

87 lines
2.8 KiB
Markdown
Raw Normal View History

2024-03-28 02:50:19 +00:00
---
home: true
icon: home
2024-03-28 03:12:55 +00:00
title: 首页
heroImage: https://cdn.liteyuki.icu/static/img/logo.png
2024-03-31 02:59:17 +00:00
bgImage:
bgImageDark:
2024-03-28 02:50:19 +00:00
bgImageStyle:
background-attachment: fixed
heroText: LiteyukiBot
2024-04-01 15:56:03 +00:00
tagline: 轻雪机器人一个以轻量和简洁为设计理念基于Nonebot2的OneBot标准聊天机器人
2024-05-26 09:19:32 +00:00
2024-03-28 02:50:19 +00:00
actions:
2024-04-12 05:07:19 +00:00
- text: 快速部署
2024-03-28 02:50:19 +00:00
icon: lightbulb
2024-03-31 02:59:17 +00:00
link: ./deployment/install.html
2024-03-28 02:50:19 +00:00
type: primary
2024-04-01 15:56:03 +00:00
- text: 使用手册
2024-03-31 02:59:17 +00:00
icon: book
link: ./usage/basic_command.html
2024-03-28 02:50:19 +00:00
highlights:
2024-03-31 02:59:17 +00:00
2024-04-01 15:56:03 +00:00
- header: 简洁至上
2024-03-31 02:59:17 +00:00
image: /assets/image/layout.svg
bgImage: https://theme-hope-assets.vuejs.press/bg/2-light.svg
bgImageDark: https://theme-hope-assets.vuejs.press/bg/2-dark.svg
bgImageStyle:
background-repeat: repeat
background-size: initial
features:
2024-04-01 15:56:03 +00:00
- title: 基于Nonebot2
2024-03-31 02:59:17 +00:00
icon: robot
details: 拥有良好的生态支持
link: https://nonebot.dev/
2024-05-26 09:12:06 +00:00
- title: 便捷插件管理
2024-03-31 02:59:17 +00:00
icon: plug
2024-05-26 09:12:06 +00:00
details: 使用<code>包管理器</code>,无需命令行操作即可安装/卸载插件
2024-03-31 02:59:17 +00:00
2024-05-26 09:12:06 +00:00
- title: 人性化交互
2024-03-31 02:59:17 +00:00
icon: mouse-pointer
2024-04-01 15:56:03 +00:00
details: 新的点击交互模式,拒绝手打指令
2024-03-31 11:23:15 +00:00
2024-04-01 15:56:03 +00:00
- title: 主题支持
2024-03-31 02:59:17 +00:00
icon: paint-brush
2024-05-26 09:12:06 +00:00
details: 使用资源包对外观进行完全自定义
2024-04-22 06:05:10 +00:00
link: https://bot.liteyuki.icu/usage/resource_pack.html
2024-03-31 02:59:17 +00:00
2024-04-01 15:56:03 +00:00
- title: 国际化
2024-03-31 02:59:17 +00:00
icon: globe
2024-05-26 09:12:06 +00:00
details: 通过资源包支持多种语言
2024-03-31 02:59:17 +00:00
link: https://baike.baidu.com/item/i18n/6771940
2024-04-01 15:56:03 +00:00
- title: 简易配置
2024-03-31 02:59:17 +00:00
icon: cog
2024-05-26 09:12:06 +00:00
details: 无需繁琐前期过程,开箱即用
2024-03-31 02:59:17 +00:00
link: https://bot.liteyuki.icu/deployment/config.html
2024-05-26 09:12:06 +00:00
- title: 高性能
icon: tachometer-alt
details: 500个插件3s内启动
2024-03-31 02:59:17 +00:00
2024-05-26 09:12:06 +00:00
- title: 滚动更新
2024-03-31 02:59:17 +00:00
icon: cloud-download
2024-05-26 09:12:06 +00:00
details: 让你的机器人保持最新提交
2024-03-31 11:23:15 +00:00
2024-04-01 15:56:03 +00:00
- title: 开源
2024-03-31 02:59:17 +00:00
icon: code
2024-04-01 15:56:03 +00:00
details: 项目遵循MIT协议开源欢迎各位的贡献
2024-03-31 02:59:17 +00:00
2024-03-28 03:12:55 +00:00
- header: 快速部署
2024-03-28 02:50:19 +00: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-04-01 15:56:03 +00:00
- title: 安装 Git 和 Python3.10+
2024-03-28 03:12:55 +00:00
- 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> 切换到项目目录。
2024-04-01 15:56:03 +00:00
- 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-31 02:59:17 +00:00
copyright: © 2021-2024 SnowyKami All Rights Reserved
2024-04-22 06:05:10 +00:00
---