feat: add favorites functionality and enhance detail screen

This commit is contained in:
zimplexing
2025-07-15 17:07:53 +08:00
parent 8985781865
commit 30cbf6846e
7 changed files with 303 additions and 68 deletions

View File

@@ -49,6 +49,7 @@ export interface Favorite {
total_episodes: number;
search_title: string;
year: string;
save_time?: number;
}
export interface PlayRecord {