cssxsh 发布的帖子
-
RE: 如何获取MessageChain的KIND属性?
java 比较麻烦
MessageSource source = event.getMessage().get(MessageSource.Key); MessageSourceAmender amender = new MessageSourceAmender(source); MessageSourceKind kind = amender.getKind();
-
RE: mcl如何升级到2.15?
首先
mcl 是 https://github.com/iTXTech/mirai-console-loader 最新版是 2.1.2
其次 mirai/mirai-console 是 https://github.com/mamoe/mirai 最新正式版是 2.14.0 最新测试版是 2.15.0-M1升级 mirai 版本可以看这个
https://mirai.mamoe.net/topic/2061另外2.15.0-M1还没有提供内置的扫码登录指令,可以看这个
https://mirai.mamoe.net/topic/2134 -
RE: 如何在java中使自定义Mirai的日志系统?
@2446694 在 如何在java中使自定义Mirai的日志系统? 中说:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j2</artifactId> <scope>runtime</scope> </dependency>
spring-boot-starter-log4j2 和 mirai-logging-slf4j
冲突我的意思是 spring-boot 的默认 日志系统是 slf4j
所以你 直接使用 mirai-logging-slf4j 就好 -
RE: Meme Helper 表情包生成器,游戏王,幻影坦克,支持Termux
如果你同时有在用 mirai-native ,那一定是 32 位 java
如果你用了 整合包 或者 mcl-installer
有可能会在 mcl 的目录里单独放了一个 java另外 mcl 启动时会有真正启动的 java 的版本信息