Claude Session Manager

{{ taskRunning ? '运行中' : (wsConnected ? '就绪' : '未连接') }}
{{ stats.totalMessages }}
总消息数
{{ stats.successMessages }}
成功
{{ stats.failedMessages }}
失败
{{ sessionStats.banned }}
封禁账号
{{ sessionStats.active }}
可用账号
{{ sessionStats.total }}
总账号
{{ proxyStats.active }}
可用代理
任务配置
运行中的 Workers
Worker {{ w.id }} 运行中
Session: {{ w.sessionName }} | 代理: {{ w.proxyName || '无' }} | 已发送: {{ w.messageCount }} 条
Sessions 管理
名称 SessionKey 组织/邮箱 状态 成功/失败 最后检查 操作
{{ s.name }} 🔄 验证中... {{ s.sessionKey }} {{ s.accountInfo?.organizationName || s.accountInfo?.email || '-' }} {{ s.status }} 🛡️ CF拦截 {{ s.successCount }} / {{ s.failCount }} {{ formatTime(s.lastCheck) }}
代理管理 (可用: {{ proxies.filter(p => p.enabled && p.status === 'active').length }} / 失败: {{ proxies.filter(p => p.status === 'failed').length }} / 待测: {{ proxies.filter(p => p.status === 'pending').length }}) 已选: {{ selectedProxyIds.length }} 个
✓ 已确认使用 {{ confirmedProxyIds.length }} 个代理进行轮询 (启动任务时将只使用这些代理)
名称 类型 IP版本 服务器 状态 延迟 成功/失败 操作
{{ p.name }} {{ (p.type || 'http').toUpperCase() }} {{ (p.ipVersion || 'ipv4').toUpperCase() }} {{ p.host }}:{{ p.port }} (认证) {{ p.status === 'active' ? '✓ 可用' : (p.status === 'failed' ? '✗ 失败' : p.status) }} {{ p.latency }}ms - {{ p.successCount }} / {{ p.failCount }}
Clash 代理
运行中 - 端口 {{ clash.port }} 已停止
当前节点: {{ clash.currentNode || '自动选择' }}  |  本地代理: socks5://127.0.0.1:{{ clash.port }}
订阅管理
名称 订阅地址 最后更新 操作
{{ sub.name }} {{ sub.url }} {{ sub.last_update ? new Date(sub.last_update).toLocaleString() : '未更新' }}
暂无订阅,请添加
节点列表 ({{ clash.nodes.length }}) (可用: {{ clash.nodes.filter(n => n.delay && n.delay > 0).length }} / 超时: {{ clash.nodes.filter(n => n.delay === null || n.delay === 0).length - clash.nodes.filter(n => n.delay === undefined).length }} / 待测: {{ clash.nodes.filter(n => n.delay === undefined).length }})
节点名称 类型 服务器 端口 传输 状态 延迟 操作
{{ node.name }} {{ node.type }} {{ node.server }} {{ node.port }} {{ node.network }} tls - ✓ 可用 ✗ 超时 待测 {{ node.delay }}ms 超时 -
暂无节点,请先添加订阅并更新
实时日志
{{ log.time }} {{ log.message }}
暂无日志