feat: updates

This commit is contained in:
qier222 2023-01-07 14:39:03 +08:00
parent 884f3df41a
commit c6c59b2cd9
No known key found for this signature in database
84 changed files with 3531 additions and 2616 deletions

View file

@ -2,7 +2,7 @@ import Header from './Header'
import Popular from './Popular'
import ArtistAlbum from './ArtistAlbums'
import FansAlsoLike from './FansAlsoLike'
import ArtistMVs from './ArtistMVs'
import ArtistVideos from './ArtistVideos'
const Artist = () => {
return (
@ -12,7 +12,7 @@ const Artist = () => {
<div className='mt-10 mb-7.5 h-px w-full bg-white/20'></div>
<Popular />
<ArtistAlbum />
<ArtistMVs />
<ArtistVideos />
<FansAlsoLike />
{/* Page padding */}