提交修改

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

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

Loading…
Cancel
Save