Skip to content

Commit aa1a4d8

Browse files
committed
docs: fix Chinese README API names
1 parent 5a8048b commit aa1a4d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ npm start
7171
| 名称 | 类型 | 默认值 | 说明 |
7272
| --- | --- | --- | --- |
7373
| `className` | string | - | 根节点的附加 className。 |
74-
| `classNames` | `Partial<Record<'root' \| 'rail' \| 'track', string>>` | - | 内部插槽的语义化 className。 |
74+
| `classNames` | Partial<Record<'root' \| 'rail' \| 'track', string>> | - | 内部插槽的语义化 className。 |
7575
| `gapDegree` | number | - | 循环进度的差距度。 |
7676
| `gapPosition` | `'top'` \| `'right'` \| `'bottom'` \| `'left'` | `'bottom'` | 循环进度的间隙位置。 |
7777
| `id` | string | - | 根元素 ID。 |
@@ -86,7 +86,7 @@ npm start
8686
| `strokeLinecap` | `'round'` \| `'butt'` \| `'square'` | `'round'` | 描边端点样式。 |
8787
| `strokeWidth` | number | 1 | 轨道描边宽度。 |
8888
| `style` | React.CSSProperties | - | 根样式。 |
89-
| `styles` | `Partial<Record<'root' \| 'rail' \| 'track', React.CSSProperties>>` | - | 内部插槽的语义化样式。 |
89+
| `styles` | Partial<Record<'root' \| 'rail' \| 'track', React.CSSProperties>> | - | 内部插槽的语义化样式。 |
9090
| `transition` | string | - | 用于跟踪更新的 CSS 过渡。 |
9191

9292
## 本地开发

0 commit comments

Comments
 (0)