mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 16:40:43 +08:00
plugin supporting
This commit is contained in:
parent
6e33ddf296
commit
ea740f2690
@ -3,7 +3,7 @@ apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
api project(':mirai-core')
|
||||
api project(':mirai-core-timpc')
|
||||
runtimeOnly files(':mirai-core-timpc')
|
||||
runtimeOnly files('../mirai-core/build/classes/kotlin/jvm/main')
|
||||
// classpath is not set correctly by IDE
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ fun main() {
|
||||
println("\"login qqnumber qqpassword \" to login a bot")
|
||||
println("\"login qq号 qq密码 \" 来登陆一个BOT")
|
||||
|
||||
|
||||
thread {
|
||||
loop@ while (true) {
|
||||
var command = readLine()
|
||||
|
Loading…
Reference in New Issue
Block a user