mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-04 23:30:03 +08:00
feat:重构推荐页面,添加推荐数据源接口并更新路由和视图
This commit is contained in:
@@ -1244,3 +1244,11 @@ export interface DiscoverSource {
|
||||
// 过滤参数UI配置
|
||||
filter_ui: RenderProps[]
|
||||
}
|
||||
|
||||
// 推荐的数据源
|
||||
export interface RecommendSource {
|
||||
// 数据源名称
|
||||
name: string
|
||||
// 媒体数据源API地址
|
||||
api_path: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user