diff --git a/docs/faq_zh-hans.md b/docs/faq_zh-hans.md index 6b33582..97d5dbd 100644 --- a/docs/faq_zh-hans.md +++ b/docs/faq_zh-hans.md @@ -69,7 +69,7 @@ - WSA 可以参考 [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) 的说明操作。 - 雷电模拟器可以在「模拟器设置」 → 「其他设置」中启用 root 特权。 - ![雷电模拟器 其他设置](../src/faq/assets/ld_settings_misc.webp) + ![雷电模拟器 其他设置](../src/faq/assets/ld_settings_misc@2x.webp) ### Via 等浏览器无法正常解密/下载 @@ -87,10 +87,6 @@ - 无法下载解密后内容 - 下载的文件名错误 -### 新版解锁网站没有批量下载 - -目前没有做。抱歉。 - ## 仍有问题? 欢迎进入[Telegram 交流群](https://t.me/unlock_music_chat),一起探讨。 diff --git a/src/App.css b/src/App.css index 94a85cc..030abac 100644 --- a/src/App.css +++ b/src/App.css @@ -65,3 +65,12 @@ h6 { opacity: 0.75; } } + +#downloadAll { + position: absolute; + right: 0.5em; + bottom: 72px; + width: 48px; + height: 48px; + margin: 10px; +} diff --git a/src/components/AppRoot.tsx b/src/components/AppRoot.tsx index 696c46d..dbee96a 100644 --- a/src/components/AppRoot.tsx +++ b/src/components/AppRoot.tsx @@ -15,7 +15,6 @@ 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(); @@ -72,7 +71,6 @@ export function AppRoot() { transition={Bounce} /> -