Add files via upload

This commit is contained in:
公明
2025-11-15 21:37:24 +08:00
committed by GitHub
parent 8cd2536ccb
commit b5b8a2cb14
5 changed files with 165 additions and 40 deletions
+12
View File
@@ -2331,6 +2331,18 @@ header {
border: 1px solid rgba(255, 193, 7, 0.3);
}
.external-mcp-status.status-error {
background: rgba(220, 53, 69, 0.12);
color: var(--error-color);
border: 1px solid rgba(220, 53, 69, 0.3);
}
.external-mcp-status.status-error::before {
content: '❌';
display: inline-block;
margin-right: 4px;
}
.external-mcp-item-actions {
display: flex;
align-items: center;