mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 09:16:13 +08:00
parent
fb19fb37e1
commit
366ac04d83
1 changed files with 3 additions and 1 deletions
|
|
@ -143,7 +143,9 @@ function buildPbHtml(
|
|||
</div>
|
||||
<div class="fullTest">
|
||||
<div>${modeString}</div>
|
||||
<div>${Math.round(pbData.wpm * multiplier)} wpm</div>
|
||||
<div>${Math.round(pbData.wpm * multiplier)} ${
|
||||
Config.alwaysShowCPM ? "cpm" : "wpm"
|
||||
}</div>
|
||||
<div>${Math.round(pbData.raw * multiplier)} raw</div>
|
||||
<div>${pbData.acc === undefined ? "-" : Math.floor(pbData.acc)} acc</div>
|
||||
<div>${
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue