tools: improve visual image handling

This commit is contained in:
2026-07-26 14:43:34 +08:00
parent 7b5a83ba9c
commit a4f5bad322
6 changed files with 994 additions and 24 deletions
+6
View File
@@ -43,5 +43,11 @@ dependencies {
// 聊天记录插件
compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:$hibernateVersion")
testImplementation(kotlin("test-junit5"))
testConsoleRuntime("top.mrxiaom.mirai:overflow-core:$overflowVersion")
}
tasks.test {
useJUnitPlatform()
}