docs: remove lastLoginAt field from UserVo (#472)

移除 UserVo 类型示例中的 lastLoginAt 字段,目前这个字段并没有使用。

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-11-20 11:28:08 +08:00
committed by GitHub
parent 002d1f472d
commit d0373d3db5
6 changed files with 0 additions and 6 deletions

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}

View File

@@ -21,7 +21,6 @@
"disabled": false // 是否禁用
},
"status": {
"lastLoginAt": "2022-11-20T13:06:38.512Z", // 最后登录时间
"permalink": "string" // 作者的文章归档页面链接
}
}