{{ match.endTime }}
{{
formatPlayerDisplayName(match.firstPlayer) }}
{{
match.firstPlayer.won ? '胜' : '负' }}
{{ match.firstPlayer.score }}分
{{ (w.sp === 1 ? 'SP_' : '') + w.name }}
/
{{ match.env }}
VS
回合数: {{ match.turnCount }}
时长: {{ formatDuration(match.startTime, match.endTime) }}
{{ match.secondPlayer.score }}分
{{
match.secondPlayer.won ? '胜' : '负' }}
{{
formatPlayerDisplayName(match.secondPlayer) }}
{{ (w.sp === 1 ? 'SP_' : '') + w.name }}
/