From 82c86aa0b1e488598200a4ff9201d904c1cde968 Mon Sep 17 00:00:00 2001 From: cheney Date: Thu, 29 Jan 2026 18:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.js b/src/index.js index d6742d4..8beaa9f 100644 --- a/src/index.js +++ b/src/index.js @@ -241,3 +241,10 @@ async function test() { } test(); +setInterval(() => { + test(); +}, 10 * 1000); + + + +