diff --git a/packages/napcat-webui-frontend/src/components/system_info.tsx b/packages/napcat-webui-frontend/src/components/system_info.tsx index 516aef51..9aa69423 100644 --- a/packages/napcat-webui-frontend/src/components/system_info.tsx +++ b/packages/napcat-webui-frontend/src/components/system_info.tsx @@ -45,7 +45,7 @@ const SystemInfoItem: React.FC = ({ return (
= ({ )} onClick={onClick} > -
{icon}
+
{icon}
{title}
{value}
-
{endContent}
+
{endContent}
); }; @@ -84,9 +84,11 @@ const UpdateDialogContent: React.FC<{
当前版本 - - v{currentVersion} - + + + v{currentVersion} + +
@@ -99,9 +101,11 @@ const UpdateDialogContent: React.FC<{
最新版本 - - v{latestVersion} - + + + v{latestVersion} + +
@@ -136,13 +140,21 @@ const UpdateDialogContent: React.FC<{

-

+

- 请手动重启 NapCat,更新才会生效 + 重启 NapCat 生效

+
+ +
)} @@ -400,7 +412,7 @@ const VersionSelectDialogContent: React.FC = ({ 稍后重启