mirror of
https://github.com/jie65535/mirai-console-jnr-plugin.git
synced 2025-12-15 18:41:35 +08:00
更新版本到v1.0.0
更新项目依赖 修改包名 功能更新: - 现在戳一戳后会从随机列表中根据权重随机抽取一条消息进行回复 #4 - 现在允许添加多条回复消息,并允许设置消息权重 - 现在允许删除指定索引的回复消息 - 现在允许请空回复消息列表 - 现在允许查看回复消息列表
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.5.10"
|
||||
val kotlinVersion = "1.6.0"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.7.1"
|
||||
id("net.mamoe.mirai-console") version "2.10.1"
|
||||
}
|
||||
|
||||
group = "me.jie65535"
|
||||
version = "0.1.1"
|
||||
group = "top.jie65535"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user