From a77b56bea9ddfc7100a85b1d977f4a8cb97fbcae Mon Sep 17 00:00:00 2001 From: MineCreeper86 <61276297+MineCreeper86@users.noreply.github.com> Date: Sat, 8 Aug 2020 18:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E6=AE=B5=E8=AF=B4=E6=98=AF=E5=92=8Cin?= =?UTF-8?q?fo=E6=8C=BA=E5=83=8F=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/articles.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/article/articles.md b/article/articles.md index 70c2561..42519db 100644 --- a/article/articles.md +++ b/article/articles.md @@ -64,9 +64,15 @@ `data`中的`articles`数组中的对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | ------------ | ------------ | -| id | num | 专栏cvID | | -| title | str | 文章标题 | | -| state | num | 0 | 作用尚不明确 | -| publish_time | num | 发布时间 | 秒时间戳 | \ No newline at end of file +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ----- | -------------- | ------------ | +| id | num | 专栏cvID | | +| title | str | 文章标题 | | +| state | num | 0 | 作用尚不明确 | +| publish_time | num | 发布时间 | 秒时间戳 | +| words | num | 文章字数 | | +| image_urls | array | 文章封面 | | +| category | obj | 文章标签 | | +| categories | array | 文章标签列表 | | +| summary | str | 文章摘要 | | +| stats | obj | 文章状态数信息 | | \ No newline at end of file