✨ Support peo and remove the loop
This commit is contained in:
4
app.csv
4
app.csv
@@ -2,7 +2,7 @@ name(Linux),name(Mac/Windows),name_zh,url
|
||||
programmusic,ProgramMusic,ProgramMusic,https://musicforprogramming.net/
|
||||
twitter,Twitter,推特,https://twitter.com/
|
||||
youtube,YouTube,YouTube,https://youtube.com
|
||||
reference,Reference,Reference,https://wangchujiang.com/reference/index.html
|
||||
reference,Reference,Reference,https://quickref.me/zh-CN/
|
||||
coderunner,CodeRunner,CodeRunner,https://riju.codes/
|
||||
yuque,YuQue,语雀,https://www.yuque.com/
|
||||
chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat
|
||||
@@ -10,5 +10,5 @@ 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
|
||||
loop,Loop,Loop,https://loop.microsoft.com/
|
||||
poe,Poe,Poe,https://poe.com/
|
||||
weread,WeRead,微信阅读,https://weread.qq.com/
|
||||
|
||||
|
BIN
src-tauri/icons/poe.icns
Normal file
BIN
src-tauri/icons/poe.icns
Normal file
Binary file not shown.
BIN
src-tauri/png/poe_256.ico
Normal file
BIN
src-tauri/png/poe_256.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
src-tauri/png/poe_32.ico
Normal file
BIN
src-tauri/png/poe_32.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src-tauri/png/poe_512.png
Normal file
BIN
src-tauri/png/poe_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
21
src-tauri/src/inject/style.js
vendored
21
src-tauri/src/inject/style.js
vendored
@@ -17,7 +17,10 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
||||
#root > div > div.fixed.top-0.left-0.w-64.h-screen.p-10.pb-0.flex.flex-col.justify-between > div > div.space-y-4 > a:nth-child(3),
|
||||
#app > div.layout > div.main-container > div.side-bar > div,
|
||||
#app > div.layout > div.main-container > div.side-bar > li.divider,
|
||||
#Rightbar > div:nth-child(6) > div.sidebar_compliance {
|
||||
#Rightbar > div:nth-child(6) > div.sidebar_compliance,
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.ChatPageFollowTwitterLink_followLink__Gl2tt,
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.Button_buttonBase__0QP_m.Button_primary__pIDjn.ChatPageDownloadLinks_downloadButton__amBRh,
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > section a[href*="/contact"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -31,12 +34,19 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
||||
}
|
||||
|
||||
#page .main_header, .cb-layout-basic--navbar,
|
||||
#app .splitpanes.splitpanes--horizontal.no-splitter header {
|
||||
#app .splitpanes.splitpanes--horizontal.no-splitter header,
|
||||
.fui-FluentProvider .fui-Button[data-testid="HomeButton"],
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside .ChatPageSidebar_logo__9PIXq {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.fui-FluentProvider .fui-Button[data-testid="HomeButton"]{
|
||||
padding-top: 20px;
|
||||
#__next .PageWithSidebarLayout_mainSection__i1yOg {
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside{
|
||||
min-width: 260px;
|
||||
}
|
||||
|
||||
.chakra-ui-light #app .chakra-heading,
|
||||
@@ -44,7 +54,8 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
||||
.chakra-ui-light #app .chakra-stack,
|
||||
.chakra-ui-dark #app .chakra-stack,
|
||||
.app-main .sidebar-mouse-in-out,
|
||||
.chakra-modal__content-container .chakra-modal__header > div > div {
|
||||
.chakra-modal__content-container .chakra-modal__header > div > div,
|
||||
#__next > div.PageWithSidebarLayout_centeringDiv___L9br > section > header {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user