feat: add image bed api

This commit is contained in:
2024-10-08 20:45:56 +08:00
parent 54354e0a52
commit 8ae4ce7870
10 files changed
+91 -31

No files matched your search

@@ -37,4 +37,6 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
val startUpNoticeUser = config.startUpNoticeUser
val selfId = config.selfId
val tianXingApiKey = config.tianXingApiKey
val githubUser = config.githubUser
val githubImageRepo = config.githubImageRepo
}