✨ 新增chatgpt
This commit is contained in:
1
app.csv
1
app.csv
@@ -4,6 +4,7 @@ youtube,YouTube,YouTube,https://youtube.com
|
||||
reference,Reference,Reference,https://wangchujiang.com/reference/index.html
|
||||
code,Code,Code,https://riju.codes/
|
||||
yuque,YuQue,语雀,https://www.yuque.com/
|
||||
chatgpt,ChatGPT,ChatGPT,https://gpt.chatapi.art/
|
||||
flomo,Flomo,浮墨,https://v.flomoapp.com/mine
|
||||
qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/
|
||||
weread,WeRead,微信阅读,https://weread.qq.com/
|
||||
|
||||
|
BIN
src-tauri/icons/chatgpt.icns
Normal file
BIN
src-tauri/icons/chatgpt.icns
Normal file
Binary file not shown.
BIN
src-tauri/png/chatgpt_256.ico
Normal file
BIN
src-tauri/png/chatgpt_256.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
src-tauri/png/chatgpt_32.ico
Normal file
BIN
src-tauri/png/chatgpt_32.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
src-tauri/png/chatgpt_512.png
Normal file
BIN
src-tauri/png/chatgpt_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
12
src-tauri/src/pake.js
vendored
12
src-tauri/src/pake.js
vendored
@@ -55,6 +55,18 @@ window.addEventListener("DOMContentLoaded", (_event) => {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#__next .overflow-hidden .flex.flex-1.flex-col {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#__next .overflow-hidden>.hidden.bg-gray-900 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#__next .overflow-hidden main .absolute .text-xs{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.lark > .dashboard-sidebar, .lark > .dashboard-sidebar > .sidebar-user-info , .lark > .dashboard-sidebar .index-module_wrapper_F-Wbq{
|
||||
padding-top:15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user