mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-03 06:26:51 +08:00
feat: 音乐搜索与识别前端联动统一
- 音乐搜索从 music/search 切换为 media/search?type=music - MediaInfoCard 支持音乐卡片(方形封面、时长、音乐实体类型、详情外链) - 订阅与资源选择器适配音乐元数据 - 同步中英繁语言包
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user