diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 5ca4ea4..f70f2f8 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -92,29 +92,39 @@ - 新增用户数 - {% raw %}{{ newUsers }}{% endraw %} - 统计周期内首次触发用户 - - - - - 群渗透率 - {% raw %}{{ avgGroupPenetration.toFixed(2) }}{% endraw %}% - 活跃群触发人数占成员比例(均值) - - - - - 群健康分 - {% raw %}{{ groupHealthScore.toFixed(2) }}{% endraw %} - 综合成功率与响应时延评分 + 系统运行时间 + {% raw %}{{ formattedUptime }}{% endraw %} + 当前实例持续在线时长 + + + + 新增用户数 + {% raw %}{{ newUsers }}{% endraw %} + 统计周期内首次触发用户 + + + + + 群渗透率 + {% raw %}{{ avgGroupPenetration.toFixed(2) }}{% endraw %}% + 活跃群触发人数占成员比例(均值) + + + + + 群健康分 + {% raw %}{{ groupHealthScore.toFixed(2) }}{% endraw %} + 综合成功率与响应时延评分 + + + + @@ -806,6 +816,7 @@ } .hero-row, + .metric-extended-row, .stats-highlight-row, .chart-row { margin-bottom: 16px; @@ -930,6 +941,10 @@ display: flex; } + .metric-extended-row > .el-col { + display: flex; + } + .metric-card { min-height: 106px; width: 100%; @@ -1094,6 +1109,7 @@ @media (max-width: 1200px) { .hero-row > .el-col, + .metric-extended-row > .el-col, .stats-highlight-row > .el-col, .chart-row > .el-col { width: 100% !important; @@ -1111,6 +1127,7 @@ } .hero-row, + .metric-extended-row, .stats-highlight-row, .chart-row { margin-bottom: 12px; @@ -1219,6 +1236,7 @@ } .hero-row, + .metric-extended-row, .stats-highlight-row, .chart-row { margin-bottom: 10px;