feat: enhance excluded models management with UI components, internationalization, and data handling

This commit is contained in:
Supra4E8C
2025-12-03 00:27:45 +08:00
parent d3630373ed
commit c77527cd13
4 changed files with 110 additions and 3 deletions

View File

@@ -2221,6 +2221,12 @@ input:checked+.slider:before {
font-size: 0.85rem;
}
.provider-item .excluded-models .provider-model-tag {
background: var(--warning-bg);
border-color: var(--warning-border);
color: var(--warning-text);
}
.provider-model-tag .model-name {
font-weight: 600;
}