Skip to content

Commit 4f71b22

Browse files
authored
docs: fix typo of the window hiding method to "WindowHide" in the zh-Hans documentation (#4655)
1 parent 467f70a commit 4f71b22

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.10/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.5.0/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.6.0/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.7.0/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.8.0/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.8.1/reference/runtime/window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Go: `WindowSetDarkTheme(ctx context.Context)`<br/> JS: `WindowSetDarkTheme()`
8686

8787
Go: `WindowShow(ctx context.Context)`<br/> JS: `WindowShow()`
8888

89-
### WindowShow 隐藏窗口
89+
### WindowHide 隐藏窗口
9090

9191
如果当前可见,则隐藏窗口。
9292

0 commit comments

Comments
 (0)