mirror of
https://github.com/jie65535/gc-opencommand-plugin.git
synced 2025-06-02 17:49:12 +08:00
Add unstable description
This commit is contained in:
parent
c62d777037
commit
c3667a8206
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
一个为第三方客户端开放GC命令执行接口的插件
|
一个为第三方客户端开放GC命令执行接口的插件
|
||||||
|
|
||||||
|
## 分支说明
|
||||||
|
|
||||||
|
本分支目的在于兼容 GC 的 `unstable` 分支
|
||||||
|
|
||||||
## 使用本插件的应用
|
## 使用本插件的应用
|
||||||
- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows 客户端工具
|
- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows 客户端工具
|
||||||
- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) 插件,在QQ里执行命令
|
- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) 插件,在QQ里执行命令
|
||||||
@ -70,7 +74,7 @@
|
|||||||
|
|
||||||
## `config.json`
|
## `config.json`
|
||||||
|
|
||||||
```json
|
```json5
|
||||||
{
|
{
|
||||||
// 控制台连接令牌
|
// 控制台连接令牌
|
||||||
"consoleToken": "",
|
"consoleToken": "",
|
||||||
@ -259,7 +263,7 @@ public final class JsonResponse {
|
|||||||
| message | `Success` | `String` |
|
| message | `Success` | `String` |
|
||||||
| data | `{}` | `JsonObject` |
|
| data | `{}` | `JsonObject` |
|
||||||
|
|
||||||
```json
|
```json5
|
||||||
{
|
{
|
||||||
"retcode": 200,
|
"retcode": 200,
|
||||||
"message": "success",
|
"message": "success",
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
A plugin that opens the GC command execution interface for third-party clients
|
A plugin that opens the GC command execution interface for third-party clients
|
||||||
|
|
||||||
|
## Branch Description
|
||||||
|
|
||||||
|
The purpose of this branch is to be compatible with the 'unstable' branch of GC
|
||||||
|
|
||||||
## Applications using this plug-in
|
## Applications using this plug-in
|
||||||
- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows Client Tools
|
- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows Client Tools
|
||||||
- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) Plugin, run commands in QQ
|
- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) Plugin, run commands in QQ
|
||||||
@ -244,7 +248,7 @@ Success
|
|||||||
| message | `Success` | `String` |
|
| message | `Success` | `String` |
|
||||||
| data | `{}` | `JsonObject` |
|
| data | `{}` | `JsonObject` |
|
||||||
|
|
||||||
```json
|
```json5
|
||||||
{
|
{
|
||||||
"retcode": 200,
|
"retcode": 200,
|
||||||
"message": "success",
|
"message": "success",
|
||||||
|
Loading…
Reference in New Issue
Block a user