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

@@ -195,6 +195,7 @@
.status-badge {
flex-shrink: 0;
white-space: nowrap;
margin-bottom: 0;
}
.base {