mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 18:47:29 +08:00
feat: 优化类型处理
This commit is contained in:
@@ -66,9 +66,9 @@ import { useRoute, useRouter } from 'vue-router';
|
||||
import { getPlaylistCategory } from '@/api/home';
|
||||
import { getListByCat, getListDetail } from '@/api/list';
|
||||
import { navigateToMusicList } from '@/components/common/MusicListNavigator';
|
||||
import type { IRecommendItem } from '@/type/list';
|
||||
import type { IListDetail } from '@/type/listDetail';
|
||||
import type { IPlayListSort } from '@/type/playlist';
|
||||
import type { IRecommendItem } from '@/types/list';
|
||||
import type { IListDetail } from '@/types/listDetail';
|
||||
import type { IPlayListSort } from '@/types/playlist';
|
||||
import { formatNumber, getImgUrl, setAnimationClass, setAnimationDelay } from '@/utils';
|
||||
|
||||
defineOptions({
|
||||
|
||||
Reference in New Issue
Block a user