网站列表增加QPS和攻击QPS信息

This commit is contained in:
刘祥超
2023-07-07 18:52:00 +08:00
parent a5e97fc425
commit 858cf49966
3 changed files with 41 additions and 14 deletions

View File

@@ -1,4 +1,12 @@
Tea.context(function () {
this.windowWidth = window.innerWidth
this.miniWidth = 760
this.columnWidth1 = 800
this.columnWidth2 = 900
this.columnWidth3 = 1000
this.columnWidth4 = 1100
this.columnWidth5 = 1200
this.servers.forEach(function (v) {
v["status"] = {
isOk: false,