协议更新
This commit is contained in:
Vendored
+6
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user