@cssxsh 现在的话,编译是没有问题了,但是一堆爆红而且没法联想了QAQ
看了一下好像是这些插件版本不够高,请问怎么做才能升级插件?
PiCpo 发布的帖子
-
RE: buildPlugin 显示502错误
-
buildPlugin 显示502错误
看了一下,似乎https://dl.bintray.com这个网站直接502了
不知道有没有替代方案
报错信息如下:Could not determine the dependencies of task ':compileKotlin'. > Could not resolve all files for configuration ':kotlinCompilerClasspath'. > Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.30. Required by: project : > Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.30. > Could not get resource 'https://dl.bintray.com/him188moe/mirai/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.4.30/kotlin-compiler-embeddable-1.4.30.pom'. > Could not HEAD 'https://dl.bintray.com/him188moe/mirai/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.4.30/kotlin-compiler-embeddable-1.4.30.pom'. Received status code 502 from server: Bad Gateway
-
RE: 请问大佬们有什么屏蔽消息的思路吗
@karlatemp 在 请问大佬们有什么屏蔽消息的思路吗 中说:
priority = EventPriority.HIGHEST
啊这,其实编译的时候没有@,是编译出错后不小心按到了@qwqwq
所以还是Unresolved reference: EventPriority的问题orz -
大佬们,请问如何上传本地文件夹的图片
这段代码没怎么看懂,不知道sendImage()里面该填哪些参数
* ### 上传和发送图片 * - [Contact.uploadImage] 上传 [资源文件][ExternalResource] 并得到 [Image] 消息 * - [Contact.sendImage] 上传 [资源文件][ExternalResource] 并发送返回的 [Image] 作为一条消息 * * - [ExternalResource.uploadAsImage] * - [ExternalResource.sendAsImageTo] * - [Contact.sendImage]