mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
fix: ui
This commit is contained in:
parent
50e5cf7508
commit
5f710b5f6f
8 changed files with 9 additions and 1 deletions
|
|
@ -315,6 +315,8 @@ export function AuthDialog(): React.JSX.Element {
|
|||
<Text color={theme?.text?.secondary} underline>
|
||||
{t('More instructions please check:')}
|
||||
</Text>
|
||||
</Box>
|
||||
<Box marginTop={0}>
|
||||
<Link url={MODEL_PROVIDERS_DOCUMENTATION_URL} fallback={false}>
|
||||
<Text color={Colors.AccentGreen} underline>
|
||||
{MODEL_PROVIDERS_DOCUMENTATION_URL}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ export function ApiKeyInput({
|
|||
<Box marginBottom={1}>
|
||||
<Text>{t('Please enter your API key:')}</Text>
|
||||
</Box>
|
||||
<TextInput value={apiKey} onChange={setApiKey} placeholder="sk-..." />
|
||||
<TextInput value={apiKey} onChange={setApiKey} placeholder="sk-sp-..." />
|
||||
{error && (
|
||||
<Box marginTop={1}>
|
||||
<Text color={Colors.AccentRed}>{error}</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue