修改了配置文件格式,能够正常读取
温度采样相关功能待添加......
This commit is contained in:
@@ -6,8 +6,8 @@ plugins {
|
||||
id("net.mamoe.mirai-console") version "2.16.0"
|
||||
}
|
||||
|
||||
group = "com.plugin"
|
||||
version = "0.1.0"
|
||||
group = "work.slhaf.chatai"
|
||||
version = "2.1.0"
|
||||
|
||||
dependencies{
|
||||
implementation ("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
|
||||
@@ -21,7 +21,8 @@ dependencies{
|
||||
implementation("top.mrxiaom.mirai:overflow-core-all:1.0.0")
|
||||
implementation ("com.alibaba:fastjson:1.2.73")
|
||||
implementation ("org.projectlombok:lombok:1.18.36")
|
||||
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.36")
|
||||
compileOnly("org.projectlombok:lombok:1.18.36")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user