diff --git a/web/src/views/Index/components/VersionCard.tsx b/web/src/views/Index/components/VersionCard.tsx index 5cd94348..b299ad29 100644 --- a/web/src/views/Index/components/VersionCard.tsx +++ b/web/src/views/Index/components/VersionCard.tsx @@ -4,7 +4,7 @@ * @Author: yujiangping * @Date: 2026-01-12 16:34:59 * @LastEditors: yujiangping - * @LastEditTime: 2026-01-16 13:00:22 + * @LastEditTime: 2026-01-16 15:38:35 */ import React, { useEffect, useState } from 'react'; import { useTranslation } from 'react-i18next'; @@ -44,7 +44,7 @@ const GuideCard: React.FC = () => { {versionInfo?.version} -
+
{versionInfo && (() => { const introduction = getIntroduction(); return introduction ? (<>