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

@@ -36,4 +36,6 @@ data class Config(
val startUpNoticeUser: Long,
val selfId: Long,
val tianXingApiKey: String,
val githubUser: String,
val githubImageRepo: String,
)