const musicPlayingAtom: PrimitiveAtom<boolean> & WithInitialValue<boolean>
const
PrimitiveAtom
boolean
WithInitialValue
当前是否正在播放音乐
packages/react-full/src/states/music.ts:54