[gRpc] 添加大会员专属颜色 (#695)

This commit is contained in:
Bryan不可思议 2023-06-05 15:06:35 +08:00 committed by GitHub
parent 81eb5a414f
commit 5be5bd6a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -221,6 +221,8 @@ message DanmakuElem {
int32 attr = 13; int32 attr = 13;
// //
string animation = 22; string animation = 22;
//
DmColorfulType colorful = 24;
} }
// ai云屏蔽条目 // ai云屏蔽条目
@ -348,6 +350,16 @@ enum DMAttrBit {
DMAttrHighLike = 2; // DMAttrHighLike = 2; //
} }
message DmColorful {
DmColorfulType type = 1; //
string src = 2; //
}
enum DmColorfulType {
NoneType = 0; //
VipGradualColor = 60001; //
}
// //
message DmExpoReportReq { message DmExpoReportReq {
// //
@ -402,6 +414,7 @@ message DmSegMobileReply {
int32 state = 2; int32 state = 2;
// ai评分值 // ai评分值
DanmakuAIFlag ai_flag = 3; DanmakuAIFlag ai_flag = 3;
repeated DmColorful colorfulSrc = 5;
} }
// - // -