更新版本到v1.0.0

更新项目依赖
修改包名
功能更新:
 - 现在戳一戳后会从随机列表中根据权重随机抽取一条消息进行回复 #4
 - 现在允许添加多条回复消息,并允许设置消息权重
 - 现在允许删除指定索引的回复消息
 - 现在允许请空回复消息列表
 - 现在允许查看回复消息列表
This commit is contained in:
2022-03-21 23:42:18 +08:00
parent 3feff8d40e
commit f4485d9017
7 changed files with 144 additions and 71 deletions

View File

@@ -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()
}