Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix port-layout zh doc typos #3717

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading