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

XFEstudio/bilibili-API-collect

fix: 修复 md 格式问题

列表炸了

1517ee8
z0z0r4 <z0z0r4@outlook.com>
提交于

代码差异

1 个文件 +2 -0
Modified docs/video/recommend.md +2 -0
@@ -381,6 +381,7 @@ curl -G 'https://api.bilibili.com/x/web-interface/archive/related' \
381 381 `item`数组中的对象中的`owner`对象:
382 382
383 383 | 字段 | 类型 | 内容 | 备注 |
384 |------|------|---------|-------|
384 385 | face | str | 头像URL | |
385 386 | mid | num | UP主mid | |
386 387 | name | str | UP昵称 | |
@@ -388,6 +389,7 @@ curl -G 'https://api.bilibili.com/x/web-interface/archive/related' \
388 389 `item`数组中的对象中的`rcmd_reason`对象:
389 390
390 391 | 字段 | 类型 | 内容 | 备注 |
392 |-------------|------|---------|--------------------------------------|
391 393 | reason_type | num | 原因类型 | 0: 无<br />1: 已关注<br />3: 高点赞量 |
392 394 | content | str | 原因描述 | 当 reason_type 为 3 时存在 |
393 395