ui: 完善全部下载按钮的样式和位置

This commit is contained in:
awalol
2025-06-15 14:05:11 +08:00
parent 519ced5e88
commit fa7292f65b
3 changed files with 12 additions and 6 deletions

View File

@@ -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}
/>
<DownloadAll />
<Footer />
</Provider>
</BrowserRouter>