✏️ 改善自述文件部分显示内容, 替换许可证内的命名空间
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 22s

This commit is contained in:
Nanaloveyuki 2025-05-02 02:11:00 +08:00
parent efb13340f0
commit fe85f1e612
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()