From fa7292f65bd057a52bee1bac73a08d58fe700a1c Mon Sep 17 00:00:00 2001 From: awalol Date: Sun, 15 Jun 2025 14:05:11 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E5=AE=8C=E5=96=84=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppRoot.tsx | 2 ++ src/components/DownloadAll.tsx | 12 ++++++++++-- src/tabs/MainTab.tsx | 4 ---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/AppRoot.tsx b/src/components/AppRoot.tsx index dbee96a..696c46d 100644 --- a/src/components/AppRoot.tsx +++ b/src/components/AppRoot.tsx @@ -15,6 +15,7 @@ import { Bounce, ToastContainer } from 'react-toastify'; import { SettingsHome } from '~/features/settings/SettingsHome'; import { FAQ_PAGES } from '~/faq/FAQPages'; import { FaqHome } from '~/faq/FaqHome'; +import { DownloadAll } from '~/components/DownloadAll.tsx'; // Private to this file only. const store = setupStore(); @@ -71,6 +72,7 @@ export function AppRoot() { transition={Bounce} /> +