🌈 style: 移除未使用的SleepTimerPopover组件

This commit is contained in:
alger
2025-05-17 14:46:35 +08:00
parent f7951ec22f
commit ae1a7c963f

View File

@@ -155,7 +155,6 @@ import { useThrottleFn } from '@vueuse/core';
import { computed, ref, watch } from 'vue';
import SongItem from '@/components/common/SongItem.vue';
import SleepTimerPopover from '@/components/player/SleepTimerPopover.vue';
import { allTime, artistList, nowTime, playMusic, sound, textColors } from '@/hooks/MusicHook';
import MusicFull from '@/layout/components/MusicFull.vue';
import { usePlayerStore } from '@/store/modules/player';