mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-02 23:00:50 +08:00
fix doc
This commit is contained in:
@@ -185,7 +185,7 @@ Located in `packages/shared/src/preset/`:
|
||||
|
||||
- **sensitiveFields.ts**: Identify and sanitize sensitive fields
|
||||
- Detects api_key, password, secret fields automatically
|
||||
- Creates `requiredInputs` array for installation prompts
|
||||
- Replaces sensitive values with environment variable placeholders
|
||||
|
||||
### Preset File Format
|
||||
|
||||
@@ -206,12 +206,6 @@ Located in `packages/shared/src/preset/`:
|
||||
"label": "OpenAI API Key",
|
||||
"prompt": "Enter your OpenAI API key"
|
||||
}
|
||||
],
|
||||
"requiredInputs": [
|
||||
{
|
||||
"field": "Providers[0].api_key",
|
||||
"placeholder": "Enter your API key"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user