translation

This commit is contained in:
Felix
2025-06-08 14:49:24 +02:00
parent fabcf289dc
commit f59b5d5602
6 changed files with 32 additions and 39 deletions
+6 -29
View File
@@ -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, // 专辑