|
|
{{ h2hResult.A.name }} | 【选手昵称】 | {{ h2hResult.B.name }} |
|
| {{ h2hResult.A.matches }} | 【生涯场次】 | {{ h2hResult.B.matches }} | ||
| {{ (h2hResult.A.winRate*100).toFixed(1) }}% | 【生涯胜率】 | {{ (h2hResult.B.winRate*100).toFixed(1) }}% | ||
| {{ h2hResult.A.annualPoints }} / {{ h2hResult.A.annualRank }} | 【年度积分/排名】 | {{ h2hResult.B.annualPoints }} / {{ h2hResult.B.annualRank }} | ||
| {{ h2hResult.A.elo || '-' }} / {{ h2hResult.A.eloRank === 999 ? '-' : h2hResult.A.eloRank }} | 【ELO积分/排名】 | {{ h2hResult.B.elo || '-' }} / {{ h2hResult.B.eloRank === 999 ? '-' : h2hResult.B.eloRank }} | ||
| {{ h2hResult.h2hMatches }} | 【对阵场次】 | {{ h2hResult.h2hMatches }} | ||
| {{ (h2hResult.A.h2hWinRate * 100).toFixed(1) }}% | 【对阵胜率】 | {{ (h2hResult.B.h2hWinRate * 100).toFixed(1) }}% |
| 日期 | 赛事 | 阶段 | 模式 | A 所在战队 | 比分 | B 所在战队 |
|---|---|---|---|---|---|---|
| {{ formatDate(r.date) }} | {{ r.tournament }} | {{ r.stage }} | {{ r.mode }} | {{ r['team' + r.A_side + 'Name'] }} {{ r['team' + r.A_side + 'Members'] }} | {{ r['score' + r.A_side] }} : {{ r['score' + r.B_side] }} | {{ r['team' + r.B_side + 'Name'] }} {{ r['team' + r.B_side + 'Members'] }} |
| 日期 | 赛事 | 阶段 | 模式 | 选手所在战队 | 比分 | 对手战队 |
|---|---|---|---|---|---|---|
| {{ formatDate(r.date) }} | {{ r.tournament }} | {{ r.stage }} | {{ r.mode }} | {{ r['team' + r.side + 'Name'] }} {{ r['team' + r.side + 'Members'] }} | {{ r['score' + r.side] }} : {{ r['score' + r.oppSide] }} | {{ r['team' + r.oppSide + 'Name'] }} {{ r['team' + r.oppSide + 'Members'] }} |
| 排名 | 选手 | 年度积分 | 胜率 |
|---|---|---|---|
| No.{{ p.annualRank }} | {{ p.name }} | {{ p.annualPoints }} | {{ (p.winRate*100).toFixed(1) }}% |
| 排名 | 选手 | 生涯总积分 | 场次 |
|---|---|---|---|
| No.{{ p.careerRank }} | {{ p.name }} | {{ p.totalPoints }} | {{ p.matches }} |
| 排名 | 选手 | ELO | 状态 |
|---|---|---|---|
| No.{{ p.eloRank }} | {{ p.name }} | {{ p.elo }} | {{ p.status }} |
| 选手 | 平台 | 直播间 | 曾用昵称 | 状态 | 场次 | 胜率 | 跨度(天) | 年度积分 / 排名 | ELO / 排名 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ (playerPage - 1) * pageSize + idx + 1 }} |
|
B站 虎牙 {{ item.platform }} - | {{ item.room || '-' }} |
{{ alias }}
—
|
{{ item.status }} | {{ item.matches }} | {{ (item.winRate*100).toFixed(1) }}% | {{ item.span }} | {{ item.annualPoints }} / {{ item.annualRank }} | {{ item.elo || '-' }} / {{ item.eloRank === 999 ? '-' : item.eloRank }} |
| 日期 | 赛事 | 阶段 | 模式 | 积分 | 战队1 (成员) | 比分 | 战队2 (成员) | 积分 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{ formatDate(r.date) }} | {{ r.tournament }} | {{ r.stage }} | {{ r.mode }} | {{ r.pts1 }} |
{{ r.team1Members }}
{{ r.team1Name }}
{{ member }},
|
- {{ r.score1 }} : {{ r.score2 }} |
{{ r.team2Name }}
{{ r.team2Name }}
{{ member }},
|
{{ r.pts2 }} |