feat: clear trash

This commit is contained in:
butterfly
2024-04-19 14:50:11 +08:00
parent 3d0a98d5d2
commit 1074fffe79
6 changed files with 16 additions and 58 deletions

View File

@@ -5,8 +5,6 @@ import { getLang } from "@/app/locales";
import useMobileScreen from "@/app/hooks/useMobileScreen";
import { isIOS } from "@/app/utils";
import backgroundUrl from "!url-loader!@/app/icons/background.svg";
import useListenWinResize from "@/app/hooks/useListenWinResize";
interface ScreenProps {
@@ -40,9 +38,8 @@ export default function Screen(props: ScreenProps) {
return (
<div
className={containerClassName}
className={`bg-global ${containerClassName}`}
style={{
backgroundImage: `url(${backgroundUrl})`,
direction: getLang() === "ar" ? "rtl" : "ltr",
}}
>