Hibok
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

7 行
135 B

  1. syntax = "proto2";
  2. //聊天消息
  3. message MsgContent {
  4. optional string msgContent = 1; //消息附件地址
  5. }