节点详情显示API连接状况

This commit is contained in:
刘祥超
2022-11-22 11:27:48 +08:00
parent 910b3a6162
commit 5a6e6fba69
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
}
})