diff --git a/docs/dynamic/dynamic_enum.md b/docs/dynamic/dynamic_enum.md index 1ae2919..e129712 100644 --- a/docs/dynamic/dynamic_enum.md +++ b/docs/dynamic/dynamic_enum.md @@ -62,6 +62,7 @@ | ADDITIONAL_TYPE_UP_RCMD | | | | ADDITIONAL_TYPE_UGC | 视频跳转 | [716489253410832401](https://t.bilibili.com/716489253410832401) | | ADDITIONAL_TYPE_RESERVE | | 直播预约
[716524987542929443](https://t.bilibili.com/716524987542929443) | +| ADDITIONAL_TYPE_UPOWER_LOTTERY | | | ## diff --git a/docs/opus/features.md b/docs/opus/features.md index 450eb40..403b598 100644 --- a/docs/opus/features.md +++ b/docs/opus/features.md @@ -668,6 +668,7 @@ | para_type | number | 段落类型 | 1: 文本
2: 图片
3: 段落行
4: 块引用
5: 列表
6: 链接卡片
8: 代码 | | text | object | 文本 | `para_type=1` | | pics | object | 图片 | `para_type=2` | +| link_card | object | 链接卡片 | `para_type=6` | `module_content.paragraphs[].text` 对象: @@ -708,6 +709,12 @@ | url | string | 图片 URL | | | width | number | 宽度 | | +`module_content.paragraphs[].link_card` 对象: + +| 字段 | 类型 | 内容 | 备注 | +| ---- | ---- | ---- | ---- | +| card | object | 卡片内容 | 基本同 [获取全部动态列表](../dynamic/all.md#获取全部动态列表) 的 `data.items[n].modules.module_dynamic.additional` | + **示例:**