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

在番剧《间谍过家家》第12集(https://www.bilibili.com/bangumi/play/ep542450)评论区出现 “妙评”,发现新的评论字段`card_label`。
This commit is contained in:
Sheep-realms 2022-10-08 16:41:41 +08:00 committed by GitHub
parent 4747eba4dd
commit 1be69566cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@
| up_action | obj | 评论 UP 主操作信息 | |
| show_follow | bool | (?) | |
| invisible | bool | | |
| card_label | obj | 右上角卡片标签信息 | |
| reply_control | obj | 评论提示文案信息 | |
`评论条目`中的`member`对象:
@ -307,10 +308,29 @@
| like | bool | 是否UP主觉得很赞 | false<br />true是 |
| reply | bool | 是否被UP主回复 | false<br />true是 |
`评论条目`中的`card_label`对象:
| 字段 | 类型 | 内容 | 备注 |
| -------------------- | ---- | ------------ | ----------------------------- |
| rpid | num | 评论 rpid | |
| text_content | str | 标签文本 | 已知有`妙评` |
| text_color_day | str | 日间文本颜色 | 十六进制颜色值,下同 |
| text_color_night | str | 夜间文本颜色 | |
| label_color_day | str | 日间标签颜色 | |
| label_color_night | str | 夜间标签颜色 | |
| image | str | | 作用不明 |
| type | str | 1 | 作用不明 |
| background | str | 背景图片 url | |
| background_width | num | 背景图片宽度 | |
| background_height | num | 背景图片高度 | |
| jump_url | str | 跳转链接 | |
| effect | num | 0 | 作用不明,可能用于控制动画,下同 |
| effect_start_time | num | 0 | |
`评论条目`中的`reply_control`对象:
| 字段 | 类型 | 内容 | 备注 |
| -------------------- | ---- | -------- | -------------------- |
| sub_reply_entry_text | str | 回复提示 | `共 xx 条回复` |
| sub_reply_title_text | str | 回复提示 | `相关回复共有 xx 条` |
| time_desc | str | 时间提示 | `xx 天/小时 前发布` |
| time_desc | str | 时间提示 | `xx 天/小时 前发布` |