GPT-Register

Web Console

📊 {{ stats.accounts || '...' }} 账号

账号列表

共 {{ accountsTotal }} 条,第 {{ accountsPage }}/{{ Math.ceil(accountsTotal / 50) }} 页
邮箱 状态 AT 类型 来源 批次 更新时间
{{ a.email }} {{ a.quota_status || '-' }} {{ a.has_access_token ? '✅' : '❌' }} {{ a.account_type || '-' }} {{ a.source || '-' }} {{ (a.batch_id || '').slice(0, 20) }} {{ a.updated_at || '-' }}
{{ accountsPage }}/{{ Math.ceil(accountsTotal / 50) }}

邮箱导入

导入外部邮箱凭据,注册时可直接选择“外部邮箱池”。页面只显示邮箱和服务商,不显示 token。

无效行会跳过;凭据不会返回前端。

邮箱列表

共 {{ mailboxEntries.length }} 个
暂无邮箱
邮箱服务商状态使用统计
{{ entry.email }} {{ entry.provider || 'unknown' }} {{ mailboxStatusLabel(entry.usage.status) }} {{ entry.usage.attempts || 0 }} 次 · {{ entry.usage.successes || 0 }} 成功 · {{ entry.usage.failures || 0 }} 失败

任务管理

{{ dockerContainerCount }} 个容器在线

外部邮箱池必填;填 6 = 原邮箱 + 6 个别名,共 7 个目标

Docker 多容器任务

{{ t.status === 'running' ? '进行中' : '已完成' }} {{ t.name }} {{ t.containers }}容器
成功{{ t.success }} 失败{{ t.failed }} 存活{{ t.alive }} 死{{ t.dead }} 目标{{ t.target_success }}
{{ t.batch_id }}

本地任务

{{ t.status }} {{ t.name }}
进度 {{ t.done }}/{{ t.total }} 存活{{ t.alive }} 死{{ t.dead }}
{{ new Date(t.started_at * 1000).toLocaleTimeString() }} → {{ t.finished_at ? new Date(t.finished_at * 1000).toLocaleTimeString() : '...' }}
暂无任务

批次管理

{{ b.status === 'running' ? '进行中' : '已完成' }} {{ b.batch_id }}
成功 {{ b.success }}/{{ b.total }} 失败 {{ b.failed }} 存活 {{ b.alive }} {{ b.dead }} 已导入 {{ b.imported }}
{{ b.started_at }} → {{ b.updated_at }}
暂无批次

系统日志

{{ logContent.filename }} · {{ logContent.total_lines }} 行 · {{ Math.round(logContent.size/1024) }}KB
{{ line.trimEnd() }}
暂无日志

系统设置

加载中...

{{ section.title }}

{{ toast.message }}