mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-16 03:06:06 +08:00
完善主题开发文档关于 VO 字段的描述。 /kind documentation Fixes https://github.com/halo-dev/docs/issues/122 ```release-note None ```
636 B
636 B
{
"metadata": {
"name": "string", // 唯一标识
"labels": {
"additionalProp1": "string"
},
"annotations": {
"additionalProp1": "string"
},
"creationTimestamp": "2022-11-20T14:44:58.984Z", // 创建时间
},
"spec": {
"displayName": "string", // 显示名称
"menuItems": [ // 菜单的菜单项名称集合,即 MenuItem 的 metadata.name 的集合
"string"
]
},
"menuItems": "List<#MenuItemVo>" // 菜单项的集合
}