feat: Enhance mobile and tablet support with responsive layout adjustments and new navigation components

This commit is contained in:
zimplexing
2025-08-01 16:36:28 +08:00
parent 942703509e
commit 9e9e4597cc
35 changed files with 4082 additions and 634 deletions

View File

@@ -1,5 +1,3 @@
import { api } from "./api";
export interface Channel {
id: string;
name: string;

View File

@@ -50,7 +50,7 @@ export const getResolutionFromM3U8 = async (
};
return resolutionString;
} catch (error) {
} catch {
return null;
}
};