🎨 Refactor document

This commit is contained in:
Tw93
2025-09-07 00:06:13 +08:00
parent d52238f8fd
commit 80bb412047
7 changed files with 96 additions and 68 deletions

View File

@@ -161,10 +161,10 @@ In addition, double-click the title bar to switch to full-screen mode. For Mac u
# Install
pnpm install -g pake-cli
# Basic usage
# Basic usage (auto-fetch website icon)
pake https://weekly.tw93.fun --name Weekly
# Common options: --name app name, --icon icon, --width/--height window size, --hide-title-bar macOS immersive
# Common options: --name app name, --icon custom icon, --width/--height window size, --hide-title-bar macOS immersive
pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --hide-title-bar
```