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 %} +