mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-28 16:38:40 +08:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
![]() |
const Lyrics = () => {
|
||
|
return <div className='text-white'>开发中</div>
|
||
|
}
|
||
|
|
||
|
export default Lyrics
|