diff --git a/pages/en-us/components/image.mdx b/pages/en-us/components/image.mdx index 3de86a8..25122c5 100644 --- a/pages/en-us/components/image.mdx +++ b/pages/en-us/components/image.mdx @@ -31,7 +31,7 @@ Display image content. desc="Add a browser style wrapper to the image." scope={{ Image, Display, Code }} code={` - + `} /> @@ -77,6 +77,7 @@ Display image content. | **url** | show url on browser address input | `string` | - | - | | **showFullLink** | show full url | `boolean` | - | `false` | | **invert** | invert colors | `boolean` | - | `false` | +| **anchorProps** | props of element `a` | `AnchorHTMLAttributes` | - | `{}` | | ... | native props | `HTMLAttributes` | `'id', 'className', ...` | - | diff --git a/pages/zh-cn/components/image.mdx b/pages/zh-cn/components/image.mdx index e6734bf..5a21ad8 100644 --- a/pages/zh-cn/components/image.mdx +++ b/pages/zh-cn/components/image.mdx @@ -76,6 +76,7 @@ export const meta = { | **url** | 在浏览器地址栏显示链接 | `string` | - | - | | **showFullLink** | 显示完整的链接而非域名 | `boolean` | - | `false` | | **invert** | 反转所有颜色 | `boolean` | - | `false` | +| **anchorProps** | 设置 `a` 的其他属性 | `AnchorHTMLAttributes` | - | `{}` | | ... | 原生属性 | `HTMLAttributes` | `'id', 'className', ...` | - |