1
0
forked from bot/app

🐛 文档构建失败的问题

This commit is contained in:
2024-08-17 02:24:25 +08:00
parent 66ade9efc6
commit ee851116d8
40 changed files with 323 additions and 360 deletions

View File

@ -30,54 +30,53 @@ highlights:
background-repeat: repeat
background-size: initial
features:
- title: 支持多种框架
- title: Multi-Framework Support
icon: robot
details: 兼容nonebotmelobot等,拥有良好的生态支持
details: Compatible with nonebot, melobot, etc., with good ecological support
link: https://nonebot.dev/
- title: 便捷管理
- title: Convenient Management
icon: plug
details: 使用包管理器,便捷管理插件及资源包
details: Use package manager to manage plugins and resource packs
- title: 主题支持
- title: Custom Themes Support
icon: paint-brush
details: 使用资源包对外观进行完全自定义
details: Fully customize the appearance with resource packs
link: https://bot.liteyuki.icu/usage/resource_pack.html
- title: 国际化
- title: i18n
icon: globe
details: 通过资源包支持多种语言
details: Support multiple languages through resource packs
link: https://baike.baidu.com/item/i18n/6771940
- title: 简易使用
- title: Easy to Use
icon: cog
details: 无需繁琐前期过程,开箱即用
details: No need for cumbersome pre-processes, ready to use
link: https://bot.liteyuki.icu/deployment/config.html
- title: 超高性能
- title: High Performance
icon: tachometer-alt
details: 500个插件2s内启动
details: 500 plugins, start within 2s
- title: 滚动更新
- title: Rolling Update
icon: cloud-download
details: 让你的机器人保持最新提交
details: Keep your bot up to date
- title: 开源项目
- title: OpenSource
icon: code
details: 项目遵循MIT LICENCE开源,欢迎各位的贡献
details: MIT LICENCE open source project, welcome your contribution
- header: 快速部署
- header: Quick Start
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:
- title: 安装 Git Python3.10+
- title: 使用 <code>git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1</code> 以克隆项目至本地。
details: 如果无法连接到GitHub可以使用 <code>git clone https://gitee.com/snowykami/LiteyukiBot --depth=1</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> 启动项目。
- title: Install Git and Python3.10+ environment
- title: Use <code>git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1</code> to clone the project locally
- title: Use <code>cd LiteyukiBot</code> to change the directory to the project root
- title: Use <code>pip install -r requirements.txt</code> install the project dependencies
details: If you have multiple Python environments, please use <code>pythonx -m pip install -r requirements.txt</code>.
- title: Start bot with <code>python main.py</code>.
copyright: © 2021-2024 SnowyKami All Rights Reserved
---
---