feat: 扩展数据层与播放能力

This commit is contained in:
alger
2026-02-04 20:10:28 +08:00
parent a44addef22
commit 3a3820cf52
29 changed files with 1111 additions and 675 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ export const SEARCH_TYPES = [
key: 1004
},
{
label: 'search.search.bilibili', // B站
key: 2000
label: 'search.search.djradio', // 电台
key: 1009
}
];
@@ -50,5 +50,5 @@ export const SEARCH_TYPE = {
ARTIST: 100, // 歌手
PLAYLIST: 1000, // 歌单
MV: 1004, // MV
BILIBILI: 2000 // B站视频
DJ_RADIO: 1009 // 电台
} as const;