节点详情显示API连接状况

This commit is contained in:
GoEdgeLab
2022-11-22 11:27:48 +08:00
parent d9fffdfcdd
commit 27b441e7f2
3 changed files with 23 additions and 0 deletions

View File

@@ -32,4 +32,8 @@ Tea.context(function () {
this.isStopping = false
})
}
this.round = function (f) {
return Math.round(f * 100) / 100
}
})