This commit is contained in:
许允枞 2025-03-11 14:50:21 +08:00
parent 23d5170814
commit 65afa83821

View File

@ -71,6 +71,7 @@ public class ChatService {
put("Thai", "th");
put("Turkish", "tr");
put("Chinese", "zh-CHS");
put("Indonesian", "id");
}};
private static Map<String, String> sendFlagMap = new HashMap<>();