diff --git a/plugins/stats_dashboard/templates/index.html b/plugins/stats_dashboard/templates/index.html index 2c995ed..8255ab4 100644 --- a/plugins/stats_dashboard/templates/index.html +++ b/plugins/stats_dashboard/templates/index.html @@ -56,7 +56,7 @@ 平均响应时间
- {{ typeof avgResponseTime === 'number' ? avgResponseTime.toFixed(2) : '0.00' }} ms + {{ "%.2f"|format(avgResponseTime|float) }} ms