TG
v5.2 ⚡ TURBO
{{ status.running ? '运行中' : (status.layer ? '已完成' : '空闲') }} {{ layerLabel(status.layer) }}
耗时 {{ formatTime(status.elapsed_seconds) }}
📁 文件上传
📊 实时进度
极限并发模式
ProxyWorker 架构 · 每代理独立通道 · DNS缓存 · 只读3KB
{{ progress.rps || 0 }}
RPS
{{ progress.active_workers || 0 }}/{{ progress.total_workers || 0 }}
Workers
{{ progress.bandwidth_mbps || 0 }}
MB/s
总链接数
{{ animNum(progress.total) }}
已处理
{{ animNum(progress.processed_http + progress.processed_deep) }}
{{ progress.turbo_mode && progress.rps > 0 ? '实时 RPS' : '处理速度' }}
{{ turboRps }} 条/秒
预计剩余
{{ turboEta }}
活跃 Workers
{{ progress.active_workers || 0 }}
暂停中
{{ progress.paused_workers || 0 }}
已退出
{{ progress.dead_workers || 0 }}
单探针命中
{{ (progress.probe_stats||{}).single_probe_hit || 0 }}
双探针
{{ (progress.probe_stats||{}).double_probe_needed || 0 }}
总流量
{{ progress.total_bytes_mb || 0 }} MB
HTTP 层分类
{{ item.label }}
{{ item.count }} {{ pctText(item.count, progress.processed_http) }}
等待 HTTP 粗筛运行...
深度检测结果
可以发消息
{{ getDeep('likely_sendable') }}
{{ item.label }}
{{ item.count }}
{{ specialLabel(key) }} {{ val }}
等待深度检测运行...
📋 结果浏览与导出
{{ selectedCategoryLabel || '请选择分类' }} {{ resultData.total }} 条
{{ resultPage }}/{{ totalPages }}
# 链接 {{ col.label }}
{{ (resultPage-1)*50 + idx + 1 }} {{ item.normalized_key }} {{ item[col.key] || '-' }}
{{ selectedCategory ? '该分类暂无数据' : '👈 从左侧选择一个分类查看链接列表' }}
👤 TG账号状态
{{ acc.name }} {{ acc.pool==='light' ? '轻号' : '重号' }}
{{ acc.status || 'ready' }}
Resolve {{ acc.today_resolve_count||0 }}/180
Join {{ acc.today_join_count||0 }}/150
风控压力
{{ acc.risk_pressure||0 }}
连续错误 {{ acc.error_streak||0 }}
👤

未配置TG账号,HTTP粗筛不需要账号即可使用

📜 历史任务
ID 模式 开始时间 输入 成功 重试 失败 耗时
#{{ run.run_id }} {{ run.mode }} {{ formatTs(run.start_time) }} {{ run.input_count }} {{ run.success_count }} {{ run.retry_count }} {{ run.fatal_count }} {{ run.end_time ? formatTime(run.end_time - run.start_time) : '...' }}
暂无任务记录