mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 03:01:45 +08:00
docs: fix doc typos (#3119)
(cherry picked from commit acf55033e2e7dabb480fa3c00e18f945fcc18d93)
This commit is contained in:
parent
5f412d0bfb
commit
aaa65ff7c2
@ -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 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
@ -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 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
@ -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 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user