秒表

{{ formatStopwatchTime(stopwatchTime) }}.{{ formatMilliseconds(stopwatchTime) }}
  • 计次 {{ laps.length + 1 }} {{ currentSegmentName }}
    {{ formatLapTime(currentLapTime) }}
  • 计次 {{ laps.length - index }} {{ lap.segmentName }}
    {{ formatLapTime(lap.time) }} 总计 {{ formatLapTime(lap.totalTime) }}
⏱️

点击"开始"开始计时
运行中点击"计次"记录分段时间

计时器

{{ h - 1 }}
小时
{{ String(m - 1).padStart(2, '0') }}
分钟
{{ String(s - 1).padStart(2, '0') }}
快捷选择
标签
历史记录
{{ item.label || '计时器' }} {{ formatHistoryTime(item.seconds) }}
{{ formatDate(item.date) }}
{{ formatTimerTime(timerRemaining) }}
{{ timerLabel }}