15500cea7S猫头猫import {MusicRepeatMode} from '@/core/trackPlayer'; 25500cea7S猫头猫 3bf6e62f2S猫头猫export default { 45500cea7S猫头猫 [MusicRepeatMode.QUEUE]: { 5*5589cdf3S猫头猫 icon: 'repeat-song-1', 64060c00aS猫头猫 text: '列表循环', 7bf6e62f2S猫头猫 }, 85500cea7S猫头猫 [MusicRepeatMode.SINGLE]: { 9*5589cdf3S猫头猫 icon: 'repeat-song', 104060c00aS猫头猫 text: '单曲循环', 11bf6e62f2S猫头猫 }, 125500cea7S猫头猫 [MusicRepeatMode.SHUFFLE]: { 13*5589cdf3S猫头猫 icon: 'shuffle', 144060c00aS猫头猫 text: '随机播放', 154060c00aS猫头猫 }, 16*5589cdf3S猫头猫} as const; 17