8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改了一部分BUG
修改了MessageBase的SerializeToMiraiCode方法,当ImageMessage和FaceMessage的ImageId和FaceId为空时 不再抛出Exception而是System.ArgumentNullException(因为这俩只支持有ID的序列化),当PokeMessage遇到了Poke支持的六种消息类型以外的消息和遇到了不支持序列化的MessageBase序列化时会抛出System.NotSupportedException
给MessageChain添加了MiraiCode属性,使用MiraiCode会自动忽略那些不支持序列化的消息类型,可以用来比对某些消息是否相等
改进了MessageChain的==运算符
给ConsoleManager添加了Protocol枚举(只支持安卓手机 安卓平板 安卓手表 因为mirai http api文档写了只支持这仨) LoginAsync方法 StopAsync方法 LogoutAsync方法进行登录 退出MCL 登出操作 添加了ExecuteCommandAsync方法用于直接传入字符串或多个字符串执行MCL命令
优化了部分代码(指上次pr写出的? false : true逆天写法)
修复了部分注释
csproj和README的版本号改成了2.5.0()
Sorry, something went wrong.
update
4e14392
统一更新
0ccf357
修BUG
71f1611
补充注释
e565145
补充
7b3ba19
修复
fd8d7ec
82e17ca
68b29dc
b2bb0f3
Successfully merging this pull request may close these issues.