Admin Console
返回地图
OGF Railway Map
数据同步、计划任务和运行状态
管理员已验证
{{ schedule.status }}
{{ schedule.text }}
当前统计
{{ stats.statusText }}
线路
{{ formatNumber(stats.lines) }}
站点
{{ formatNumber(stats.stations) }}
定时任务
{{ schedule.status }}
{{ schedule.text }}
手动同步
{{ busy ? '运行中' : '空闲' }}
{{ actionStatus || syncStatusText }}
最近同步记录
每 5 秒刷新
| ID | 类型 | 状态 | 开始 | 结束 | 线路 | 站点 | 删除线路 | 删除站点 | 错误 |
|---|---|---|---|---|---|---|---|---|---|
| 正在加载... | |||||||||
| 获取同步记录失败 | |||||||||
| 暂无记录 | |||||||||
| {{ row.id }} | {{ syncTypeLabel(row.sync_type) }} | {{ statusLabel(row.status) }} | {{ fmtTime(row.started_at) }} | {{ fmtTime(row.finished_at) }} | {{ valueOrDash(row.lines_count) }} | {{ valueOrDash(row.stations_count) }} | {{ row.deleted_lines ?? 0 }} | {{ row.deleted_stations ?? 0 }} | {{ row.error_msg || '-' }} |