Improve audio video page (#975)

* remember tab value

* fix locale

* tips for no source file resources

* add alert for no source file

* improve code

* clean up resources
This commit is contained in:
an-lee
2024-08-15 15:12:52 +08:00
committed by GitHub
parent b56d6a34b4
commit 7da9fb8095
15 changed files with 261 additions and 47 deletions

View File

@@ -159,6 +159,7 @@ type EnjoyAppType = {
id: string,
params: { startTime: number; endTime: number }
) => Promise<string>;
cleanUp: () => Promise<void>;
};
videos: {
findAll: (params: any) => Promise<VideoType[]>;
@@ -171,6 +172,7 @@ type EnjoyAppType = {
id: string,
params: { startTime: number; endTime: number }
) => Promise<string>;
cleanUp: () => Promise<void>;
};
recordings: {
findAll: (where: any) => Promise<RecordingType[]>;