新增chatgpt

This commit is contained in:
Tw93
2022-12-10 17:19:00 +08:00
parent ee5db8897c
commit 906c3287f5
6 changed files with 13 additions and 0 deletions

12
src-tauri/src/pake.js vendored
View File

@@ -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;
}