diff --git a/README.md b/README.md index b3f421b..9dae788 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Pake

-
很简单的用 Rust 打包网页生成很小的 Mac App,底层使用 Tauri,支持微信读书、Twitter、RunCode、Witeboard、Flomo、Vercel 等,详细小白开发教程可见底部。
+
很简单的用 Rust 打包网页生成很小的 Mac App,底层使用 Tauri,支持微信读书、Twitter、语雀、RunCode、Witeboard、Flomo、Vercel 等,详细小白开发教程可见底部。

## 特征 @@ -33,11 +33,11 @@ Flomo Download - Vercel Download + YuQue Download - + diff --git a/README_EN.md b/README_EN.md index c8afbec..cf79435 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、Twitter、RunCode、Flomo、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、Twitter、YuQue、RunCode、Flomo、Witeboard、Vercel, detailed development tutorial can be seen at the bottom.

## Features @@ -33,11 +33,11 @@ Flomo Download - Vercel Download + YuQue Download - + diff --git a/src-tauri/icons/aliyuque.icns b/src-tauri/icons/aliyuque.icns new file mode 100644 index 0000000..394c165 Binary files /dev/null and b/src-tauri/icons/aliyuque.icns differ diff --git a/src-tauri/src/pake.js b/src-tauri/src/pake.js index b688ce6..380da2d 100644 --- a/src-tauri/src/pake.js +++ b/src-tauri/src/pake.js @@ -1,7 +1,6 @@ window.addEventListener('DOMContentLoaded', (_event) => { const style = document.createElement('style'); style.innerHTML = ` - // mini twitter 代码存到 dist 下面,为了防止干扰,需要的时候 copy 过来即可 .panel.give_me .nav_view { top: 154px !important; @@ -11,7 +10,7 @@ window.addEventListener('DOMContentLoaded', (_event) => { padding-top: 30px; } - #page .main_header { + #page .main_header, #ReactApp .lark .main-wrapper > div, #ReactApp .lark .sidebar-user-info, .explore-wrapper .yuque-header-wrapper { padding-top: 20px; }