Add files via upload

This commit is contained in:
公明
2026-07-09 11:26:31 +08:00
committed by GitHub
parent 526e8626e9
commit 69e8d7020c
6 changed files with 117 additions and 1 deletions
+14
View File
@@ -5719,6 +5719,20 @@ html[data-theme="dark"] .openapi-doc-btn:hover {
margin-bottom: 16px;
}
.settings-advanced-block {
grid-column: 1 / -1;
margin-top: 4px;
padding-top: 8px;
border-top: 1px solid var(--border-color);
}
.settings-advanced-block summary {
cursor: pointer;
font-size: 0.875rem;
font-weight: 500;
color: var(--accent-color);
}
.robot-manager {
margin-bottom: 24px;
}