📝 更新文档

This commit is contained in:
Tw93
2022-10-26 16:50:19 +08:00
parent da4b081846
commit a80adc5039
2 changed files with 4 additions and 4 deletions

View File

@@ -2,12 +2,12 @@
<p align="center">
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
<h1 align="center">Pake</h1>
<div align="left">很简单的用 Rust 打包网页生成很小的 Mac App底层使用 Tauri支持微信读书、Flomo、RunCode、<a href="https://witeboard.com/">Witeboard</a>、ToolsFun、Vercel 等,详细小白开发教程可见底部。</div>
<div align="left">很简单的用 Rust 打包网页生成很小的 Mac App底层使用 Tauri支持微信读书、Flomo、RunCode、Witeboard、ToolsFun、Vercel 等,详细小白开发教程可见底部。</div>
</p>
## 特征
🏂 **小**:相比传统的 Electron 套壳打包,大小要小将近 50 倍,一般不到 3M ([数据](https://static.tw93.fun/img/pakedata.png))
🏂 **小**:相比传统的 Electron 套壳打包,大小要小将近 40 倍,一般不到 3M ([数据](https://static.tw93.fun/img/pakedata.png))
😂 **快**Pake 的底层使用的 Rust Tauri 框架,性能体验较 JS 框架要轻快不少,内存小很多
🩴 **特**:不是单纯打包,实现了通用快捷键的透传、沉浸式的窗口、拖动、打包样式兼容
🐶 **玩**:只是一个很简单的小玩具,用 Rust 替代之前套壳网页老的思路玩法PWA 也很好,友好交流勿喷

View File

@@ -2,12 +2,12 @@
<p align="center">
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
<h1 align="center">Pake</h1>
<div align="left">A simple way to package a web page with Rust to create Mac App, using Tauri as underlying layer, supporting WeRead、Flomo、RunCode、ToolsFun、<a href="https://witeboard.com/">Witeboard</a>、Vercel, detailed development tutorial can be seen at the bottom.</div>
<div align="left">A simple way to package a web page with Rust to create Mac App, using Tauri as underlying layer, supporting WeRead、Flomo、RunCode、ToolsFun、Witeboard、Vercel, detailed development tutorial can be seen at the bottom.</div>
</p>
## Features
🏂 **Small**Nearly 50 times smaller than the Electron shell package, less than 3M ([Data](https://static.tw93.fun/img/pakedata.png)).
🏂 **Small**Nearly 40 times smaller than the Electron shell package, less than 3M ([Data](https://static.tw93.fun/img/pakedata.png)).
😂 **Fast**Using the Rust Tauri, the performance experience is much lighter and faster than JS, memory is much smaller.
🩴 **Special**Not just packaged, with universal shortcut pass-through, immersive windows, drag-and-drop, packaged style compatibility.
🐶 **Toy**Just a very simple little toy, a way to play with Rust instead of the old idea of shelling the web.