From 6190236fc09d70458d4726112a791d584610100d Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Thu, 2 Jul 2026 17:16:40 +0800 Subject: [PATCH] 1 --- video-gen-app/src/components/Layout/AppLayout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/video-gen-app/src/components/Layout/AppLayout.tsx b/video-gen-app/src/components/Layout/AppLayout.tsx index f151a59a..329f0a4d 100644 --- a/video-gen-app/src/components/Layout/AppLayout.tsx +++ b/video-gen-app/src/components/Layout/AppLayout.tsx @@ -374,6 +374,7 @@ const AppLayout: React.FC = () => { limitUnit: string; } | null>(null); const [isMobile, setIsMobile] = useState(false); + const [operationManualUrl, setOperationManualUrl] = useState(''); const PENDING_ORDER_KEY = 'pending_payment_order'; @@ -399,6 +400,10 @@ const AppLayout: React.FC = () => { faviconLink.type = 'image/png'; } + if (info.operationManual) { + setOperationManualUrl(info.operationManual); + } + localStorage.setItem('siteInfo', JSON.stringify({ siteName: name, siteLogo: logo })); }).catch(() => { });