[gRpc] 添加大会员专属颜色 (#695)
This commit is contained in:
parent
81eb5a414f
commit
5be5bd6a4a
@ -221,6 +221,8 @@ message DanmakuElem {
|
||||
int32 attr = 13;
|
||||
//
|
||||
string animation = 22;
|
||||
// 大会员专属颜色
|
||||
DmColorfulType colorful = 24;
|
||||
}
|
||||
|
||||
// 弹幕ai云屏蔽条目
|
||||
@ -348,6 +350,16 @@ enum DMAttrBit {
|
||||
DMAttrHighLike = 2; // 高赞弹幕
|
||||
}
|
||||
|
||||
message DmColorful {
|
||||
DmColorfulType type = 1; // 颜色类型
|
||||
string src = 2; //
|
||||
}
|
||||
|
||||
enum DmColorfulType {
|
||||
NoneType = 0; // 无
|
||||
VipGradualColor = 60001; // 渐变色
|
||||
}
|
||||
|
||||
//
|
||||
message DmExpoReportReq {
|
||||
//
|
||||
@ -402,6 +414,7 @@ message DmSegMobileReply {
|
||||
int32 state = 2;
|
||||
// 弹幕云屏蔽ai评分值
|
||||
DanmakuAIFlag ai_flag = 3;
|
||||
repeated DmColorful colorfulSrc = 5;
|
||||
}
|
||||
|
||||
// 获取弹幕-请求
|
||||
|
||||
Loading…
Reference in New Issue
Block a user