From a5d920146b545c1547b50afa72ed353e0ae66ec6 Mon Sep 17 00:00:00 2001 From: Eritque arcus <1930893235@qq.com> Date: Mon, 22 Mar 2021 09:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A4=BE=E5=8C=BASDK=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 稍后应该会增加MiraiCP的英文文档,如果可以收录的话 --- README-eng.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-eng.md b/README-eng.md index d413f53ea..d694f07f7 100644 --- a/README-eng.md +++ b/README-eng.md @@ -28,6 +28,7 @@ The community, (with `mirai-console`) that allows developers to share their plug - `Go`: [gomirai](https://github.com/Logiase/gomirai) The GoLang SDK for mirai. - `Mozilla Rhino`: [mirai-rhinojs-sdk](https://github.com/StageGuard/mirai-rhinojs-sdk) The Mozilla Rhino (JavaScript) SDK for mirai. - `Lua`: [lua-mirai](https://github.com/only52607/lua-mirai) The Lua SDK for mirai-core, supporting Java extensions that act as a bridge between Java and native Lua. +- `C++`: [miraiCP](https://github.com/Nambers/MiraiCP) A C++ SDK using the `JNI` technique to connect the Mirai. - `C++`: [mirai-cpp](https://github.com/cyanray/mirai-cpp) A simple C++ SDK using `mirai-api-http` for ALL platforms. - `C++`: [miraipp](https://github.com/Chlorie/miraipp-template) A sophisticated, modern mapping for `mirai-http-api` to C++, providing development documents. - `Rust`: [mirai-rs](https://github.com/HoshinoTented/mirai-rs) The Rust mapping for `mirai-http-api`.