feat: enhance PlayScreen and VideoCard with improved video loading and app state handling; update player store for better episode management

This commit is contained in:
zimplexing
2025-07-16 21:26:37 +08:00
parent daba164998
commit e0aa40eea0
7 changed files with 88 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
import { create } from "zustand";
import Cookies from "@react-native-cookies/cookies";
import { api, ServerConfig } from "@/services/api";
import { api } from "@/services/api";
interface AuthState {
isLoggedIn: boolean;