提交修改

new-v20240713
dshclm 9 months ago
parent bd9fbe5d3c
commit 0dcaa5cb47

@ -579,7 +579,7 @@
} }
showCurrentNotice(); showCurrentNotice();
setInterval(() => { setInterval(function () {
currentIndex = (currentIndex + 1) % noticeItems.length; currentIndex = (currentIndex + 1) % noticeItems.length;
showCurrentNotice(); showCurrentNotice();
}, 2500); }, 2500);

Loading…
Cancel
Save