mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-07 02:32:07 +08:00
first commit
This commit is contained in:
11
src/screens/Home/components/FooterPlayer.js
Normal file
11
src/screens/Home/components/FooterPlayer.js
Normal file
@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
import PlayerPortrait from './PlayerPortrait'
|
||||
|
||||
const playNextModes = [
|
||||
'listLoop',
|
||||
'random',
|
||||
'list',
|
||||
'singleLoop',
|
||||
]
|
||||
|
||||
export default () => <PlayerPortrait playNextModes={playNextModes} />
|
Reference in New Issue
Block a user