From 2b8cb2afb6c4aef6572549c729923c88505653d8 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 20 Mar 2024 21:10:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=B9=E9=83=A8=E5=88=86=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=9B=9E=E5=A4=8D=E7=94=A8markdown=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E4=BA=86=E9=87=8D=E6=96=B0=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++++- README.md | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc779e2..df0e3b4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ data/ plugins/ _config.yml -config.example.yml \ No newline at end of file +config.example.yml +compile.bat + +# nuitka +main.build/ +main.exe \ No newline at end of file diff --git a/README.md b/README.md index 00dbdd1..3a40d99 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,8 @@ echo Install finished! Please run "sh start.sh" to start the bot! 1. 我们有专门为Minecraft开发的服务器Bot,支持OnebotV11/12标准,详细请看[MinecraftOneBot](https://github.com/snowykami/MinecraftOnebot) 请先自行查阅文档,若有困难请联系相关开发者而不是Liteyuki的开发者 + +## 其他 +- 有一个用`Nuitka`编译的C语言版本可用 + ## 鸣谢