From 0b0d2c43d3abcccb2004d6a0114aa21d522b9ae1 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 7 Sep 2025 13:57:29 +0800 Subject: [PATCH] :bug: update title --- README.md | 4 ++-- README_CN.md | 4 ++-- README_JP.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e18129b..9de0b5f 100644 --- a/README.md +++ b/README.md @@ -162,10 +162,10 @@ In addition, double-click the title bar to switch to full-screen mode. For Mac u pnpm install -g pake-cli # Basic usage - automatically fetches website icon -pake https://github.com --name "GitHub" +pake https://github.com --name GitHub # Advanced usage with custom options -pake https://weekly.tw93.fun --name "Weekly" --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar +pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar ``` First-time packaging requires environment setup and may be slower, subsequent builds are fast. For complete parameter documentation, see [CLI Usage Guide](docs/cli-usage.md). Don't want to use CLI? Try [GitHub Actions Online Building](docs/github-actions-usage.md). diff --git a/README_CN.md b/README_CN.md index 0ebd9b2..ed47fcf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -163,10 +163,10 @@ pnpm install -g pake-cli # 基础用法 - 自动获取网站图标 -pake https://github.com --name "GitHub" +pake https://github.com --name GitHub # 高级用法:自定义选项 -pake https://weekly.tw93.fun --name "Weekly" --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar +pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar ``` 首次打包需要安装环境会比较慢,后续很快。完整参数说明查看 [CLI 使用指南](docs/cli-usage_CN.md),不想用命令行可以试试 [GitHub Actions 在线构建](docs/github-actions-usage_CN.md)。 diff --git a/README_JP.md b/README_JP.md index e257990..5581581 100644 --- a/README_JP.md +++ b/README_JP.md @@ -162,10 +162,10 @@ pnpm install -g pake-cli # 基本使用法 - ウェブサイトのアイコンを自動取得 -pake https://github.com --name "GitHub" +pake https://github.com --name GitHub # 高級使用法:カスタムオプション -pake https://weekly.tw93.fun --name "Weekly" --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar +pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar ``` 初回パッケージ化は環境設定で時間がかかりますが、その後は高速です。完全なパラメータ説明は[CLI使用ガイド](docs/cli-usage.md)を参照してください。コマンドラインを使いたくない場合は[GitHub Actions オンライン構築](docs/github-actions-usage.md)をお試しください。