mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
fix: 修复gemini重置状态按钮未显示的问题
This commit is contained in:
@@ -1139,7 +1139,10 @@
|
||||
(account.platform === 'claude' ||
|
||||
account.platform === 'claude-console' ||
|
||||
account.platform === 'openai' ||
|
||||
account.platform === 'openai-responses') &&
|
||||
account.platform === 'openai-responses' ||
|
||||
account.platform === 'gemini' ||
|
||||
account.platform === 'gemini-api' ||
|
||||
account.platform === 'ccr') &&
|
||||
(account.status === 'unauthorized' ||
|
||||
account.status !== 'active' ||
|
||||
account.rateLimitStatus?.isRateLimited ||
|
||||
|
||||
Reference in New Issue
Block a user