From 567d6a8c41b23809c417b2bb523fd6daaf05d7f2 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 10 Apr 2023 15:00:10 +0800 Subject: [PATCH] :bug: Restore document --- bin/README.md | 40 ---------------------------------------- bin/README_EN.md | 40 ---------------------------------------- 2 files changed, 80 deletions(-) diff --git a/bin/README.md b/bin/README.md index 23809be..2e27ab5 100644 --- a/bin/README.md +++ b/bin/README.md @@ -122,46 +122,6 @@ url 为你需要打包的网页链接 🔗 或者本地 html 文件,必须提 --fullscreen ``` -#### [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 -``` - #### [multi-arch] 打包结果同时支持英特尔和 m1 芯片,仅适用于 MacOS,默认为 `false`。 diff --git a/bin/README_EN.md b/bin/README_EN.md index 5c1bda1..b0e4859 100644 --- a/bin/README_EN.md +++ b/bin/README_EN.md @@ -130,46 +130,6 @@ Use the command below to disable this feature. -r ``` -#### [user-agent] - -Custom browser user agent, default is empty. - -```shell ---user-agent -``` - -#### [show-menu] - -Display the menu bar, not display it by default, enter the following command and it will be displayed. MacOS users are recommended to enable. - -```shell ---show-menu -``` - -#### [show-system-tray] - -Display the notification tray, not display it by default, entering the following command will display. - -```shell ---show-system-tray -``` - -#### [system-tray-icon] - -The notification tray icon is only valid when the notification tray is displayed. The icon must be a 512\*512 pixel image in .ico or .png format. - -```shell ---system-tray-icon -``` - -#### [copy-iter-file] - -Recursive copy, when the url is a local file path, if this option is enabled, the folder where the url path file is located and all sub-files are copied to the pake static folder, which is not enabled by default - -```shell ---copy-iter-file -``` - #### [multi-arch] Package results support both Intel and m1 chips, only for MacOS. The default is `false`.