Skip to content

Commit 2669e71

Browse files
committed
✨ update docs
1 parent f2c34cd commit 2669e71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Set the width of the application window. Default is `1200px`.
9393

9494
#### [transparent]
9595

96-
Enable or disable immersive header. Default is `false`. Use the following command to enable this feature.
96+
Enable or disable immersive header. Default is `false`. Use the following command to enable this feature, macOS only.
9797

9898
```shell
9999
--transparent

bin/README_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pake [url] [options]
6969
指定应用程序的图标,支持本地或远程文件。默认使用 Pake 的内置图标。您可以访问 [icon-icons](https://icon-icons.com)
7070
[macOSicons](https://macosicons.com/#/) 下载自定义图标。
7171

72-
- MacOS 要求使用 `.icns` 格式。
72+
- macOS 要求使用 `.icns` 格式。
7373
- Windows 要求使用 `.ico` 格式。
7474
- Linux 要求使用 `.png` 格式。
7575

@@ -95,7 +95,7 @@ pake [url] [options]
9595

9696
#### [transparent]
9797

98-
设置是否启用沉浸式头部,默认为 `false`(不启用)。在 MacOS 上推荐启用此选项
98+
设置是否启用沉浸式头部,默认为 `false`(不启用)。当前只对 macOS 上有效
9999

100100
```shell
101101
--transparent
@@ -111,7 +111,7 @@ pake [url] [options]
111111

112112
#### [multi-arch]
113113

114-
设置打包结果同时支持 Intel 和 M1 芯片,仅适用于 MacOS,默认为 `false`
114+
设置打包结果同时支持 Intel 和 M1 芯片,仅适用于 macOS,默认为 `false`
115115

116116
##### 准备工作
117117

@@ -153,7 +153,7 @@ Linux,默认为 `all`。
153153

154154
#### [show-menu]
155155

156-
设置是否显示菜单栏,默认不显示。在 MacOS 上推荐启用此选项。
156+
设置是否显示菜单栏,默认不显示。在 macOS 上推荐启用此选项。
157157

158158
```shell
159159
--show-menu

bin/helpers/merge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export async function mergeConfig(
121121
fileExt: '.icns',
122122
path: `icons/${name.toLowerCase()}.icns`,
123123
defaultIcon: 'icons/icon.icns',
124-
message: 'MacOS icon must be .icns type.',
124+
message: 'macOS icon must be .icns type.',
125125
},
126126
};
127127
const iconInfo = platformIconMap[platform];

0 commit comments

Comments
 (0)