diff --git a/.gitignore b/.gitignore index a6966ae..5327980 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ output package-lock.json yarn.lock pnpm-lock.yaml +dist/ +!dist/cli.js +!dist/.gitkeep \ No newline at end of file diff --git a/app.csv b/app.csv index 5da3cf1..a40c738 100644 --- a/app.csv +++ b/app.csv @@ -7,5 +7,6 @@ yuque,YuQue,语雀,https://www.yuque.com/ chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat flomo,Flomo,浮墨,https://v.flomoapp.com/mine qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/ +zlibrary,ZLibrary,ZLibrary,https://zlib.cydiar.com/ lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake weread,WeRead,微信阅读,https://weread.qq.com/ diff --git a/package.json b/package.json index 0edaf8d..fde17bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "1.0.1", + "version": "1.1.0", "description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.", "engines": { "node": "^14.13 || >=16.0.0" diff --git a/src-tauri/icons/zlibrary.icns b/src-tauri/icons/zlibrary.icns new file mode 100644 index 0000000..bfcba77 Binary files /dev/null and b/src-tauri/icons/zlibrary.icns differ diff --git a/src-tauri/src/pake.js b/src-tauri/src/pake.js index 9b095ee..ef06204 100644 --- a/src-tauri/src/pake.js +++ b/src-tauri/src/pake.js @@ -51,10 +51,14 @@ window.addEventListener("DOMContentLoaded", (_event) => { display: none !important; } - #page .main_header, .cb-layout-basic--navbar{ + #page .main_header, .cb-layout-basic--navbar { padding-top: 20px; } + .chakra-ui-light #app .chakra-heading, .chakra-ui-dark #app .chakra-heading, .chakra-ui-light #app .chakra-stack, .chakra-ui-dark #app .chakra-stack { + padding-top: 10px; + } + #__next .overflow-hidden .flex.flex-1.flex-col { padding-left: 0; }