From 93128a648a1366e1dedc8915dc15fb7d82fd2f91 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Thu, 10 Jul 2025 22:25:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=E5=BD=93=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E5=BA=94=E7=94=A8=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index a379423..4c6507a 100644 --- a/index.php +++ b/index.php @@ -349,6 +349,7 @@ $announcement = $announcementResult && $announcementResult->num_rows > 0 ? $anno newApps.forEach(app => { appList.appendChild(app.cloneNode(true)); }); + document.getElementById('load-more').style.display = 'none'; }); }