diff --git a/components/comment/index.zh-CN.md b/components/comment/index.zh-CN.md index b231fa76d9..81a2c41ac5 100644 --- a/components/comment/index.zh-CN.md +++ b/components/comment/index.zh-CN.md @@ -1,6 +1,6 @@ --- category: Components -type: Data Display +type: 数据展示 title: Comment subtitle: 评论 cols: 1 @@ -18,7 +18,7 @@ cols: 1 | -------- | ----------- | ---- | ------- | | actions | 在评论内容下面呈现的操作项列表 | Array | - | | author | 要显示为注释作者的元素 | string\|ReactNode | - | -| avatar | 要显示为评论头像的元素 - 通常是antd `Avatar` 或者src | string\|ReactNode | - | +| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者src | string\|ReactNode | - | | children | 嵌套注释应作为注释的子项提供 | ReactNode | - | | content | 评论的主要内容 | string\|ReactNode | - | | datetime | 展示时间描述 | string\|ReactNode | - |