✨ 支持饭否/Tools/RoamResearch等
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<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、WhatsApp、Witeboard、Vercel,详细小白开发教程可见底部。</div>
|
||||
<div align="left">很简单的用 Rust 打包网页生成很小的 Mac App,底层使用 Tauri,支持微信读书、Flomo、Tools、Witeboard、Vercel、即刻、RoamResearch等,详细小白开发教程可见底部。</div>
|
||||
</p>
|
||||
|
||||
## 特征
|
||||
@@ -43,15 +43,17 @@
|
||||
<td><img src=https://cdn.fliggy.com/upic/o5QY4c.png width=600/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WhatsApp <a href="https://github.com/tw93/Pake/raw/master/download/WhatsApp.dmg">Download</a></td>
|
||||
<td>Tools <a href="https://github.com/tw93/Pake/raw/master/download/Tools.dmg">Download</a></td>
|
||||
<td>Vercel <a href="https://github.com/tw93/Pake/raw/master/download/Vercel.dmg">Download</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src=https://cdn.fliggy.com/upic/upAJMb.png width=600/></td>
|
||||
<td><img src=https://gw.alipayobjects.com/zos/k/69/SCR-20221018-np2.png width=600/></td>
|
||||
<td><img src=https://cdn.fliggy.com/upic/CPVRnY.png width=600/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
更多常用 App 下载可以去 [Download](https://github.com/tw93/Pake/tree/master/download) 文件夹里看看。
|
||||
|
||||
## 开发
|
||||
|
||||
开始前参考 [tauri](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos) 快速配置好环境
|
||||
|
||||
11
README_EN.md
11
README_EN.md
@@ -2,7 +2,7 @@
|
||||
<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、WhatsApp、Witeboard、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、Tools、Witeboard、Vercel、JiKe、RoamResearch, detailed development tutorial can be seen at the bottom.</div>
|
||||
</p>
|
||||
|
||||
## Features
|
||||
@@ -23,8 +23,7 @@
|
||||
|
||||
In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window
|
||||
|
||||
## Effect
|
||||
|
||||
## Effects
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@@ -44,15 +43,17 @@ In addition, it supports double clicking the head to switch to full screen, and
|
||||
<td><img src=https://cdn.fliggy.com/upic/o5QY4c.png width=600/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WhatsApp <a href="https://github.com/tw93/Pake/raw/master/download/WhatsApp.dmg">Download</a></td>
|
||||
<td>Tools <a href="https://github.com/tw93/Pake/raw/master/download/Tools.dmg">Download</a></td>
|
||||
<td>Vercel <a href="https://github.com/tw93/Pake/raw/master/download/Vercel.dmg">Download</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src=https://cdn.fliggy.com/upic/upAJMb.png width=600/></td>
|
||||
<td><img src=https://gw.alipayobjects.com/zos/k/69/SCR-20221018-np2.png width=600/></td>
|
||||
<td><img src=https://cdn.fliggy.com/upic/CPVRnY.png width=600/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
More common apps can be downloaded from [Download](https://github.com/tw93/Pake/tree/master/download).
|
||||
|
||||
## 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
|
||||
|
||||
BIN
src-tauri/icons/fanfou.icns
Normal file
BIN
src-tauri/icons/fanfou.icns
Normal file
Binary file not shown.
BIN
src-tauri/icons/jike.icns
Normal file
BIN
src-tauri/icons/jike.icns
Normal file
Binary file not shown.
BIN
src-tauri/icons/tool.icns
Normal file
BIN
src-tauri/icons/tool.icns
Normal file
Binary file not shown.
@@ -47,6 +47,11 @@ fn main() -> wry::Result<()> {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
#page .main_header {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#page #footer-wrapper,
|
||||
.drawing-board .toolbar .toolbar-action,
|
||||
.c-swiper-container,
|
||||
.download_entry,
|
||||
|
||||
Reference in New Issue
Block a user