✨ add xiaohongshu
1
app.csv
@@ -8,4 +8,5 @@ chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat
|
||||
flomo,Flomo,浮墨,https://v.flomoapp.com/mine
|
||||
qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/
|
||||
lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake
|
||||
xiaohongshu,XiaoHongShu,小红书,https://www.xiaohongshu.com/explore
|
||||
weread,WeRead,微信阅读,https://weread.qq.com/
|
||||
|
||||
|
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 106 KiB |
BIN
src-tauri/png/tool_256.ico
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
src-tauri/png/tool_32.ico
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
src-tauri/png/tool_512.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
src-tauri/png/wechat_256.ico
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
src-tauri/png/wechat_32.ico
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
src-tauri/png/wechat_512.png
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
src-tauri/png/witeboard_256.ico
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
src-tauri/png/witeboard_32.ico
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src-tauri/png/witeboard_512.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
src-tauri/png/xapi_256.ico
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src-tauri/png/xapi_32.ico
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
src-tauri/png/xapi_512.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
10
src-tauri/src/pake.js
vendored
@@ -47,10 +47,20 @@ window.addEventListener("DOMContentLoaded", (_event) => {
|
||||
#Wrapper > div.sep20,
|
||||
#Main > div.box:nth-child(8),
|
||||
#masthead-ad,
|
||||
#app > header > div > div.menu,
|
||||
#Rightbar > div:nth-child(6) > div.sidebar_compliance {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#app > header .right .avatar.logged-in{
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
#app > header .right .avatar.logged-in:hover{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#page .main_header, .cb-layout-basic--navbar,
|
||||
#app .splitpanes.splitpanes--horizontal.no-splitter header {
|
||||
padding-top: 20px;
|
||||
|
||||