diff --git a/src/share-sheet/README.zh-CN.md b/src/share-sheet/README.zh-CN.md index b0338876c..f1ce56156 100644 --- a/src/share-sheet/README.zh-CN.md +++ b/src/share-sheet/README.zh-CN.md @@ -158,7 +158,7 @@ export default { | --- | --- | --- | --- | | options | 分享选项 | _Option[]_ | `[]` | | title | 顶部标题 | _string_ | - | -| cancel-text | 取消按钮文字 | _string_ | `'取消'` | +| cancel-text | 取消按钮文字,传入空字符串可以隐藏按钮 | _string_ | `'取消'` | | description | 标题下方的辅助描述文字 | _string_ | - | | duration | 动画时长,单位秒 | _number \| string_ | `0.3` | | overlay | 是否显示遮罩层 | _boolean_ | `true` |