增加动态举报

This commit is contained in:
2024-12-06 22:08:57 +08:00
parent 76e7bbb84a
commit 50fb1874e7
8 changed files with 428 additions and 50 deletions

View File

@@ -37,5 +37,7 @@ object ConstVars {
const val DICT_KEY_GOOGLE_LOGIN_CLIENT_ID = "google_login_client_id"
// trtc功能开启
const val DICT_KEY_ENABLE_TRTC = "enable_chat"
// 举报选项
const val DICT_KEY_REPORT_OPTIONS = "report_reasons"
}