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 && (