fix: 隐藏加载更多按钮当没有更多应用时

This commit is contained in:
2025-07-10 22:25:34 +08:00
parent b36ebbe548
commit 93128a648a

View File

@@ -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';
});
}
</script>