Commit d72040b4 by jiangjianlei

Update play.js

parent 9239eae9
...@@ -177,7 +177,7 @@ async function startMonitor() { ...@@ -177,7 +177,7 @@ async function startMonitor() {
} }
}) })
//.then(getDaichao) //.then(getDaichao)
.then(getTop100) //.then(getTop100)
.then(() => fs.writeFileSync(monitorApps, JSON.stringify(monitorNames))) // 保存到本地 .then(() => fs.writeFileSync(monitorApps, JSON.stringify(monitorNames))) // 保存到本地
.then(() => { // 动态修改间隔得值 .then(() => { // 动态修改间隔得值
// 自有 app 没到时间不会进入监控 // 自有 app 没到时间不会进入监控
......
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