移除 第三方Json解析库,使用Mirai自带库

增加 获取代码模板功能
This commit is contained in:
筱傑
2021-08-02 22:51:22 +08:00
parent 17a8893fe8
commit 8c3c316d5d
6 changed files with 67 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "me.jie65535"
version = "0.1"
version = "0.2"
repositories {
maven("https://maven.aliyun.com/repository/public")
@@ -16,5 +16,4 @@ repositories {
dependencies{
implementation("org.jsoup:jsoup:1.13.1")
implementation("com.beust:klaxon:5.5")
}