chore: update user agent version to 1.0.69 in claudeConsoleAccountService and claudeConsoleRelayService

This commit is contained in:
andersonby
2025-08-07 00:53:14 +08:00
parent ec0e7671ae
commit e553734e42
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class ClaudeConsoleAccountService {
apiKey = '',
priority = 50, // 默认优先级501-100
supportedModels = [], // 支持的模型列表或映射表,空数组/对象表示支持所有
userAgent = 'claude-cli/1.0.61 (console, cli)',
userAgent = 'claude-cli/1.0.69 (external, cli)',
rateLimitDuration = 60, // 限流时间(分钟)
proxy = null,
isActive = true,