chore: 其他文件修改

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shaw
2025-09-30 11:25:43 +08:00
parent 4ab91f233f
commit fcf54565ec
3 changed files with 12 additions and 9 deletions

View File

@@ -2616,6 +2616,10 @@ const getSchedulableReason = (account) => {
if (account.stoppedReason) {
return account.stoppedReason
}
// 检查5小时限制自动停止标志备用方案
if (account.fiveHourAutoStopped === 'true' || account.fiveHourAutoStopped === true) {
return '5小时使用量接近限制已自动停止调度'
}
}
// OpenAI 账户的错误状态