Skip to content

Commit

Permalink
Merge branch 'master' into v2/remove-quarantine-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Dec 12, 2023
2 parents 4f07469 + aaa65ff commit 23cac63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`

Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`

### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸

获取窗口的宽度和高度。

Expand Down

0 comments on commit 23cac63

Please sign in to comment.