Merge branch 'v7' of https://github.com/LiteyukiStudio/LiteyukiBot into v7
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 10m39s

This commit is contained in:
远野千束 2025-05-16 18:58:06 +08:00
commit ae464ed3ea
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ LiteyukiStudio Open Source License
--- ---
Copyright © 2025 <Copyright Holder> Copyright © 2025 Liteyuki Studio & Snowykami
--- ---

View File

@ -25,8 +25,9 @@
## 特点及优势 ## 特点及优势
- 化繁为简 - 化繁为简, 加速开发
- 轻量级,快速启动 - 轻量级,快速启动
- 模块化设计,易于扩展
## 服务及支持(敬请期待) ## 服务及支持(敬请期待)
- 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题 - 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题

View File

@ -2,4 +2,4 @@ from liteyukibot import Daemon, config
if __name__ == "__main__": if __name__ == "__main__":
daemon = Daemon(**config.load_from_yaml("config.yaml") or {}) daemon = Daemon(**config.load_from_yaml("config.yaml") or {})
daemon.run() daemon.run()