修改了配置文件格式,能够正常读取

温度采样相关功能待添加......
This commit is contained in:
2024-12-21 23:06:17 +08:00
parent 4b41c6470c
commit ed1504f56d
24 changed files with 260 additions and 141 deletions

View File

@@ -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 {