经过客户端挂机code45退回到了235但是我无法使用修复插件 #136
Unanswered
AlphaNight001
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Mirai Console 我找到了,是否是需要在Springboot启动类中直接调用FixProtocolVersion.update();? |
Beta Was this translation helpful? Give feedback.
0 replies
-
引入后,在main方法开头使用 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
涉及的编程语言
Java
涉及的组件库
mirai (QQ)
疑问描述
根据文档说的方法我已经退回到了235,但是插件我貌似错误引用了
fix-protocol-version
我将这个jar包在IDEA的springboot项目中作为jar包引入了
但是我不太会使用,另外官方说法是:下载 mirai2.jar 放到 plugins ,重启 Mirai Console 即可
Plugins这个目录是maven的目录吗?
而且我貌似并没有Mirai Console这个插件 以下是我的maven代码
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.0.0
com.example.Alpha
QQMessage
0.0.1-SNAPSHOT
jar
QQMessage
QQMessage
<java.version>17</java.version>
Beta Was this translation helpful? Give feedback.
All reactions