docs: update readme

This commit is contained in:
linyuchen
2024-02-16 00:52:19 +08:00
parent ef4443d080
commit 97200f427d
2 changed files with 9 additions and 4 deletions

View File

@@ -18,7 +18,11 @@ LiteLoaderQQNT的OneBot11协议插件
## 支持的API
目前支持http协议不支持websocket事件上报也是http协议
目前支持协议
- [x] http调用api
- [x] http事件上报
- [x] 正向websocket
- [ ] 反向websocket
主要功能:
- [x] 发送好友消息
@@ -98,9 +102,9 @@ LiteLoaderQQNT的OneBot11协议插件
## TODO
- [x] 重构摆脱LLAPI目前调用LLAPI只能在renderer进程调用需重构成在main进程调用
- [x] 支持正向websocket
- [ ] 转发消息记录
- [ ] 好友点赞api
- [ ] 支持websocket等个有缘人提PR实现
## onebot11文档
<https://11.onebot.dev/>