From 7f679cc92898d99d02cde26fe5e74afea5eb09da Mon Sep 17 00:00:00 2001 From: wisokey <57711857+1529811964@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:44:38 +0800 Subject: [PATCH] Update history.md (#399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对其中的获取历史记录列表中的部分标识错误进行了修改 部分list被错标成了tab --- history&toview/history.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/history&toview/history.md b/history&toview/history.md index aee1cfe..43eda91 100644 --- a/history&toview/history.md +++ b/history&toview/history.md @@ -71,7 +71,7 @@ | type | str | 类型 | | | name | str | 类型名 | | -`data`中的`tab`数组: +`data`中的`list`数组: | 项 | 类型 | 内容 | 备注 | | ---- | ---- | --------------- | ---------------- | @@ -79,7 +79,7 @@ | n | obj | 历史记录(n+1) | 按照查看顺序排列 | | …… | obj | | | -`tab`数组中的对象: +`list`数组中的对象: | 字段 | 类型 | 内容 | 备注 | | ----------- | ------------------------------- | -------------------- | ---------------------------------------- | @@ -107,7 +107,7 @@ | tag_name | str | 子分区名 | 用于稿件视频和直播 | | live_status | num | 直播状态 | 仅用于直播
0:未开播
1:已开播 | -`tab`数组中的对象中的`covers`数组: +`list`数组中的对象中的`covers`数组: | 项 | 类型 | 内容 | 备注 | | ---- | ---- | --------------- | ---- | @@ -115,7 +115,7 @@ | n | str | 封面图片(n+1) | | | …… | str | …… | | -`tab`数组中的对象中的`history`对象: +`list`数组中的对象中的`history`对象: | 字段 | 类型 | 内容 | 备注 | | -------- | ---- | ------------------- | ------------------------------------------------------------ |