diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 57a734c0..f8bb5afd 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -1,7 +1,6 @@ - -
- - {#if parsedRatings} - {#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section} -

{section.title}

-
- {#each section.data as rating} -
- - -
- {rating.music.name} - - - { - rounding.value ? - roundFloor(rating.achievement, 'mai2', 1) : - (rating.achievement / 10000).toFixed(4) - }% - - - - {rating.calc.toFixed(1)} -
- -
{rating.music.note.lv}
-
- {/each} -
- {/each} - {/if} - - -
- -