mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-07 16:47:03 +08:00
feat: clear trash
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user