Skip to content

Commit

Permalink
Update history.md (SocialSisterYi#399)
Browse files Browse the repository at this point in the history
对其中的获取历史记录列表中的部分标识错误进行了修改
部分list被错标成了tab
  • Loading branch information
wisokey authored Jun 20, 2022
1 parent 7cba209 commit 7f679cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions history&toview/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
| type | str | 类型 | |
| name | str | 类型名 | |

`data`中的`tab`数组:
`data`中的`list`数组:

|| 类型 | 内容 | 备注 |
| ---- | ---- | --------------- | ---------------- |
| 0 | obj | 历史记录1 | |
| n | obj | 历史记录(n+1) | 按照查看顺序排列 |
| …… | obj | | |

`tab`数组中的对象:
`list`数组中的对象:

| 字段 | 类型 | 内容 | 备注 |
| ----------- | ------------------------------- | -------------------- | ---------------------------------------- |
Expand Down Expand Up @@ -107,15 +107,15 @@
| tag_name | str | 子分区名 | 用于稿件视频和直播 |
| live_status | num | 直播状态 | 仅用于直播<br />0:未开播<br />1:已开播 |

`tab`数组中的对象中的`covers`数组:
`list`数组中的对象中的`covers`数组:

|| 类型 | 内容 | 备注 |
| ---- | ---- | --------------- | ---- |
| 0 | str | 封面图片1 | |
| n | str | 封面图片(n+1) | |
| …… | str | …… | |

`tab`数组中的对象中的`history`对象:
`list`数组中的对象中的`history`对象:

| 字段 | 类型 | 内容 | 备注 |
| -------- | ---- | ------------------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit 7f679cc

Please sign in to comment.