📝 更新文档

This commit is contained in:
Tw93
2022-11-04 08:54:31 +08:00
parent 6e0f333982
commit 17505b5377
2 changed files with 31 additions and 31 deletions

View File

@@ -12,21 +12,7 @@
🩴 **特**:不是单纯打包,实现了通用快捷键的透传、沉浸式的窗口、拖动、打包样式兼容
🐶 **玩**:只是一个很简单的小玩具,用 Rust 替代之前套壳网页老的思路玩法PWA 也很好,友好交流勿喷
## 快捷键
1. `command + [`:返回上一个页面
2. `command + ]`:去下一个页面
3. `command + ↑`:自动滚动到页面顶部
4. `command + ↓`:自动滚动到页面底部
5. `command + r`:刷新页面
6. `command + w`:隐藏窗口,非退出
7. `command + -`:缩小页面
8. `command + =`:放大页面
9. `command + 0`:重置页面缩放
此外还支持双击头部进行全屏切换,拖拽头部进行移动窗口,还有其他需求,欢迎提过来。
## 效果
## 下载
<table>
<tr>
@@ -57,6 +43,20 @@
更多常用 App 下载可以去 [Release](https://github.com/tw93/Pake/releases) 中看看。
## 快捷键
1. `command + [`:返回上一个页面
2. `command + ]`:去下一个页面
3. `command + ↑`:自动滚动到页面顶部
4. `command + ↓`:自动滚动到页面底部
5. `command + r`:刷新页面
6. `command + w`:隐藏窗口,非退出
7. `command + -`:缩小页面
8. `command + =`:放大页面
9. `command + 0`:重置页面缩放
此外还支持双击头部进行全屏切换,拖拽头部进行移动窗口,还有其他需求,欢迎提过来。
## 开发
开始前参考 [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos) 快速配置好环境,如果你想打包 Windows、Linux 系统的包,可以参考 [Building](https://tauri.app/v1/guides/building/) 文档

View File

@@ -10,23 +10,9 @@
🏂 **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.
🐶 **Toy**Just a very simple little toy, a way to play with Rust instead of the old idea of shelling the web
## Shortcuts
1. `command + [`Return to the previous page
2. `command + ]`Go to the next page
3. `command + ↑`Auto scroll to top of page
4. `command + ↓`Auto scroll to bottom of page
5. `command + r`Refresh Page
6. `command + w`Hide window, not quite
7. `command + -`ZoomOut Page
8. `command + =`ZoomIn Page
9. `command + 0`Reset Page zoom
In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window
## Effects
## Download
<table>
<tr>
@@ -57,6 +43,20 @@ In addition, it supports double clicking the head to switch to full screen, and
More common apps can be downloaded from [Release](https://github.com/tw93/Pake/releases).
## Shortcuts
1. `command + [`Return to the previous page
2. `command + ]`Go to the next page
3. `command + ↑`Auto scroll to top of page
4. `command + ↓`Auto scroll to bottom of page
5. `command + r`Refresh Page
6. `command + w`Hide window, not quite
7. `command + -`ZoomOut Page
8. `command + =`ZoomIn Page
9. `command + 0`Reset Page zoom
In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window
## Development
Refer to the [Tauri documentation](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos) to quickly configure your environment before you start, if you want to package Windows or Linux systems, you can refer to [Building](https://tauri.app/v1/guides/building/) Documentation.