协议提交

This commit is contained in:
2025-08-11 16:29:23 +08:00
parent 7a93c0f8f1
commit 9b95f48102
14 changed files with 71 additions and 35 deletions

View File

@@ -12,5 +12,5 @@ message ChatMessageInfo
int32 Type = 1; //消息类型
int32 Source = 2; //消息来源
ChatUserInfo Trigger = 3; //触发者
repeated byte Content = 4; //内容
string Content = 4; //内容
}