📱 Telegram 多账号管理

📊 总账号: {{ accounts.length }} 🟢 在线: {{ onlineCount }} 🔴 离线: {{ offlineCount }}
👥 账号管理
🌐 代理设置
💊 健康监控
📊 使用统计
📋 操作日志
💬 消息模板
📅 定时计划

账号列表

📭

暂无账号,点击上方按钮添加

账号ID 名字 用户名 用户号 类型 状态 上次在线 使用次数 操作
{{ acc.account_id }} {{ acc.first_name || '-' }} {{ acc.last_name || '' }} @{{ acc.username }} - {{ acc.user_id || '-' }} {{ acc.is_premium ? '⭐ 会员' : '普通' }} {{ acc.status === 'online' ? '在线' : '离线' }} {{ formatTime(acc.last_online) }} {{ acc.use_count || 0 }}
第 {{ accountPage }} / {{ accountTotalPages }} 页 (共 {{ accounts.length }} 个账号)

🌍 全局代理

{{ globalProxy.protocol.toUpperCase() }}

{{ globalProxy.host }}:{{ globalProxy.port }}

设置全局代理后,所有账号默认使用此代理连接Telegram

🔌 独立代理

为特定账号设置独立代理,优先级高于全局代理。用户名和密码根据代理类型可选填。

{{ proxy.proxy_id }} {{ proxy.protocol.toUpperCase() }}

{{ proxy.host }}:{{ proxy.port }}

用户名: {{ proxy.username }} 密码: {{ proxy.password }} •••••• {{ proxyPasswordVisible[proxy.proxy_id] ? '👁️' : '👁️‍🗨️' }} 无认证

{{ health.total_accounts || 0 }}
总账号数
{{ health.online_accounts || 0 }}
在线账号
{{ health.high_risk || 0 }}
高风险
{{ health.medium_risk || 0 }}
中风险

⚠️ 风险账号

所有账号健康状态良好

账号ID风险等级连续失败状态
{{ id }} {{ healthDetails[id]?.risk_level || '中' }} {{ healthDetails[id]?.consecutive_fails || 0 }} {{ healthDetails[id]?.banned ? '可能被封' : '需关注' }}
{{ stats.total_uses || 0 }}
总使用次数
{{ stats.total_messages_sent || 0 }}
消息发送总数
{{ stats.today_uses || 0 }}
今日使用
{{ stats.today_messages || 0 }}
今日消息

🏆 最活跃账号

📊

暂无统计数据

排名账号ID使用次数
🏅 #{{ i + 1 }} {{ acc.account_id }} {{ acc.value }}

📋 操作日志

📝

暂无操作记录

{{ log.action }} - {{ log.detail }} {{ log.time }}

💬 消息模板

预设常用消息模板,AI可以直接调用发送

💬

暂无消息模板

{{ tpl.name }} {{ tpl.category }}

{{ tpl.content }}
第 {{ templatePage }} / {{ templateTotalPages }} 页 (共 {{ templates.length }} 个模板)

🚀 快捷模板

📅 定时计划

查看和管理AI设置的定时任务

📅

暂无定时计划

告诉AI"每天早上9点发送问候"即可创建定时任务

{{ sch.name }} {{ sch.enabled ? '启用' : '禁用' }}

{{ getScheduleDescription(sch) }}

{{ sch.cron || sch.time }} 账号: {{ sch.accounts?.join(', ') || sch.account_ids?.join(', ') || '全部' }}

上次执行: {{ formatTime(sch.lastRun) }}

{{ schedules.length }}
总计划数
{{ schedules.filter(s => s.enabled).length }}
启用中
{{ todayExecutions }}
今日已执行
{{ pendingExecutions }}
待执行
{{ toast.message }}