feat(oauth): add kimi provider support

This commit is contained in:
LTbinglingfeng
2026-02-06 23:35:47 +08:00
parent 8acef95e5a
commit 2da4099d0b
8 changed files with 38 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ export const OAUTH_CARD_IDS = [
'anthropic-oauth-card',
'antigravity-oauth-card',
'gemini-cli-oauth-card',
'kimi-oauth-card',
'qwen-oauth-card'
];
export const OAUTH_PROVIDERS = {
@@ -49,6 +50,7 @@ export const OAUTH_PROVIDERS = {
ANTHROPIC: 'anthropic',
ANTIGRAVITY: 'antigravity',
GEMINI_CLI: 'gemini-cli',
KIMI: 'kimi',
QWEN: 'qwen'
} as const;