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

+4 -1
View File
@@ -41,6 +41,7 @@ val gson: Gson = GsonBuilder()
const val ROOT_PATH = "./data"
const val ASSETS_BASE_URL = "https://static.rtast.cn"
const val API_RTAST_URL = "https://api.rtast.cn"
val DEFAULT_CONFIG = Config(
ncmAPI = "https://ncm.rtast.cn",
@@ -67,7 +68,9 @@ val DEFAULT_CONFIG = Config(
qqMusicApiUrl = "http://127.0.0.1:3200",
startUpNoticeUser = 114514L,
selfId = 114514L,
tianXingApiKey = "1145141919810"
tianXingApiKey = "1145141919810",
githubUser = "RTAkland",
githubImageRepo = "Static-Images"
)
val configManager = ConfigManager()