chore: add dark mask, remove clear button in audio and image

This commit is contained in:
jialin
2025-05-15 18:02:07 +08:00
parent 5e8692eae5
commit ac03a93c64
8 changed files with 98 additions and 9 deletions
+2
View File
@@ -2,6 +2,7 @@
import { routeCacheAtom, setRouteCache } from '@/atoms/route-cache';
import { GPUStackVersionAtom, UpdateCheckAtom, userAtom } from '@/atoms/user';
import DarkMask from '@/components/dark-mask';
import ShortCuts, {
modalConfig as ShortCutsConfig
} from '@/components/short-cuts';
@@ -430,6 +431,7 @@ export default (props: any) => {
...themeData
}}
>
<DarkMask theme={userSettings.theme}></DarkMask>
<ProLayout
route={route}
location={location}