From fe85f1e6125561a799bbacb19527213e7a19e42c Mon Sep 17 00:00:00 2001 From: Nanaloveyuki <136328617+Nanaloveyuki@users.noreply.github.com> Date: Fri, 2 May 2025 02:11:00 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20=E6=94=B9=E5=96=84=E8=87=AA?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E4=BB=B6=E9=83=A8=E5=88=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=86=85=E5=AE=B9,=20=E6=9B=BF=E6=8D=A2=E8=AE=B8=E5=8F=AF?= =?UTF-8?q?=E8=AF=81=E5=86=85=E7=9A=84=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LISENCE | 2 +- README.md | 3 ++- main.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LISENCE b/LISENCE index 80206637..c51b5516 100644 --- a/LISENCE +++ b/LISENCE @@ -3,7 +3,7 @@ LiteyukiStudio Open Source License --- -Copyright © 2025 +Copyright © 2025 Liteyuki Studio & Snowykami --- diff --git a/README.md b/README.md index 02c1e00e..f4837ade 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ ## 特点及优势 -- 化繁为简 +- 化繁为简, 加速开发 - 轻量级,快速启动 +- 模块化设计,易于扩展 ## 服务及支持(敬请期待) - 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题 diff --git a/main.py b/main.py index f7e69122..f9bfcfc5 100644 --- a/main.py +++ b/main.py @@ -2,4 +2,4 @@ from liteyukibot import Daemon, config if __name__ == "__main__": daemon = Daemon(**config.load_from_yaml("config.yaml") or {}) - daemon.run() \ No newline at end of file + daemon.run()