From 6178f254e0caa7ee171f0b7ca2b050624bea57eb Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 14 Apr 2025 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 147 +++++++++++++++++++++++---- 1 file changed, 125 insertions(+), 22 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index e657f01..8b7a364 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -11,18 +11,36 @@
系统状态 + + 操作系统: {% raw %}{{ systemInfo.os }} {{ systemInfo.os_version }}{% endraw %} | + Python版本: {% raw %}{{ systemInfo.python_version }}{% endraw %} | + 运行时间: {% raw %}{{ formattedUptime }}{% endraw %} | + 最后更新: {% raw %}{{ systemInfo.timestamp }}{% endraw %} +