{name}
{children}
diff --git a/pages/en-us/components/user.mdx b/pages/en-us/components/user.mdx
index a636bfa..5cf90cb 100644
--- a/pages/en-us/components/user.mdx
+++ b/pages/en-us/components/user.mdx
@@ -45,6 +45,7 @@ Display user profile or social information.
| **name**(required) | user name | `ReactNode` / `string` | - | - |
| **src** | avatar url | `string` | - | - |
| **text** | display text when image is missing | `string` | - | - |
+| **altText** | alt attribute used by inner avatar image | `string` | - | - |
| ... | native props | `HTMLAttributes` | `'id', 'name', 'className', ...` | - |
User.Link.Props
diff --git a/pages/zh-cn/components/user.mdx b/pages/zh-cn/components/user.mdx
index 9b8911f..95af71e 100644
--- a/pages/zh-cn/components/user.mdx
+++ b/pages/zh-cn/components/user.mdx
@@ -45,6 +45,7 @@ export const meta = {
| **name**(必须值) | 用户名 | `ReactNode` / `string` | - | - |
| **src** | 头像图片地址 | `string` | - | - |
| **text** | 以文字方式显示头像 | `string` | - | - |
+| **altText** | 内部头像图像使用的alt属性 | `string` | - | - |
| ... | 原生属性 | `HTMLAttributes` | `'id', 'name', 'className', ...` | - |
User.Link.Props