diff --git a/README.md b/README.md
index 16fbe09..02e0ac3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Pake
- 很简单的用 Rust 打包网页生成很小的 Mac App,底层使用 Tauri,支持微信读书、Flomo、WhatsApp、Witeboard、Vercel,详细小白开发教程可见底部。
+ 很简单的用 Rust 打包网页生成很小的 Mac App,底层使用 Tauri,支持微信读书、Flomo、Tools、Witeboard、Vercel、即刻、RoamResearch等,详细小白开发教程可见底部。
## 特征
@@ -43,15 +43,17 @@
 |
- | WhatsApp Download |
+ Tools Download |
Vercel Download |
-  |
+  |
 |
+更多常用 App 下载可以去 [Download](https://github.com/tw93/Pake/tree/master/download) 文件夹里看看。
+
## 开发
开始前参考 [tauri](https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos) 快速配置好环境
diff --git a/README_EN.md b/README_EN.md
index ae7ed4b..d0e4e79 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -2,7 +2,7 @@
Pake
- 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.
+ 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.
## 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
@@ -44,15 +43,17 @@ In addition, it supports double clicking the head to switch to full screen, and
 |
- | WhatsApp Download |
+ Tools Download |
Vercel Download |
-  |
+  |
 |
+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
diff --git a/src-tauri/icons/fanfou.icns b/src-tauri/icons/fanfou.icns
new file mode 100644
index 0000000..ea00085
Binary files /dev/null and b/src-tauri/icons/fanfou.icns differ
diff --git a/src-tauri/icons/jike.icns b/src-tauri/icons/jike.icns
new file mode 100644
index 0000000..f8bbc7d
Binary files /dev/null and b/src-tauri/icons/jike.icns differ
diff --git a/src-tauri/icons/tool.icns b/src-tauri/icons/tool.icns
new file mode 100644
index 0000000..398d5ab
Binary files /dev/null and b/src-tauri/icons/tool.icns differ
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
index d1d1471..1115fec 100644
--- a/src-tauri/src/main.rs
+++ b/src-tauri/src/main.rs
@@ -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,