diff --git a/README.md b/README.md index dc8048fe6..83f52c059 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ 使用 [mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://github.com/Mrs4s/MiraiGo) 开发的cqhttp golang原生实现, 并在[cqhttp原版](https://github.com/richardchien/coolq-http-api)的基础上做了部分修改和拓展. 文档暂时可查看 `docs` 目录, 目前还在撰写中. +测试版可前往 Release 下载 + # 兼容性 #### 接口 - [x] HTTP API -- [x] 反向HTTP POST (暂不支持回复) +- [x] 反向HTTP POST - [x] 正向Websocket - [ ] 反向Websocket (开发中) #### 实现