mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 12:17:26 +08:00
[O] Reduce displayed digits
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<span class="rank-num">{(mapData[3] / 10000).toFixed(2)}%</span>
|
<span class="rank-num">{(mapData[3] / 10000).toFixed(2)}%</span>
|
||||||
</span>
|
</span>
|
||||||
{#if game === 'mai2'}
|
{#if game === 'mai2'}
|
||||||
<span class="dx-change">
|
<span class="dx-change">
|
||||||
{ (mapRank * Number(mult[1])).toFixed(0) }
|
{ (mapRank * Number(mult[1])).toFixed(0) }
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user