XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

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

5be5bd6
Bryan不可思议 <programripper@foxmail.com>
提交于

代码差异

1 个文件 +13 -0
Modified grpc_api/bilibili/community/service/dm/v1/dm.proto +13 -0
@@ -221,6 +221,8 @@ message DanmakuElem {
221 221 int32 attr = 13;
222 222 //
223 223 string animation = 22;
224 // 大会员专属颜色
225 DmColorfulType colorful = 24;
224 226 }
225 227
226 228 // 弹幕ai云屏蔽条目
@@ -348,6 +350,16 @@ enum DMAttrBit {
348 350 DMAttrHighLike = 2; // 高赞弹幕
349 351 }
350 352
353 message DmColorful {
354 DmColorfulType type = 1; // 颜色类型
355 string src = 2; //
356 }
357
358 enum DmColorfulType {
359 NoneType = 0; // 无
360 VipGradualColor = 60001; // 渐变色
361 }
362
351 363 //
352 364 message DmExpoReportReq {
353 365 //
@@ -402,6 +414,7 @@ message DmSegMobileReply {
402 414 int32 state = 2;
403 415 // 弹幕云屏蔽ai评分值
404 416 DanmakuAIFlag ai_flag = 3;
417 repeated DmColorful colorfulSrc = 5;
405 418 }
406 419
407 420 // 获取弹幕-请求