simbot-component-kook icon indicating copy to clipboard operation
simbot-component-kook copied to clipboard

一个 Kotlin 多平台的 KOOK(开黑啦) Bot SDK 实现库,一个 Simple Robot 组件库,Java 友好、异步高效~ ❤️‍🔥❤️‍🔥😘

Results 23 simbot-component-kook issues
Sort by recently updated
recently updated
newest added

Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.57.0 to 0.59.0. Release notes Sourced from com.charleskorn.kaml:kaml's releases. 0.59.0 New: it is now possible to change the default 3 MB input document size limit by setting...

dependencies

Bumps `log4j` from 2.23.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-api` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.0 to 2.23.1 Dependabot will resolve any conflicts with...

dependencies

Bumps `dokka` from 1.9.10 to 1.9.20. Updates `org.jetbrains.dokka:dokka-gradle-plugin` from 1.9.10 to 1.9.20 Release notes Sourced from org.jetbrains.dokka:dokka-gradle-plugin's releases. 1.9.20 General bugfixes Fixed sealed interfaces not having the sealed keyword in...

dependencies

例如仅同步数据而无法触发组件事件等,需要优化调整。

缺陷

Bumps `ksp` from 1.9.22-1.0.18 to 1.9.23-1.0.19. Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.22-1.0.18 to 1.9.23-1.0.19 Release notes Sourced from com.google.devtools.ksp:symbol-processing-api's releases. 1.9.23-1.0.19 New APIs #1708 SymbolProcessorEnvironment.kspVersion #1707 CodeGenerator.associateWithFunctions and CodeGenerator.associateWithProperties Issues fixed in...

dependencies

Bumps `ktor` from 2.3.8 to 2.3.9. Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.8 to 2.3.9 Release notes Sourced from io.ktor:ktor-serialization-kotlinx-json's releases. 2.3.9 Published 4 March 2024 Improvements Allow to set secure cookie even...

dependencies

如果直接原样发送图片类型的消息将无法转发: ```kotlin channel.send(event.messageContent) ``` 这会提示资源不存在,需要重新上传资源。但是此资源链接(貌似)可以直接使用在卡片消息中,因此仅需要对消息转发情况做处理,可能需要涉及内部链接缓存。 此问题在Kook开发者中心中有所反馈,但是对此问题的调整意向不大,可能不会被官方改善。 > ヘキソナ#6969: 你放在卡片消息里发出去就行 由回复得知图片链接似乎可直接被卡片消息使用。 > ヘキソナ#6969: 这种东西从来都是开发者自己实现吧… 加糖可以,但是加到最后甜到发齁,你的sdk就有点太臃肿了 > ヘキソナ#6969: 关于优化这一点我觉得这种操作几乎可以忽略不计,你又不是在打OI…(其实就算是OI这么几个指令的时间也解决不了TLE)…所以最后唯一的作用还只是语法糖 以目前的讨论结果来看,操作调整的可能性不大。

缺陷

在私聊中邀请bot时出现。 ``` Session flow on error: Unknown event type property: "SYS_MSG" love.forte.simbot.kook.event.KookSignalException: Unknown event type property: "SYS_MSG" at love.forte.simbot.kook.internal.KookBotImpl$processEvent$3.invokeSuspend(KookBotImpl.kt:540) at love.forte.simbot.kook.internal.KookBotImpl$processEvent$3.invoke(KookBotImpl.kt) at love.forte.simbot.kook.internal.KookBotImpl$processEvent$3.invoke(KookBotImpl.kt) at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:223) at love.forte.simbot.kook.internal.KookBotImpl$processEvent$$inlined$mapNotNull$1$2.emit(Emitters.kt:237) at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:62) at...

bug

KookAPI尚未解决分组删除的事件。 ![image](https://user-images.githubusercontent.com/40045247/178207815-e09ef245-8830-49d6-a5eb-d3fda9ae381c.png) 来自: > 2022/7/11

缺陷