comments: bilibili.app.card.v1

This commit is contained in:
Hantong Chen 2025-05-04 00:13:41 +08:00
parent e88f332a4a
commit 4369a5a2ef
No known key found for this signature in database
GPG Key ID: BA46515EE169702F

View File

@ -276,7 +276,9 @@ message EntranceItem {
int64 entrance_id = 6;
//
Bubble bubble = 7;
//
//
//
// - 1:
int32 entrance_type = 8;
}
@ -674,13 +676,22 @@ message ReasonStyle {
string left_icon_type = 16;
}
//
//
message Relation {
//
// - 1:
// - 2:
// - 3:
// - 4:
int32 status = 1;
// UP
//
// - 0:
// - 1:
int32 is_follow = 2;
// UP
//
// - 0:
// - 1:
int32 is_followed = 3;
}
@ -698,7 +709,7 @@ message SharePlane {
int64 aid = 5;
//
string bvid = 6;
//
// , : `"weibo": true`
map<string, bool> share_to = 7;
//
string author = 8;
@ -878,7 +889,7 @@ message SmallCoverV5 {
ReasonStyle rcmd_reason_style = 7;
//
HotwordEntrance hotword_entrance = 8;
//
//
ReasonStyle corner_mark_style = 9;
//
int32 right_icon1 = 10;