Commit 94b00181 by jiangjianlei

Update play.js

parent 41df801c
...@@ -176,7 +176,7 @@ async function startMonitor() { ...@@ -176,7 +176,7 @@ async function startMonitor() {
newDeploy = false newDeploy = false
} }
}) })
.then(getDaichao) //.then(getDaichao)
.then(getTop100) .then(getTop100)
.then(() => fs.writeFileSync(monitorApps, JSON.stringify(monitorNames))) // 保存到本地 .then(() => fs.writeFileSync(monitorApps, JSON.stringify(monitorNames))) // 保存到本地
.then(() => { // 动态修改间隔得值 .then(() => { // 动态修改间隔得值
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment