feat: update screen texture

This commit is contained in:
xfy
2025-05-21 16:06:53 +08:00
parent 36e380e424
commit 73f6efadcd
10 changed files with 13 additions and 5 deletions

View File

@ -5,6 +5,7 @@ import { lazy, Suspense, useMemo } from 'react';
import Loading from './loading';
import { PerspectiveCamera } from '@react-three/drei/core/PerspectiveCamera';
import { useMediaQuery } from 'react-responsive';
import { useTexture } from '@react-three/drei';
const ComputerModel = lazy(
() => import('components/models/home/computer-model'),