mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-15 07:07:31 +08:00
feat: 优化类型处理
This commit is contained in:
@@ -4,7 +4,7 @@ import { ref } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
import { getSongUrl } from '@/store/modules/player';
|
||||
import type { SongResult } from '@/type/music';
|
||||
import type { SongResult } from '@/types/music';
|
||||
import { isElectron } from '@/utils';
|
||||
|
||||
const ipcRenderer = isElectron ? window.electron.ipcRenderer : null;
|
||||
|
||||
Reference in New Issue
Block a user