mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
fix(cli): update regionName format from 'Bailian Coding Plan (Global/Intl)' to 'Coding Plan (Bailian, Global/Intl)'
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
c1789a0458
commit
78a4ab1b48
10 changed files with 79 additions and 62 deletions
|
|
@ -80,7 +80,7 @@ export function AuthDialog(): React.JSX.Element {
|
|||
},
|
||||
{
|
||||
key: 'coding-plan-intl',
|
||||
label: t('Bailian Coding Plan (Global/Intl)'),
|
||||
label: t('Coding Plan (Bailian, Global/Intl)'),
|
||||
value: 'coding-plan-intl' as ApiKeySubMode,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue