feat: updates

This commit is contained in:
qier222 2022-06-11 00:19:07 +08:00
parent 4c90db789b
commit 196a974a64
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
21 changed files with 291 additions and 191 deletions

View file

@ -10,7 +10,7 @@ import { isIOS, isPWA, isSafari } from '@/web/utils/common'
const LayoutMobile = () => {
const playerSnapshot = useSnapshot(player)
const showPlayer = useMemo(() => !!playerSnapshot.track, [playerSnapshot])
const showPlayer = !!playerSnapshot.track
return (
<div id='layout' className='select-none bg-white pb-32 pt-3 dark:bg-black'>