docs: add lastModifyTime field description for post and singlePage related vo (#175)

为主题开发文档中关于文章和自定义页面的 VO 描述添加 lastModifyTime 字段。后端改动见:https://github.com/halo-dev/halo/pull/3101

/kind documentation

Fixes #169 

```release-note
None
```
JohnNiang-patch-1
Ryan Wang 2 years ago committed by GitHub
parent 55e5f60aee
commit d623ac063a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -40,6 +40,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -46,6 +46,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -40,6 +40,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -46,6 +46,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -40,6 +40,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -46,6 +46,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

@ -40,6 +40,7 @@
"permalink": "string", // 固定链接 "permalink": "string", // 固定链接
"excerpt": "string", // 最终生成的摘要 "excerpt": "string", // 最终生成的摘要
"inProgress": true, "inProgress": true,
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
"commentsCount": 0, // 评论数 "commentsCount": 0, // 评论数
"contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合 "contributors": [ // 贡献者名称Contributor 的 metadata.name 的集合
"string" "string"

Loading…
Cancel
Save