增加忽略关键字#ignore

更新版本到v1.2.0
This commit is contained in:
2022-08-28 21:45:30 +08:00
parent 630b163f2f
commit fb0c1cceba
5 changed files with 175 additions and 121 deletions

View File

@@ -3,11 +3,11 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.10.1"
id("net.mamoe.mirai-console") version "2.12.2"
}
group = "top.jie65535"
version = "1.1.0"
version = "1.2.0"
repositories {
mavenLocal()