临时修改

This commit is contained in:
cheney 2026-01-29 18:09:30 +08:00
parent 3fd7f2a12b
commit 82c86aa0b1

View File

@ -241,3 +241,10 @@ async function test() {
}
test();
setInterval(() => {
test();
}, 10 * 1000);