feat: Try to cache remote images

#603
This commit is contained in:
MystiPanda
2024-03-15 16:42:17 +08:00
parent d41f67a156
commit 0e1e27b35a
6 changed files with 66 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ export const LayoutViewer = forwardRef<DialogRef>((props, ref) => {
const [sysproxyIcon, setSysproxyIcon] = useState("");
const [tunIcon, setTunIcon] = useState("");
// const { menu_icon } = verge ?? {};
useEffect(() => {
initIconPath();
}, []);