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

XFEstudio/bilibili-API-collect

发现新的评论字段 (#504)

在番剧《间谍过家家》第12集(https://www.bilibili.com/bangumi/play/ep542450)评论区出现 “妙评”,发现新的评论字段`card_label`。

1be6956
Sheep-realms <38580457+sheep-realms@users.noreply.github.com>
提交于

代码差异

1 个文件 +21 -1
Modified comment/readme.md +21 -1
@@ -71,6 +71,7 @@
71 71 | up_action | obj | 评论 UP 主操作信息 | |
72 72 | show_follow | bool | (?) | |
73 73 | invisible | bool | | |
74 | card_label | obj | 右上角卡片标签信息 | |
74 75 | reply_control | obj | 评论提示文案信息 | |
75 76
76 77 `评论条目`中的`member`对象:
@@ -307,10 +308,29 @@
307 308 | like | bool | 是否UP主觉得很赞 | false:否<br />true:是 |
308 309 | reply | bool | 是否被UP主回复 | false:否<br />true:是 |
309 310
311 `评论条目`中的`card_label`对象:
312
313 | 字段 | 类型 | 内容 | 备注 |
314 | -------------------- | ---- | ------------ | ----------------------------- |
315 | rpid | num | 评论 rpid | |
316 | text_content | str | 标签文本 | 已知有`妙评` |
317 | text_color_day | str | 日间文本颜色 | 十六进制颜色值,下同 |
318 | text_color_night | str | 夜间文本颜色 | |
319 | label_color_day | str | 日间标签颜色 | |
320 | label_color_night | str | 夜间标签颜色 | |
321 | image | str | | 作用不明 |
322 | type | str | 1 | 作用不明 |
323 | background | str | 背景图片 url | |
324 | background_width | num | 背景图片宽度 | |
325 | background_height | num | 背景图片高度 | |
326 | jump_url | str | 跳转链接 | |
327 | effect | num | 0 | 作用不明,可能用于控制动画,下同 |
328 | effect_start_time | num | 0 | |
329
310 330 `评论条目`中的`reply_control`对象:
311 331
312 332 | 字段 | 类型 | 内容 | 备注 |
313 333 | -------------------- | ---- | -------- | -------------------- |
314 334 | sub_reply_entry_text | str | 回复提示 | `共 xx 条回复` |
315 335 | sub_reply_title_text | str | 回复提示 | `相关回复共有 xx 条` |
316 | time_desc | str | 时间提示 | `xx 天/小时 前发布` |
336 | time_desc | str | 时间提示 | `xx 天/小时 前发布` |