系统概览
实时监控账号池运行状态
总账号数
{{overview.total_accounts||0}}
活跃 {{overview.active_accounts||0}} 个
今日图片 {{resetHour}}:00起
{{overview.today_image_used||0}}
剩余 {{overview.available_image||0}}
今日视频额度 共用 {{resetHour}}:00起
视频 {{overview.today_video_used||0}} + 对口型 {{overview.today_lipsync_used||0}}
{{(overview.today_video_used||0)+(overview.today_lipsync_used||0)}}
剩余 {{overview.available_video||0}}
今日视频 {{resetHour}}:00起
{{overview.today_video_used||0}}
剩余 {{overview.available_video||0}}
今日对口型 {{resetHour}}:00起
{{overview.today_lipsync_used||0}}
剩余 {{overview.available_lipsync||0}}
总请求数
{{(dash.total_requests||0).toLocaleString()}}
今日 {{dash.today_requests||0}}
成功率
{{(dash.success_rate||0).toFixed(1)}}%
今日用户 {{dash.today_unique_users||0}}
今日任务类型分布
暂无今日数据
{{t.label}}
{{t.count}}
今日用户排名 Top 10
暂无今日数据
{{i+1}}
{{u.remark&&u.remark!==u.user_token?u.remark:u.user_token?.slice(-16)||'-'}}
图{{u.image_count}} · 视{{u.video_count}} · 口型{{u.lipsync_count}}
{{u.total_count}}
最近请求记录
| 请求ID | 账号 | 类型 | 状态 | 用户 | 退款 | 时间 |
|---|---|---|---|---|---|---|
| 暂无数据 | ||||||
{{log.request_id?.slice(0,18)||'-'}}
{{log.request_id||'-'}}点击复制 |
{{log.account_id}} | {{log.task_type||'-'}} | {{statusLabel(log.task_status)}} | {{log.user_remark||(log.user_token?.slice(-10))||'-'}}{{log.user_token||'-'}} | {{refundLabel(log.refund_status, log.task_status)}} | {{fmtTime(log.created_at)}} |
账号管理
临时账号管理
seedance2 模型专用 · 一次性账号,分配后立即销毁
总导入数
{{tempStats.total||0}}
已入库的全部临时账号
可用数量
{{tempStats.available||0}}
等待分配的账号
今日已消耗
{{tempStats.today_used||0}}
seedance2 模型消耗
预计可用天数
{{tempStats.today_used>0?Math.floor((tempStats.available||0)/(tempStats.today_used||1)):'∞'}}
按今日消耗速率估算
Capcut 临时账号管理
seedane2.0 模型专用 · 一次性账号,分配后立即销毁
总导入数
{{captcutStats.total||0}}
已入库的全部 Capcut 临时账号
可用数量
{{captcutStats.available||0}}
等待分配的账号
今日已消耗
{{captcutStats.today_used||0}}
seedane2.0 模型消耗
预计可用天数
{{captcutStats.today_used>0?Math.floor((captcutStats.available||0)/(captcutStats.today_used||1)):'∞'}}
按今日消耗速率估算
任务确认管理
🔍 搜索结果: {{ searchResults.length }} 条
匹配: "{{ globalSearch }}"
退款管理
总失败任务
{{refundStats.total_failed||0}}
今日 {{refundStats.today_failed}}
{{t.task_type==='image'?'图片':t.task_type==='video'?'视频':'对口型'}} {{t.count}}
待退款
{{refundStats.pending_refund||0}}
等待处理
已退款
{{refundStats.completed_refund||0}}
今日({{refundStats.reset_hour||0}}:00起) {{refundStats.today_refunded||0}} 笔
已退款金额
{{pointsToYuan(refundStats.total_refunded_amount)}}
{{(refundStats.total_refunded_amount||0).toLocaleString()}} 点 · 今日 {{pointsToYuan(refundStats.today_amount)}} ({{(refundStats.today_amount||0).toLocaleString()}} 点)
自动退款 {{refundCfg.enable_auto_refund==='true'?'已开启':'已关闭'}}
New-API:
{{refundCfg.newapi_base_url||'-'}}图片 {{refundCfg.model_price_Dimage||'-'}} 点 ({{pointsToYuan(refundCfg.model_price_Dimage)}})
视频 {{refundCfg.model_price_Dvideo||'-'}} 点 ({{pointsToYuan(refundCfg.model_price_Dvideo)}})
用户密钥统计
至
账号负载监控
总账号
{{loadSummary.total_accounts||0}}
活跃账号
{{loadSummary.active_accounts||0}}
图片总负载
{{(loadSummary.overall_image_load_rate||0).toFixed(1)}}%
视频总负载
{{(loadSummary.overall_video_load_rate||0).toFixed(1)}}%
对口型总负载
{{(loadSummary.overall_lipsync_load_rate||0).toFixed(1)}}%
系统设置
{{settingsMsg.text}}
加载中...
{{cfg.description || cfg.config_key}}
{{cfg.config_key}}
每天 {{cfg.config_value||'0'}}:00 重置配额(修改后需重启服务生效)
当前:
{{cfg.config_key==='selection_strategy'?strategyLabel(cfg.config_value):cfg.config_value||'(空)'}}