更新前端依赖
This commit is contained in:
parent
8ff115c43e
commit
2f979b915a
File diff suppressed because one or more lines are too long
19
src/types/database.d.ts
vendored
19
src/types/database.d.ts
vendored
@ -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 {
|
export interface t_aiModelMap {
|
||||||
'configId'?: number | null;
|
'configId'?: number | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
@ -139,7 +125,6 @@ export interface t_user {
|
|||||||
export interface t_video {
|
export interface t_video {
|
||||||
'aiConfigId'?: number | null;
|
'aiConfigId'?: number | null;
|
||||||
'configId'?: number | null;
|
'configId'?: number | null;
|
||||||
'errorReason'?: string | null;
|
|
||||||
'filePath'?: string | null;
|
'filePath'?: string | null;
|
||||||
'firstFrame'?: string | null;
|
'firstFrame'?: string | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
@ -157,6 +142,7 @@ export interface t_videoConfig {
|
|||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
'duration'?: number | null;
|
'duration'?: number | null;
|
||||||
'endFrame'?: string | null;
|
'endFrame'?: string | null;
|
||||||
|
'errorReason'?: string | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'images'?: string | null;
|
'images'?: string | null;
|
||||||
'manufacturer'?: string | null;
|
'manufacturer'?: string | null;
|
||||||
@ -171,7 +157,6 @@ export interface t_videoConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface DB {
|
export interface DB {
|
||||||
"_t_video_old_20260210": _t_video_old_20260210;
|
|
||||||
"t_aiModelMap": t_aiModelMap;
|
"t_aiModelMap": t_aiModelMap;
|
||||||
"t_assets": t_assets;
|
"t_assets": t_assets;
|
||||||
"t_chatHistory": t_chatHistory;
|
"t_chatHistory": t_chatHistory;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user