Merge branch 'tw93:master' into master
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -30,3 +30,6 @@ output
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
dist/
|
||||
!dist/cli.js
|
||||
!dist/.gitkeep
|
||||
1
app.csv
1
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/
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
BIN
src-tauri/icons/zlibrary.icns
Normal file
BIN
src-tauri/icons/zlibrary.icns
Normal file
Binary file not shown.
6
src-tauri/src/pake.js
vendored
6
src-tauri/src/pake.js
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user