mirror of
https://github.com/halo-dev/docs.git
synced 2026-06-12 01:15:06 +08:00
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 ```
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"permalink": "string", // 固定链接
|
||||
"excerpt": "string", // 最终生成的摘要
|
||||
"inProgress": true,
|
||||
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
|
||||
"commentsCount": 0, // 评论数
|
||||
"contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合
|
||||
"string"
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"permalink": "string", // 固定链接
|
||||
"excerpt": "string", // 最终生成的摘要
|
||||
"inProgress": true,
|
||||
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
|
||||
"commentsCount": 0, // 评论数
|
||||
"contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合
|
||||
"string"
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"permalink": "string", // 固定链接
|
||||
"excerpt": "string", // 最终生成的摘要
|
||||
"inProgress": true,
|
||||
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
|
||||
"commentsCount": 0, // 评论数
|
||||
"contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合
|
||||
"string"
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"permalink": "string", // 固定链接
|
||||
"excerpt": "string", // 最终生成的摘要
|
||||
"inProgress": true,
|
||||
"lastModifyTime": "2022-11-20T13:06:38.505Z", // 最后修改时间
|
||||
"commentsCount": 0, // 评论数
|
||||
"contributors": [ // 贡献者名称,Contributor 的 metadata.name 的集合
|
||||
"string"
|
||||
|
||||
Reference in New Issue
Block a user