first commit

This commit is contained in:
lyswhut
2021-05-15 22:52:42 +08:00
commit 2aabc6fd9c
342 changed files with 32986 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import React from 'react'
import PlayerPortrait from './PlayerPortrait'
const playNextModes = [
'listLoop',
'random',
'list',
'singleLoop',
]
export default () => <PlayerPortrait playNextModes={playNextModes} />