Add files via upload

This commit is contained in:
公明
2026-07-22 16:18:33 +08:00
committed by GitHub
parent fbef2afd68
commit 3f2984b7c6
5 changed files with 482 additions and 61 deletions
+30
View File
@@ -29956,6 +29956,20 @@ html[data-theme="dark"] #info-collect-syntax-panel.is-generated-target {
margin-bottom: 16px;
}
.chat-files-source-badge {
display: inline-flex;
align-items: center;
margin-left: 8px;
padding: 2px 6px;
border: 1px solid rgba(99, 102, 241, 0.25);
border-radius: 6px;
background: rgba(99, 102, 241, 0.08);
color: #4f46e5;
font-size: 0.72rem;
line-height: 1;
vertical-align: middle;
}
.chat-files-filter-native-select {
position: absolute;
width: 1px;
@@ -30104,6 +30118,16 @@ html[data-theme="dark"] #info-collect-syntax-panel.is-generated-target {
border-radius: 8px;
}
.chat-files-pagination {
margin-top: 12px;
border: 1px solid var(--border-color);
border-radius: 8px;
}
.chat-files-pagination[hidden] {
display: none;
}
.chat-files-table-wrap.drag-over {
background: rgba(0, 102, 255, 0.06);
outline: 2px dashed rgba(0, 102, 255, 0.35);
@@ -34269,6 +34293,12 @@ html[data-theme="dark"] .chat-files-cell-conv code {
border: 1px solid var(--border-color);
}
html[data-theme="dark"] .chat-files-source-badge {
border-color: rgba(129, 140, 248, 0.35);
background: rgba(129, 140, 248, 0.12);
color: #c7d2fe;
}
html[data-theme="dark"] code,
html[data-theme="dark"] pre,
html[data-theme="dark"] .code-block,