fix(ai-providers): gate Claude models input and refine excluded tag styles

This commit is contained in:
Supra4E8C
2025-12-19 23:54:26 +08:00
parent 39d86d133a
commit 10f2262753
2 changed files with 26 additions and 15 deletions

View File

@@ -404,8 +404,17 @@
}
.excludedModelTag {
background: rgba(251, 191, 36, 0.2);
border-color: rgba(251, 191, 36, 0.4);
background: rgba(251, 191, 36, 0.22);
border-color: rgba(251, 191, 36, 0.55);
color: #fde68a;
.modelName {
color: #fde68a;
}
}
.excludedModelsLabel {
color: #fde68a;
}
.apiKeyEntryCard {