mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
update
This commit is contained in:
parent
b9d650c237
commit
966b76b829
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Updater {
|
||||||
this.newScript = this.parserScript(newHtml);
|
this.newScript = this.parserScript(newHtml);
|
||||||
this.compare(this.oldScript, this.newScript)
|
this.compare(this.oldScript, this.newScript)
|
||||||
//这边给的是默认值15000,也可以自定义秒数
|
//这边给的是默认值15000,也可以自定义秒数
|
||||||
}, 15000);
|
}, 60000);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue