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
+8 -1
View File
@@ -183,6 +183,13 @@ const scrapingConfig = [
{ key: 'episode_thumb', label: 'setting.system.episodeThumb' },
],
},
{
section: 'music',
items: [
{ key: 'music_nfo', label: 'setting.system.musicNfo' },
{ key: 'music_poster', label: 'setting.system.musicPoster' },
],
},
]
// 刮削策略设置
@@ -2203,7 +2210,7 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
<span class="ml-2">{{ t(item.label) }}</span>
</div>
</VCol>
<VDivider v-if="section.section !== 'episode'" class="my-4" />
<VDivider v-if="section.section !== 'music'" class="my-4" />
</VRow>
</VExpansionPanelText>
</VExpansionPanel>