协议更新

This commit is contained in:
chen wei bo
2025-09-17 17:16:13 +08:00
parent 7687a4f026
commit 9aafecdd39
3 changed files with 32 additions and 46 deletions
+6 -6
View File
@@ -2082,7 +2082,7 @@ static getTypeUrl(typeUrlPrefix?: string): string;
isAi?: (boolean|null);
/** ChatMsg msgId */
msgId?: (number|Long|null);
msgId?: (string|null);
}
/** Represents a ChatMsg. */
@@ -2101,7 +2101,7 @@ msg: string;
isAi: boolean;
/** ChatMsg msgId. */
msgId: (number|Long);
msgId: string;
/**
* Creates a new ChatMsg instance using the specified properties.
@@ -3622,8 +3622,8 @@ static getTypeUrl(typeUrlPrefix?: string): string;
/** GlobalConfig GameName */
GameName?: (string|null);
/** GlobalConfig EmotionRating */
EmotionRating?: (string|null);
/** GlobalConfig EmotionBasePrompt */
EmotionBasePrompt?: (string|null);
/** GlobalConfig girlBasePrompt */
girlBasePrompt?: (string|null);
@@ -3668,8 +3668,8 @@ ScoreExchangeStarLevel: number;
/** GlobalConfig GameName. */
GameName: string;
/** GlobalConfig EmotionRating. */
EmotionRating: string;
/** GlobalConfig EmotionBasePrompt. */
EmotionBasePrompt: string;
/** GlobalConfig girlBasePrompt. */
girlBasePrompt: string;