From ec8ef5b774c3711438adf0327adc744e0ba98adf Mon Sep 17 00:00:00 2001 From: TerryM Date: Fri, 5 Jun 2026 21:17:34 +0800 Subject: [PATCH] fix: hide URL preview in in-app download guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the visible URL box from the modal — only the Copy link button remains. Copy still writes the absolute file download URL to the clipboard so the user can paste it into Chrome/Safari to trigger the download. --- src/components/InAppDownloadGuide.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/InAppDownloadGuide.tsx b/src/components/InAppDownloadGuide.tsx index 65acbc5..fa4187c 100644 --- a/src/components/InAppDownloadGuide.tsx +++ b/src/components/InAppDownloadGuide.tsx @@ -154,12 +154,6 @@ export function InAppDownloadGuideProvider({ -
-

- {detail.url} -

-
-