From 3fdc4fda38b9398787465e0397a503ef4294516d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 21:07:21 -0400 Subject: [PATCH] Show top ten hardcore leaderboard on home --- site/home-leaderboard.js | 2 +- site/index.html | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/site/home-leaderboard.js b/site/home-leaderboard.js index c5c5e3f..324d74c 100644 --- a/site/home-leaderboard.js +++ b/site/home-leaderboard.js @@ -65,7 +65,7 @@ return; } - const top = rows.slice(0, 5); + const top = rows.slice(0, 10); if (!top.length) { list.innerHTML = `
  • 1.
  • `; diff --git a/site/index.html b/site/index.html index d63eae7..5b2e4d9 100644 --- a/site/index.html +++ b/site/index.html @@ -89,22 +89,11 @@

    Hardcore Leaderboard

    -
      +
      1. 1.Loading...
      more
    - -
    -

    C Rank Points

    -
      -
    1. 1.
    2. -
    3. 2.
    4. -
    5. 3.
    6. -
    7. 4.
    8. -
    9. 5.
    10. -
    -
    @@ -138,6 +127,6 @@ - +