From d623ac063a88a85f8e6e94e9381191a5537784c7 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 1 Feb 2023 14:58:11 +0800 Subject: [PATCH] docs: add lastModifyTime field description for post and singlePage related vo (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为主题开发文档中关于文章和自定义页面的 VO 描述添加 lastModifyTime 字段。后端改动见:https://github.com/halo-dev/halo/pull/3101 /kind documentation Fixes #169 ```release-note None ``` --- docs/developer-guide/theme/vo/ListedPostVo.md | 1 + docs/developer-guide/theme/vo/ListedSinglePageVo.md | 1 + docs/developer-guide/theme/vo/PostVo.md | 1 + docs/developer-guide/theme/vo/SinglePageVo.md | 1 + .../version-2.2/developer-guide/theme/vo/ListedPostVo.md | 1 + .../version-2.2/developer-guide/theme/vo/ListedSinglePageVo.md | 1 + versioned_docs/version-2.2/developer-guide/theme/vo/PostVo.md | 1 + .../version-2.2/developer-guide/theme/vo/SinglePageVo.md | 1 + 8 files changed, 8 insertions(+) diff --git a/docs/developer-guide/theme/vo/ListedPostVo.md b/docs/developer-guide/theme/vo/ListedPostVo.md index 0cc8d92..9e6ace1 100644 --- a/docs/developer-guide/theme/vo/ListedPostVo.md +++ b/docs/developer-guide/theme/vo/ListedPostVo.md @@ -46,6 +46,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/docs/developer-guide/theme/vo/ListedSinglePageVo.md b/docs/developer-guide/theme/vo/ListedSinglePageVo.md index 6303368..b2e5830 100644 --- a/docs/developer-guide/theme/vo/ListedSinglePageVo.md +++ b/docs/developer-guide/theme/vo/ListedSinglePageVo.md @@ -40,6 +40,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/docs/developer-guide/theme/vo/PostVo.md b/docs/developer-guide/theme/vo/PostVo.md index e1f563a..623f2a0 100644 --- a/docs/developer-guide/theme/vo/PostVo.md +++ b/docs/developer-guide/theme/vo/PostVo.md @@ -46,6 +46,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/docs/developer-guide/theme/vo/SinglePageVo.md b/docs/developer-guide/theme/vo/SinglePageVo.md index 3f27a22..5b3f4c9 100644 --- a/docs/developer-guide/theme/vo/SinglePageVo.md +++ b/docs/developer-guide/theme/vo/SinglePageVo.md @@ -40,6 +40,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/versioned_docs/version-2.2/developer-guide/theme/vo/ListedPostVo.md b/versioned_docs/version-2.2/developer-guide/theme/vo/ListedPostVo.md index 0cc8d92..9e6ace1 100644 --- a/versioned_docs/version-2.2/developer-guide/theme/vo/ListedPostVo.md +++ b/versioned_docs/version-2.2/developer-guide/theme/vo/ListedPostVo.md @@ -46,6 +46,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/versioned_docs/version-2.2/developer-guide/theme/vo/ListedSinglePageVo.md b/versioned_docs/version-2.2/developer-guide/theme/vo/ListedSinglePageVo.md index 6303368..b2e5830 100644 --- a/versioned_docs/version-2.2/developer-guide/theme/vo/ListedSinglePageVo.md +++ b/versioned_docs/version-2.2/developer-guide/theme/vo/ListedSinglePageVo.md @@ -40,6 +40,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/versioned_docs/version-2.2/developer-guide/theme/vo/PostVo.md b/versioned_docs/version-2.2/developer-guide/theme/vo/PostVo.md index e1f563a..623f2a0 100644 --- a/versioned_docs/version-2.2/developer-guide/theme/vo/PostVo.md +++ b/versioned_docs/version-2.2/developer-guide/theme/vo/PostVo.md @@ -46,6 +46,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string" diff --git a/versioned_docs/version-2.2/developer-guide/theme/vo/SinglePageVo.md b/versioned_docs/version-2.2/developer-guide/theme/vo/SinglePageVo.md index 3f27a22..5b3f4c9 100644 --- a/versioned_docs/version-2.2/developer-guide/theme/vo/SinglePageVo.md +++ b/versioned_docs/version-2.2/developer-guide/theme/vo/SinglePageVo.md @@ -40,6 +40,7 @@ "permalink": "string", // 固定链接 "excerpt": "string", // 最终生成的摘要 "inProgress": true, + "lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间 "commentsCount": 0, // 评论数 "contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合 "string"