feat: add favorites screen and integrate it into navigation; enhance detail screen with favorite toggle functionality

This commit is contained in:
zimplexing
2025-07-18 19:57:39 +08:00
parent 828a0b3d72
commit f09f103d59
7 changed files with 54 additions and 75 deletions

View File

@@ -43,7 +43,6 @@ export interface SearchResult {
export interface Favorite {
cover: string;
title: string;
poster: string;
source_name: string;
total_episodes: number;
search_title: string;