add reset actions

This commit is contained in:
2023-10-28 14:54:50 +08:00
parent 670910cc87
commit 49bdea87f7
11 changed files with 364 additions and 46 deletions

View File

@@ -151,3 +151,12 @@ export enum ThemeType {
Light = 'light',
Dark = 'dark',
}
export interface VideoCollectTable{
id: string
name: string
title: string
description: string
createAt: number
endAt: number
}