From 77896a5e41c27a893f66076e828f10dadda2f6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 17 Oct 2021 23:56:43 +0800 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be36438 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mirai-console-jcf-plugin +基于Mirai Console的Curseforge插件 + +**正在开发中...** + + +## 鸣谢 +- [Mirai](https://github.com/mamoe/mirai) 提供机器人平台 +- [Mirai Console](https://github.com/mamoe/mirai-console) 开放插件接入 +- [Curseforge API](https://github.com/Gaz492/CurseforgeAPI) 提供`Curseforge API` +- [Curseforge API Kotlin library](https://github.com/pearxteam/cursekt) 提供`Curseforge API`的`kotlin`封装