feat: add some feature

This commit is contained in:
2024-08-30 14:24:46 +08:00
parent e48f899f9e
commit bf75cfad38
21 files changed
+333 -24

No files matched your search

@@ -7,6 +7,7 @@
package cn.rtast.fancybot
import cn.rtast.fancybot.entity.Config
import com.google.gson.Gson
import com.google.gson.GsonBuilder
@@ -15,3 +16,9 @@ val gson: Gson = GsonBuilder()
.disableHtmlEscaping()
.serializeNulls()
.create()
const val ROOT_PATH = "./data"
val DEFAULT_CONFIG = Config(
cnmApi = "https://ncm.rtast.cn"
)