🐛 fix delay
This commit is contained in:
parent
40b8fc0267
commit
f42912a037
@ -18,7 +18,7 @@ async function getIpInfo() {
|
||||
|
||||
function ipSchedule() {
|
||||
let rule1 = new schedule.RecurrenceRule()
|
||||
rule1.second = [0, 10, 20, 30, 40, 50]
|
||||
rule1.second = [0, 30]
|
||||
schedule.scheduleJob(rule1, () => {
|
||||
let { query, country, city } = ipInfo || {}
|
||||
if(query && country && city) return
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
server/app/static/assets/index.be6b9da9.js.gz
Normal file
BIN
server/app/static/assets/index.be6b9da9.js.gz
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
server/app/static/assets/index.de24ebdf.css.gz
Normal file
BIN
server/app/static/assets/index.de24ebdf.css.gz
Normal file
Binary file not shown.
@ -1,17 +1 @@
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0,user-scalable=yes">
|
||||
<title>EasyNode</title>
|
||||
<script src="//at.alicdn.com/t/c/font_3309550_flid0kihu36.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.c8d8b41c.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.66fbdd45.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<html lang="zh"> <head> <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=0,user-scalable=yes"> <title>EasyNode</title> <script src="//at.alicdn.com/t/c/font_3309550_flid0kihu36.js"></script> <script type="module" crossorigin src="/assets/index.be6b9da9.js"></script> <link rel="stylesheet" href="/assets/index.de24ebdf.css"> </head> <body> <div id="app"></div> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?9cd0d4e4da3a7f1d4f6e4aaaa0ce8f25"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>
|
Loading…
x
Reference in New Issue
Block a user