Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Releases: Nambers/MiraiCP

图片功能完善

28 Jan 15:36
Compare
Choose a tag to compare
  1. 修复bug
  2. 完善文档
  3. 完善图片上传与下载功能
  4. 把原本由纯文本的传输方式改成支持MiraiCode
  5. 优化文件目录,去掉了vs和idea里面不需要的部分文件

已查明却暂时无法修复的bug:

  1. 频繁发送群消息会报错

优化

25 Jan 07:41
Compare
Choose a tag to compare
  1. 增加member类型,以区分friend类型
  2. 修复取昵称和取群名称
  3. 修复退出报错

TODO:
现在如果调用发信息过快会报错,正在找解决方案

重构1.0

23 Jan 13:43
Compare
Choose a tag to compare

这个应该算第一个正式版

更新日志

  1. 全部代码更新重构
  2. 使用观察者设计模式,即可同时多个监听函数

里面大部分都有中文注释
SDK自定义部分位于procession.cpp
使用方法参考首页readme.md里的开发文档
目前支持的事件较少,欢迎提交pr共享文档或代码

重构

21 Jan 00:59
Compare
Choose a tag to compare

全部重构,插件真正处理区域改到procession.cpp
只留下一个接口
功能和文档还没补全
相比于v0.2.*建议先使用该版本
使用Mirai-console 2.0.0

First release

12 Sep 10:03
Compare
Choose a tag to compare
First release Pre-release
Pre-release

The SDK of mirai in C++ and kotlin
If cannot find "jni.h" you can use the one which on the "include" path and add that path into the VS.

Fix Bugs

04 Nov 00:51
Compare
Choose a tag to compare

This release fix the bug appeared in the old release with no new function
And the Get Nick function still cannot used

Important update

26 Oct 00:10
Compare
Choose a tag to compare

Change the using in cpp file
use the class to make this program easy to use
fix bugs in last commit

Huge update

30 Sep 00:51
Compare
Choose a tag to compare

Add the SendPrivate, SendGroup and SendLog method which can use in everywhere without the Main method.