mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
chore: 其他文件修改
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2616,6 +2616,10 @@ const getSchedulableReason = (account) => {
|
||||
if (account.stoppedReason) {
|
||||
return account.stoppedReason
|
||||
}
|
||||
// 检查5小时限制自动停止标志(备用方案)
|
||||
if (account.fiveHourAutoStopped === 'true' || account.fiveHourAutoStopped === true) {
|
||||
return '5小时使用量接近限制,已自动停止调度'
|
||||
}
|
||||
}
|
||||
|
||||
// OpenAI 账户的错误状态
|
||||
|
||||
Reference in New Issue
Block a user