通途数据抓取

{{ fmtNum(stats.tongtool_products) }}
产品
{{ fmtNum(stats.tongtool_variants) }}
变体
{{ fmtNum(stats.tongtool_titles) }}
标题
{{ fmtNum(stats.tongtool_listing_images) }}
Listing图片
{{ fmtNum(stats.tongtool_variant_images) }}
变体图片
{{ fmtNum(stats.tongtool_goodsbalance) }}
库存

配置管理

{{ cookie.valid ? ' 有效' : ' ' + (cookie.error || '无效') }} ({{cookie.age_days}}天前登录) 即将过期
最近登录: {{ cookie.last_login ? fmtTime(cookie.last_login) : '未知' }} · 预计 {{ cookie.valid ? (cookie.age_days!=null ? (7-cookie.age_days).toFixed(0)+'天' : '?天') : '已过期' }} 后需刷新
{{ schedulerRunning ? ' 运行中' : ' 已停止' }} | {{ enabledCount }}/{{ totalCount }} 任务已启用

任务控制面板

{{ t.icon }} {{ t.label }}
{{ fmtInterval(t.interval_seconds) }} {{ t.last_run ? '上次: ' + fmtTime(t.last_run) : '从未运行' }} 从未运行 下次: {{ fmtTime(t.next_run) }}
{{ msg }}

{{ progress.status==='running' ? '任务进行中' : progress.status==='done' ? ' 任务完成' : ' 任务失败' }}

{{ progress.message }} {{ fmtDuration(progress.elapsed) }}
{{ progress.current }}{{ progress.total ? ' / ' + progress.total : '' }} {{ progress.pct > 0 ? progress.pct + '%' : '' }}

任务运行状态

暂无运行记录
{{ taskLabel(name) }}
{{ {'success':' 成功','failed':' 失败','running':' 运行中'}[info.status] || info.status }} {{ fmtTime(info.started_at) }}
{{ info.error }}

运行日志

时间任务状态详情
{{ fmtTime(l.started_at) }} {{ taskLabel(l.job_name) }} {{ l.status }} {{ l.stats.total_rows }} 行 {{ l.stats.total_titles }} 条 L:{{ l.stats.listing_images }} V:{{ l.stats.variant_images }} {{ l.error }}
暂无日志