Mirai-CSharp icon indicating copy to clipboard operation
Mirai-CSharp copied to clipboard

2.2.0 计划表

Open Executor-Cheng opened this issue 3 years ago • 1 comments

  • [ ] 支持完全使用 WebSocket (即不使用 HttpAdapter)
  • [ ] 支持使用 mirai Code Specification - mirai 码 (#2 )
  • [ ] 添加本机互操作支持 (通过mirai-native从本机直接加载Mirai-CSharp, #22 )
  • [x] 令 (I)MessageChainBuilder 支持构建转发消息

以上的各个坑都有一定的工作量, 个人学业繁忙, 不能很快填坑, 敬请谅解

Executor-Cheng avatar Dec 01 '21 17:12 Executor-Cheng

支持完全使用 WebSocket (即不使用 HttpAdapter) 提个小情况 ws里面目前还不支持多媒体文件(语音、图片、文件)上传 但是鉴于同一个session可以同时用多个adapter进行控制 通过httpadapter操作多媒体内容上传API就好了

关于转发消息的话 之前看到一个设定 可能作者后续开发的时候会用得上 https://github.com/project-mirai/mirai-api-http/issues/482#issuecomment-960507759

dellbeat avatar Jan 21 '22 03:01 dellbeat