mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 02:30:51 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user