feat: add douban url, optimize source aggregate

This commit is contained in:
shinya
2025-07-01 22:41:30 +08:00
parent 31069691ef
commit b732e9a3d4
12 changed files with 177 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ export interface VideoDetail {
year: string;
desc?: string;
type_name?: string;
douban_id?: number;
}
interface FetchVideoDetailOptions {

View File

@@ -29,6 +29,7 @@ export interface SearchResult {
year: string;
desc?: string;
type_name?: string;
douban_id?: number;
}
export interface DoubanItem {