add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/common/pake.md Normal file
View File

@@ -0,0 +1,28 @@
# pake
> 使用 Rust/Tauri 将任何网页转变为桌面应用程序。
> 更多信息:<https://github.com/tw93/Pake>。
- 打包一个网页:
`pake {{https://www.google.com/}}`
- 使用特定窗口大小打包网页:
`pake --width {{800}} --height {{600}} {{https://www.google.com/}}`
- 使用自定义应用名称和图标打包网页:
`pake --name {{Google}} --icon {{path/to/icon.ico}} {{https://www.google.com/}}`
- 打包一个不可缩放的网页窗口:
`pake --no-resizable {{https://www.google.com/}}`
- 使用全屏模式打包网页:
`pake --fullscreen {{https://www.google.com/}}`
- 使用透明标题栏打包网页:
`pake --transparent {{https://www.google.com/}}`