Releases: Kloping/SimpleMiraiCore
Releases · Kloping/SimpleMiraiCore
0.2.6
0.1.7
更新说明:
- 迁移包名 至 io.github.kloping
- 添加新操作 如图
@Action("获取指定类型.*")
public String getAnyType(Class2OMap cm) {
cm.setIdentical(false);
At at = (At) cm.get(At.class);
return String.format("你At了: " + at.getTarget());
}
在 Action 方法中 添加 Class2OMap 参数 通过 该对象 获取 指定类型的消息 若不存在 则 返回 null
如图 若 发送:
"获取指定消息 @Kloping" 将能获取到 At 对象