From 7685cc3dfcdc50edb811b413b3eb9c993010d740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 25 Nov 2025 23:10:10 +0800 Subject: [PATCH] Prefix version numbers with 'v' in system info Updated the display of current and latest version numbers in the system info component to include a 'v' prefix for consistency and clarity. --- packages/napcat-webui-frontend/src/components/system_info.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/napcat-webui-frontend/src/components/system_info.tsx b/packages/napcat-webui-frontend/src/components/system_info.tsx index a1964c12..a5535b27 100644 --- a/packages/napcat-webui-frontend/src/components/system_info.tsx +++ b/packages/napcat-webui-frontend/src/components/system_info.tsx @@ -218,12 +218,12 @@ const NewVersionTip = (props: NewVersionTipProps) => {
当前版本 - {currentVersion} + v{currentVersion}
最新版本 - {latestVersion} + v{latestVersion}
{updating && (