{{ totalAccounts }} 个账号 · 每页 {{ ACCOUNT_PAGE_SIZE }} 条 · 实时配额来自 quota_cache
| # | 邮箱 | 状态 | 实际可用 | 5h 剩余 | 周 剩余 | 5h 重置 | 周 重置 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|
| {{ String(accountPageStart + i + 1).padStart(2, '0') }} |
Master
{{ acc.email }}
|
|
|
{{ quotaPct(acc, 'primary') }} | {{ quotaPct(acc, 'weekly') }} | {{ quotaReset(acc, 'primary') }} | {{ quotaReset(acc, 'weekly') }} |
缺认证
|
| 时间 | 邮箱 | 类别 | 原因 | 附加 |
|---|---|---|---|---|
| 暂无失败记录 | ||||
| {{ fmtTs(f.timestamp) }} | {{ f.email || '-' }} | {{ f.category }} | {{ f.reason }} | {{ fmtFailureExtra(f) }} |
rm ~/.codex/auth.json~/.codex/auth.json(Windows: %APPDATA%\codex\auth.json){{ exportJson }}