feat:搜索支持指定季

This commit is contained in:
jxxghp
2024-04-10 14:46:36 +08:00
parent f377ac3fcc
commit 77ab0ccae2
3 changed files with 68 additions and 56 deletions

View File

@@ -381,6 +381,7 @@ function handleSearch() {
keyword: getMediaId(),
type: props.media?.type,
area: 'title',
season: props.media?.season,
},
})
}