feat: add anti revoke command

This commit is contained in:
2024-09-02 11:30:58 +08:00
parent e7d2336759
commit 8bbb493afa
12 files changed
+98 -23

No files matched your search

@@ -15,7 +15,6 @@ import com.google.gson.GsonBuilder
val gson: Gson = GsonBuilder()
.setPrettyPrinting()
.disableHtmlEscaping()
.serializeNulls()
.create()
const val ROOT_PATH = "./data"