From 8332df922a521f5d855edf5174a8fdb2d0738b18 Mon Sep 17 00:00:00 2001 From: Niina Umekita Date: Fri, 30 Aug 2024 12:04:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=86=E3=83=B3=E3=83=84?= =?UTF-8?q?=E3=81=AE=E7=94=9F=E6=88=90=E9=96=93=E9=9A=94=E3=82=926?= =?UTF-8?q?=E7=A7=92=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/script.js b/public/script.js index ac77963..44dc9f9 100644 --- a/public/script.js +++ b/public/script.js @@ -292,7 +292,7 @@ globalThis.onload = async () => { }; let zIndex = 998; -// 7秒ごとに新しいコンテンツを追加 +// 6秒ごとに新しいコンテンツを追加 setInterval(async () => { const card = getArticleHTMLElement(); if (card !== undefined) { @@ -313,4 +313,4 @@ setInterval(async () => { articles.unshift(...shuffleArray(await getArticles(qiita, zenn, issou, searchInputValue))); } -}, 7000); +}, 6000);