From 2ebe0ba47d2fdee073a7d616f70f73384afdf5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 2 Dec 2024 23:39:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/dashboard/IndexView.vue | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/web/src/views/dashboard/IndexView.vue b/web/src/views/dashboard/IndexView.vue index 2d13dbe4..82db5bfe 100644 --- a/web/src/views/dashboard/IndexView.vue +++ b/web/src/views/dashboard/IndexView.vue @@ -704,7 +704,7 @@ if (import.meta.hot) { - + 系统主机名 @@ -733,20 +733,24 @@ if (import.meta.hot) { 面板内部版本 - {{ systemInfo?.commit_hash || '加载中...' }} + {{ + systemInfo?.commit_hash + + ' ' + + systemInfo?.go_version + + ' ' + + systemInfo?.build_time || '加载中...' + }} 面板编译信息 {{ - systemInfo?.go_version + + systemInfo?.build_id + + ' ' + + systemInfo?.build_user + '/' + - systemInfo?.build_time + - '/' + - systemInfo?.build_host + - '/' + - systemInfo?.build_id || '加载中...' + systemInfo?.build_host || '加载中...' }} @@ -809,11 +813,11 @@ if (import.meta.hot) { 实时读写 {{ formatBytes(current.diskRWBytes) }}/s 读写延迟 {{ current.diskRWTime }}ms - + - +