🐞 fix: 移除不必要的 i18n 导入,优化 MusicHook 逻辑

This commit is contained in:
algerkong
2025-05-02 19:35:32 +08:00
parent c5af89e51f
commit c7d586407e
-1
View File
@@ -2,7 +2,6 @@ import { cloneDeep } from 'lodash';
import { createDiscreteApi } from 'naive-ui';
import { computed, nextTick, onUnmounted, ref, watch } from 'vue';
import i18n from '@/../i18n/renderer';
import { getBilibiliAudioUrl } from '@/api/bilibili';
import useIndexedDB from '@/hooks/IndexDBHook';
import { audioService } from '@/services/audioService';