Add files via upload

This commit is contained in:
公明
2026-06-01 19:04:14 +08:00
committed by GitHub
parent be59ddcab6
commit 0236d1c155
4 changed files with 67 additions and 7 deletions
+25
View File
@@ -4399,6 +4399,31 @@ header {
margin-bottom: 12px;
}
.robot-cmd-category {
font-size: 0.8125rem;
font-weight: 600;
color: var(--text-primary);
margin: 16px 0 6px;
letter-spacing: 0.02em;
}
.robot-cmd-category:first-of-type {
margin-top: 8px;
}
.robot-cmd-list {
color: var(--text-muted);
font-size: 13px;
line-height: 1.8;
margin: 0 0 4px 16px;
padding: 0;
}
.robot-cmd-footer {
margin-top: 12px !important;
margin-bottom: 0 !important;
}
.form-hint {
display: block;
font-size: 0.8125rem;