mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
translation
This commit is contained in:
@@ -23,51 +23,28 @@ export const USER_SET_OPTIONS = [
|
||||
|
||||
export const SEARCH_TYPES = [
|
||||
{
|
||||
label: '单曲',
|
||||
label: 'search.search.single', // 单曲
|
||||
key: 1
|
||||
},
|
||||
{
|
||||
label: '专辑',
|
||||
label: 'search.search.album', // 专辑
|
||||
key: 10
|
||||
},
|
||||
// {
|
||||
// label: '歌手',
|
||||
// key: 100,
|
||||
// },
|
||||
{
|
||||
label: '歌单',
|
||||
label: 'search.search.playlist', // 歌单
|
||||
key: 1000
|
||||
},
|
||||
// {
|
||||
// label: '用户',
|
||||
// key: 1002,
|
||||
// },
|
||||
{
|
||||
label: 'MV',
|
||||
label: 'search.search.mv', // MV
|
||||
key: 1004
|
||||
},
|
||||
{
|
||||
label: 'B站',
|
||||
label: 'search.search.bilibili', // B站
|
||||
key: 2000
|
||||
}
|
||||
// {
|
||||
// label: '歌词',
|
||||
// key: 1006,
|
||||
// },
|
||||
// {
|
||||
// label: '电台',
|
||||
// key: 1009,
|
||||
// },
|
||||
// {
|
||||
// label: '视频',
|
||||
// key: 1014,
|
||||
// },
|
||||
// {
|
||||
// label: '综合',
|
||||
// key: 1018,
|
||||
// },
|
||||
];
|
||||
|
||||
|
||||
export const SEARCH_TYPE = {
|
||||
MUSIC: 1, // 单曲
|
||||
ALBUM: 10, // 专辑
|
||||
|
||||
Reference in New Issue
Block a user