From 22c7d4f4a3d62cf9b82c0071275e1c03e4f7d6d8 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sun, 20 Nov 2022 10:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 +++++++++++++++------------------------ README_EN.md | 34 +++++++++++++--------------------- 2 files changed, 28 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index c8e28d6..02659a7 100644 --- a/README.md +++ b/README.md @@ -63,29 +63,20 @@ 更多常用 App 下载可以去 [Releases](https://github.com/tw93/Pake/releases) 中看看。 -## 快捷键(Mac) +## 快捷键 -1. + [:返回上一个页面 -2. + ]:去下一个页面 -3. + :自动滚动到页面顶部 -4. + :自动滚动到页面底部 -5. + r:刷新页面 -6. + w:隐藏窗口,非退出 -7. + -:缩小页面 -8. + =:放大页面 -9. + 0:重置页面缩放 - -## 快捷键(Windows/Linux) - -1. Ctrl + :返回上一个页面 -2. Ctrl + :去下一个页面 -3. Ctrl + :自动滚动到页面顶部 -4. Ctrl + :自动滚动到页面底部 -5. Ctrl + r:刷新页面 -6. Ctrl + -:缩小页面 -7. Ctrl + +:放大页面 -8. Ctrl + =:放大页面 -9. Ctrl + 0:重置页面缩放 +|Mac|Windows/Linux|功能| +| ---- | ----- | ---- | +| + [|Ctrl + |返回上一个页面| +| + ]|Ctrl + |去下一个页面| +| + |Ctrl + |自动滚动到页面顶部| +| + |Ctrl + |自动滚动到页面底部| +| + r|Ctrl + r|刷新页面| +| + w||隐藏窗口,非退出| +| + -|Ctrl + -|缩小页面| +| + w|Ctrl + +|放大页面| +| + =|Ctrl + =|放大页面| +| + 0|Ctrl + 0|重置页面缩放| 此外还支持双击头部进行全屏切换,拖拽头部进行移动窗口,还有其他需求,欢迎提过来。 @@ -115,10 +106,10 @@ npm run build:windows npm run build:linux // 一键打包所有 Mac/Linux 应用 -chmod +x build.sh && ./build.sh +chmod +x ./script/build.sh && ./script/build.sh // 一键打包所有 Windows 项目 -.\build.bat +.\script\build.bat ``` ## 打新包 diff --git a/README_EN.md b/README_EN.md index 8845225..4d921e7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -63,29 +63,21 @@ More common apps can be downloaded from [Releases](https://github.com/tw93/Pake/releases). -## Mac Shortcuts +## Shortcuts -1. + [:Return to the previous page -2. + ]:Go to the next page -3. + :Auto scroll to top of page -4. + :Auto scroll to bottom of page -5. + r:Refresh Page -6. + w:Hide window, not quite -7. + -:Zoom out the page -8. + =:Zoom in the Page -9. + 0:Reset the page zoom +|Mac|Windows/Linux|Function| +| ---- | ----- | ---- | +| + [|Ctrl + |Return to the previous page| +| + ]|Ctrl + |Go to the next page| +| + |Ctrl + |Auto scroll to top of page| +| + |Ctrl + |Auto scroll to bottom of page| +| + r|Ctrl + r|Refresh Page| +| + w||Hide window, not quite| +| + -|Ctrl + -|Zoom out the page| +| + +|Ctrl + +|Zoom in the page| +| + =|Ctrl + =|Zoom in the Page| +| + 0|Ctrl + 0|Reset the page zoom| -## Windows/Linux Shortcuts - -1. Ctrl + :Return to the previous page -2. Ctrl + :Go to the next page -3. Ctrl + :Auto scroll to top of page -4. Ctrl + :Auto scroll to bottom of page -5. Ctrl + r:Refresh Page -6. Ctrl + -:Zoom out the page -7. Ctrl + +:Zoom in the Page -8. Ctrl + =:Zoom in the Page -9. Ctrl + 0:Reset the page zoom In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window