更新到v0.1.1

修复 未查询到数据时提示异常问题
修复 获取玩家头像未显示双层皮肤问题
This commit is contained in:
2022-02-12 20:10:29 +08:00
parent 5113868a79
commit 1902e922a3
4 changed files with 15 additions and 6 deletions

View File

@@ -3,11 +3,11 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.9.2"
id("net.mamoe.mirai-console") version "2.10.0"
}
group = "top.jie65535"
version = "0.1.0"
version = "0.1.1"
repositories {
maven("https://maven.aliyun.com/repository/public")