From 42c748ad2e59d633c865d05f73ef32ce28c639bf Mon Sep 17 00:00:00 2001 From: jie65535 Date: Thu, 27 Oct 2022 11:24:55 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94230a1..3fc635d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ 一个为第三方客户端开放GC命令执行接口的插件 +## 使用本插件的应用 +- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows 客户端工具 +- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) 插件,在QQ里执行命令 +- 待补充 + ## 服务端安装 1. 在 [Release](https://github.com/jie65535/gc-opencommand-plugin/releases) 下载 `jar` @@ -286,4 +291,4 @@ public final class JsonResponse { |---------|------------------|----------| | retcode | `200` | `Int` | | message | `Success` | `String` | -| data | `Command return` | `String` | \ No newline at end of file +| data | `Command return` | `String` |