Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko committed Nov 11, 2023
1 parent c165877 commit 6169302
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ gensokyo兼容 [OneBot-v11](https://github.com/botuniverse/onebot-11) ,并在

### 接口

- [ ] HTTP API
- [ ] 反向 HTTP POST
- [ ] HTTP API 实现中
- [ ] 反向 HTTP POST 实现中
- [x] 正向 WebSocket
- [x] 反向 WebSocket

Expand All @@ -76,6 +76,9 @@ gensokyo兼容 [OneBot-v11](https://github.com/botuniverse/onebot-11) ,并在
- [x] 自动url转换(自备域名)
- [x] 可自定义图片压缩\图床服务
- [x] 可编辑的数据库
- [x] 支持array和信息段
- [x] 支持全域,频道,频道私聊,群,群私聊
- [x] 完善的重连,健壮的连接能力


### 实现
Expand Down Expand Up @@ -147,7 +150,7 @@ todo,正在施工中
| /can_send_image√ | [检查是否可以发送图片] |
| /can_send_record | [检查是否可以发送语音] |
| /get_version_info√ | [获取版本信息] |
| /set_restart | [重启 gensokyo] |
| /set_restart | [重启 gensokyo] |
| /.handle_quick_operation | [对事件执行快速操作] |


Expand All @@ -159,15 +162,15 @@ todo,正在施工中
| /get_image | [获取图片信息] |
| /get_msg | [获取消息] |
| /get_forward_msg | [获取合并转发内容] |
| /send_group_forward_msg | [发送合并转发(群)] |
| /send_group_forward_msg | [发送合并转发(群)] |
| /.get_word_slices | [获取中文分词] |
| /.ocr_image | [图片 OCR] |
| /get_group_system_msg | [获取群系统消息] |
| /get_group_file_system_info | [获取群文件系统信息] |
| /get_group_root_files | [获取群根目录文件列表] |
| /get_group_files_by_folder | [获取群子目录文件列表] |
| /get_group_file_url | [获取群文件资源链接] |
| /get_status | [获取状态] |
| /get_status | [获取状态] |


</details>
Expand All @@ -179,8 +182,8 @@ todo,正在施工中

| 事件类型 | Event |
| -------- | ---------------- |
| 消息事件 | [私聊信息] |
| 消息事件 | [群消息] |
| 消息事件 | [私聊信息] |
| 消息事件 | [群消息] |
| 通知事件 | [群文件上传] |
| 通知事件 | [群管理员变动] |
| 通知事件 | [群成员减少] |
Expand Down Expand Up @@ -222,4 +225,4 @@ todo,正在施工中
## 性能

有待测试
10mb内存占用 端口错开可多开 稳定运行无报错

0 comments on commit 6169302

Please sign in to comment.