feat: use cloudflare r2 oss instead of github repository

This commit is contained in:
2024-10-09 20:52:24 +08:00
parent fdad0054ef
commit 829f858840
9 files changed
+85 -10

No files matched your search

@@ -0,0 +1,12 @@
/*
* Copyright © 2024 RTAkland
* Author: RTAkland
* Date: 2024/10/9
*/
package cn.rtast.fancybot.enums
enum class ImageBedType {
Github, CloudflareR2
}