Skip to content

Commit 3ad3348

Browse files
committed
docs: localize Chinese README descriptions
1 parent 4640585 commit 3ad3348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ npm start
8484
| maskClosable | 点击遮罩时关闭。 | `boolean` | `true` |
8585
| maskMotion | 遮罩动画配置。 | `CSSMotionProps` | - |
8686
| mouseEnterDelay | mouse enter 后显示前的延迟,单位为秒。 | `number` | - |
87-
| mouseLeaveDelay | mouse leave 后隐藏前的延迟,单位为秒。 | `number` | `0.1` |
87+
| mouseLeaveDelay | 鼠标离开后隐藏前的延迟,单位为秒。 | `number` | `0.1` |
8888
| popup | 弹层内容。 | `ReactNode` \| `() => ReactNode` | - |
8989
| popupAlign | 与 dom-align 兼容的对齐配置。 | `AlignType` | - |
9090
| popupClassName | 添加到弹层的 className。 | `string` | - |

0 commit comments

Comments
 (0)