This commit is contained in:
Silent YANG 2024-07-28 18:45:25 +08:00
parent b9d650c237
commit 966b76b829

View file

@ -59,7 +59,7 @@ class Updater {
this.newScript = this.parserScript(newHtml);
this.compare(this.oldScript, this.newScript)
//这边给的是默认值15000,也可以自定义秒数
}, 15000);
}, 60000);
};
}