diff --git a/bin/README.md b/bin/README.md index 2e27ab5..8a8d165 100644 --- a/bin/README.md +++ b/bin/README.md @@ -156,3 +156,44 @@ rustup target add x86_64-apple-darwin ```shell --targets xxx ``` + +#### [user-agent] + +自定义浏览器请求头, 默认为空。 + +```shell +--user-agent +``` + +#### [show-menu] + +显示菜单栏, 默认不显示,输入下面的命令则会显示,推荐MacOS用户开启。 + +```shell +--show-menu +``` + +#### [show-system-tray] + +显示通知栏托盘, 默认不显示,输入下面的命令则会显示。 + +```shell +--show-system-tray +``` + +#### [system-tray-icon] + +通知栏托盘图标,仅当显示通知栏托盘时有效, 图标必须为.ico或者.png格式的,512*512像素的图片。 + +```shell +--system-tray-icon +``` + + +#### [copy-iter-file] + +递归拷贝,当url为本地文件路径时候,若开启该选项,则将url路径文件所在文件夹以及所有子文件都拷贝到pake静态文件夹,默认不开启 + +```shell +--copy-iter-file +```