Skip to content

Commit 7e280d3

Browse files
committed
docs: clarify 5M footprint refers to installer size, not RAM
Issue #1249 confused the ~5M package-size claim with runtime memory. The WebKit render process memory is owned by the wrapped site, not Pake.
1 parent 84f1646 commit 7e280d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## Features
2121

22-
- 🎐 **Lightweight**: Nearly 20 times smaller than Electron packages, typically around 5M
22+
- 🎐 **Lightweight**: Installer is nearly 20 times smaller than Electron packages, typically around 5M on disk
2323
- 🚀 **Fast**: Built with Rust Tauri, much faster than traditional JS frameworks with lower memory usage
2424
-**Easy to use**: One-command packaging via CLI or online building, no complex configuration needed
2525
- 📦 **Feature-rich**: Supports shortcuts, immersive windows, drag & drop, style customization, ad removal

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## 特征
2121

22-
- 🎐 **体积小巧**相比 Electron 应用小近 20 倍,通常只有 5M 左右
22+
- 🎐 **体积小巧**安装包相比 Electron 应用小近 20 倍,通常只有 5M 左右
2323
- 🚀 **性能优异**:基于 Rust Tauri,比传统 JS 框架更快,内存占用更少
2424
-**使用简单**:命令行一键打包,或在线构建,无需复杂配置
2525
- 📦 **功能丰富**:支持快捷键透传、沉浸式窗口、拖拽、样式定制、去广告

0 commit comments

Comments
 (0)