1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-04 07:05:05 +00:00
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);
};
}