feat: add excluded models support for Codex/Claude providers and fix header alignment

- Add excludedModels field to ProviderKeyConfig type for Codex and Claude providers
  - Add excluded models textarea input in Codex/Claude edit modal
  - Display excluded models badges in Codex and Claude provider cards
  - Fix header connection status badge vertical alignment with IP address
  - Update dark theme to use pure black color scheme
This commit is contained in:
Supra4E8C
2025-12-13 02:20:08 +08:00
parent da9469c5aa
commit 62486534e4
5 changed files with 69 additions and 14 deletions

View File

@@ -135,6 +135,12 @@ textarea {
border-radius: $radius-full;
font-size: 13px;
border: 1px solid var(--border-color);
margin-bottom: $spacing-md;
// 确保后续内容换行显示
+ * {
display: block;
}
&.success {
color: $success-color;