feat: 新增支持codex转发
This commit is contained in:
@@ -280,7 +280,7 @@ export interface UpdateGroupRequest {
|
||||
|
||||
// ==================== Account & Proxy Types ====================
|
||||
|
||||
export type AccountPlatform = 'anthropic';
|
||||
export type AccountPlatform = 'anthropic' | 'openai';
|
||||
export type AccountType = 'oauth' | 'setup-token' | 'apikey';
|
||||
export type OAuthAddMethod = 'oauth' | 'setup-token';
|
||||
export type ProxyProtocol = 'http' | 'https' | 'socks5';
|
||||
|
||||
Reference in New Issue
Block a user