mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 23:29:52 +08:00
feat(SiteResource): 添加站点资源分类功能并优化资源查询逻辑
This commit is contained in:
@@ -1254,3 +1254,10 @@ export interface RecommendSource {
|
||||
// 媒体数据源API地址
|
||||
api_path: string
|
||||
}
|
||||
|
||||
// 站点资源分类
|
||||
export interface SiteCategory {
|
||||
id: number
|
||||
cat: string
|
||||
desc: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user