feat:完成一键匹配入口进私聊:忽略限制功能

This commit is contained in:
Max
2023-12-26 23:22:04 +08:00
parent ff746b5a11
commit 321fa1b9ea
4 changed files with 22 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ public interface Extras {
// 参数
String EXTRA_ACCOUNT = "account";
String EXTRA_TYPE = "type";
// 忽略限制
String EXTRA_IGNORE_CHAT_LIMIT = "ignore_chat_limit";
String EXTRA_ANCHOR = "anchor";
String EXTRA_CUSTOMIZATION = "customization";