更新前端依赖

This commit is contained in:
ACT丶流星雨 2026-02-10 16:55:36 +08:00
parent 8ff115c43e
commit 2f979b915a
2 changed files with 1707 additions and 371 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,20 +1,6 @@
// @db-hash 5de69fa13b58ac3b447664cb6faa9e8a
// @db-hash 5c43bd41685a3d64e4043b3ceca985e8
//该文件由脚本自动生成,请勿手动修改
export interface _t_video_old_20260210 {
'aiConfigId'?: number | null;
'configId'?: number | null;
'filePath'?: string | null;
'firstFrame'?: string | null;
'id'?: number;
'model'?: string | null;
'prompt'?: string | null;
'resolution'?: string | null;
'scriptId'?: number | null;
'state'?: number | null;
'storyboardImgs'?: string | null;
'time'?: number | null;
}
export interface t_aiModelMap {
'configId'?: number | null;
'id'?: number;
@ -139,7 +125,6 @@ export interface t_user {
export interface t_video {
'aiConfigId'?: number | null;
'configId'?: number | null;
'errorReason'?: string | null;
'filePath'?: string | null;
'firstFrame'?: string | null;
'id'?: number;
@ -157,6 +142,7 @@ export interface t_videoConfig {
'createTime'?: number | null;
'duration'?: number | null;
'endFrame'?: string | null;
'errorReason'?: string | null;
'id'?: number;
'images'?: string | null;
'manufacturer'?: string | null;
@ -171,7 +157,6 @@ export interface t_videoConfig {
}
export interface DB {
"_t_video_old_20260210": _t_video_old_20260210;
"t_aiModelMap": t_aiModelMap;
"t_assets": t_assets;
"t_chatHistory": t_chatHistory;