feat: 音乐搜索与识别前端联动统一

- 音乐搜索从 music/search 切换为 media/search?type=music
- MediaInfoCard 支持音乐卡片(方形封面、时长、音乐实体类型、详情外链)
- 订阅与资源选择器适配音乐元数据
- 同步中英繁语言包
This commit is contained in:
jxxghp
2026-08-09 10:18:42 +08:00
parent b9194ffb74
commit 009ce6173b
11 changed files with 204 additions and 89 deletions
+2 -2
View File
@@ -336,8 +336,8 @@ export interface MediaInfo {
type?: string
// 媒体标题
title?: string
// 年份
year?: string
// 年份(音乐等数据源返回数字,订阅接口要求字符串)
year?: string | number
// 标题(年)
title_year?: string
// 季号