LiteyukiBot/docs
snowy 4910de74fd Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.github/workflows/deploy-docs.yml
#	docs/dev/api/README.md
#	docs/dev/api/bot/README.md
#	docs/dev/api/bot/lifespan.md
#	docs/dev/api/comm/README.md
#	docs/dev/api/comm/channel.md
#	docs/dev/api/comm/event.md
#	docs/dev/api/comm/storage.md
#	docs/dev/api/config.md
#	docs/dev/api/core/README.md
#	docs/dev/api/core/manager.md
#	docs/dev/api/dev/README.md
#	docs/dev/api/dev/observer.md
#	docs/dev/api/dev/plugin.md
#	docs/dev/api/exception.md
#	docs/dev/api/log.md
#	docs/dev/api/message/README.md
#	docs/dev/api/message/event.md
#	docs/dev/api/message/matcher.md
#	docs/dev/api/message/on.md
#	docs/dev/api/message/rule.md
#	docs/dev/api/message/session.md
#	docs/dev/api/mkdoc.md
#	docs/dev/api/plugin/README.md
#	docs/dev/api/plugin/load.md
#	docs/dev/api/plugin/manager.md
#	docs/dev/api/plugin/model.md
#	docs/dev/api/utils.md
#	docs/en/dev/api/README.md
#	docs/en/dev/api/bot/README.md
#	docs/en/dev/api/bot/lifespan.md
#	docs/en/dev/api/comm/README.md
#	docs/en/dev/api/comm/channel.md
#	docs/en/dev/api/comm/event.md
#	docs/en/dev/api/comm/storage.md
#	docs/en/dev/api/config.md
#	docs/en/dev/api/core/README.md
#	docs/en/dev/api/core/manager.md
#	docs/en/dev/api/dev/README.md
#	docs/en/dev/api/dev/observer.md
#	docs/en/dev/api/dev/plugin.md
#	docs/en/dev/api/exception.md
#	docs/en/dev/api/log.md
#	docs/en/dev/api/message/README.md
#	docs/en/dev/api/message/event.md
#	docs/en/dev/api/message/matcher.md
#	docs/en/dev/api/message/on.md
#	docs/en/dev/api/message/rule.md
#	docs/en/dev/api/message/session.md
#	docs/en/dev/api/mkdoc.md
#	docs/en/dev/api/plugin/README.md
#	docs/en/dev/api/plugin/load.md
#	docs/en/dev/api/plugin/manager.md
#	docs/en/dev/api/plugin/model.md
#	docs/en/dev/api/utils.md
#	litedoc/__main__.py
#	litedoc/docstring/docstring.py
#	litedoc/output.py
#	litedoc/style/markdown.py
#	litedoc/syntax/astparser.py
2024-08-29 14:20:19 +08:00
..
.vuepress 📦 插件商店上新:liteyukibot-plugin-htmlrender及liteyukibot-plugin-lagrange 2024-08-24 11:57:53 +08:00
deploy 🧐内置页面渲染组件,弃用nonebot-plugin-htmlrender,避免playwright对多平台的不友好绑架 2024-08-23 17:58:36 +08:00
dev/api Merge remote-tracking branch 'origin/main' 2024-08-29 14:20:19 +08:00
en Merge remote-tracking branch 'origin/main' 2024-08-29 14:20:19 +08:00
store
usage
.gitignore
package.json
pnpm-lock.yaml
README.md 📝 修复中文文档 快速部署 路由错误 2024-08-18 23:43:48 +08:00
tsconfig.json

home icon title heroImage heroImageDark bgImage bgImageDark bgImageStyle heroText tagline actions highlights copyright
true home 首页 https://cdn.liteyuki.icu/static/svg/lylogo-full.svg https://cdn.liteyuki.icu/static/svg/lylogo-full-dark.svg
background-attachment
fixed
LiteyukiBot LiteyukiBot 轻雪机器人,综合性的机器人应用及管理框架
text icon link type
快速部署 rocket ./deploy/install.html primary
text icon link
使用手册 book ./usage/basic_command.html
header image bgImage bgImageDark bgImageStyle features
简洁至上 /assets/image/layout.svg https://theme-hope-assets.vuejs.press/bg/2-light.svg https://theme-hope-assets.vuejs.press/bg/2-dark.svg
background-repeat background-size
repeat initial
title icon details link
支持多种框架 robot 兼容nonebotmelobot等拥有良好的生态支持 https://nonebot.dev/
title icon details
便捷管理 plug 使用包管理器,便捷管理插件及资源包
title icon details link
主题支持 paint-brush 使用资源包对外观进行完全自定义 https://bot.liteyuki.icu/usage/resource_pack.html
title icon details link
国际化 globe 通过资源包支持多种语言 https://baike.baidu.com/item/i18n/6771940
title icon details link
简易使用 cog 无需繁琐前期过程,开箱即用 https://bot.liteyuki.icu/deployment/config.html
title icon details
超高性能 tachometer-alt 500个插件2s内启动
title icon details
滚动更新 cloud-download 让你的机器人保持最新提交
title icon details
开源项目 code 项目遵循MIT LICENCE开源欢迎各位的贡献
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/LiteyukiStudio/LiteyukiBot --depth=1</code> 以克隆项目至本地。 如果无法连接到GitHub可以使用 <code>git clone https://gitee.com/snowykami/LiteyukiBot --depth=1</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> 启动项目。
© 2021-2024 SnowyKami All Rights Reserved