Skip to content

Commit

Permalink
docs: fix port-layout zh doc typos (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
CJrZhang authored Jun 28, 2023
1 parent ef5388e commit 377af16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sites/x6-sites/docs/api/registry/port-layout.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ interface SideArgs {
|--------|---------|:----:|---------|---------------------------------------|
| strict | boolean | | `false` | 是否严格等分均匀分布。 |
| dx | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 Y 轴方向的偏移量。 |
| angle | number | | `0` | 连接桩的旋转角度。 |
| x | number | | - | 用指定的 X 坐标覆盖计算结果中的 X 坐标。 |
| y | number | | - | 用指定的 Y 坐标覆盖计算结果中的 Y 坐标。 |
Expand Down Expand Up @@ -167,7 +167,7 @@ interface LineArgs {
| end | Point.PointLike | | | 线段终点。 |
| strict | boolean | | `false` | 是否严格等分均匀分布。 |
| dx | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 Y 轴方向的偏移量。 |
| angle | number | | `0` | 连接桩的旋转角度。 |
| x | number | | - | 用指定的 X 坐标覆盖计算结果中的 X 坐标。 |
| y | number | | - | 用指定的 Y 坐标覆盖计算结果中的 Y 坐标。 |
Expand Down Expand Up @@ -225,7 +225,7 @@ interface EllipseArgs {
| compensateRotate | number | | `false` | 是否沿圆弧修正连接桩的旋转角度。 |
| dr | number | | `0` | 沿半径方向的偏移量。 |
| dx | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 Y 轴方向的偏移量。 |
| angle | number | | `0` | 连接桩的旋转角度。 |
| x | number | | - | 用指定的 X 坐标覆盖计算结果中的 X 坐标。 |
| y | number | | - | 用指定的 Y 坐标覆盖计算结果中的 Y 坐标。 |
Expand Down Expand Up @@ -280,7 +280,7 @@ interface EllipseSpreadArgs {
| compensateRotate | number | | `false` | 是否沿圆弧修正连接桩的旋转角度。 |
| dr | number | | `0` | 沿半径方向的偏移量。 |
| dx | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 X 轴方向的偏移量。 |
| dy | number | | `0` | 沿 Y 轴方向的偏移量。 |
| angle | number | | `0` | 连接桩的旋转角度。 |
| x | number | | - | 用指定的 X 坐标覆盖计算结果中的 X 坐标。 |
| y | number | | - | 用指定的 Y 坐标覆盖计算结果中的 Y 坐标。 |
Expand Down

0 comments on commit 377af16

Please sign in to comment.