no message
This commit is contained in:
parent
e9d8b17423
commit
6cfbfb6caa
21
src/types/database.d.ts
vendored
21
src/types/database.d.ts
vendored
@ -1,6 +1,21 @@
|
|||||||
// @db-hash 7af86e2bafe5cab7d175eb68cf76ed7a
|
// @db-hash 34cef71f073127ef469a712aa9d9ba8f
|
||||||
//该文件由脚本自动生成,请勿手动修改
|
//该文件由脚本自动生成,请勿手动修改
|
||||||
|
|
||||||
|
export interface _o_project_old_20260402 {
|
||||||
|
'artStyle'?: string | null;
|
||||||
|
'createTime'?: number | null;
|
||||||
|
'id'?: number | null;
|
||||||
|
'imageModel'?: string | null;
|
||||||
|
'imageQuality'?: string | null;
|
||||||
|
'intro'?: string | null;
|
||||||
|
'mode'?: string | null;
|
||||||
|
'name'?: string | null;
|
||||||
|
'projectType'?: string | null;
|
||||||
|
'type'?: string | null;
|
||||||
|
'userId'?: number | null;
|
||||||
|
'videoModel'?: string | null;
|
||||||
|
'videoRatio'?: string | null;
|
||||||
|
}
|
||||||
export interface _o_storyboard_old_20260402 {
|
export interface _o_storyboard_old_20260402 {
|
||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
'duration'?: string | null;
|
'duration'?: string | null;
|
||||||
@ -165,6 +180,7 @@ export interface o_outlineNovel {
|
|||||||
export interface o_project {
|
export interface o_project {
|
||||||
'artStyle'?: string | null;
|
'artStyle'?: string | null;
|
||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
|
'directorManual'?: string | null;
|
||||||
'id'?: number | null;
|
'id'?: number | null;
|
||||||
'imageModel'?: string | null;
|
'imageModel'?: string | null;
|
||||||
'imageQuality'?: string | null;
|
'imageQuality'?: string | null;
|
||||||
@ -229,7 +245,6 @@ export interface o_storyboard {
|
|||||||
'scriptId'?: number | null;
|
'scriptId'?: number | null;
|
||||||
'shouldGenerateImage'?: number | null;
|
'shouldGenerateImage'?: number | null;
|
||||||
'state'?: string | null;
|
'state'?: string | null;
|
||||||
'track'?: string | null;
|
|
||||||
'trackId'?: number | null;
|
'trackId'?: number | null;
|
||||||
'videoDesc'?: string | null;
|
'videoDesc'?: string | null;
|
||||||
}
|
}
|
||||||
@ -280,11 +295,13 @@ export interface o_videoTrack {
|
|||||||
'prompt'?: string | null;
|
'prompt'?: string | null;
|
||||||
'reason'?: string | null;
|
'reason'?: string | null;
|
||||||
'scriptId'?: number | null;
|
'scriptId'?: number | null;
|
||||||
|
'selectVideoId'?: number | null;
|
||||||
'state'?: string | null;
|
'state'?: string | null;
|
||||||
'videoId'?: number | null;
|
'videoId'?: number | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DB {
|
export interface DB {
|
||||||
|
"_o_project_old_20260402": _o_project_old_20260402;
|
||||||
"_o_storyboard_old_20260402": _o_storyboard_old_20260402;
|
"_o_storyboard_old_20260402": _o_storyboard_old_20260402;
|
||||||
"_o_storyboard_old_20260402_1": _o_storyboard_old_20260402_1;
|
"_o_storyboard_old_20260402_1": _o_storyboard_old_20260402_1;
|
||||||
"_o_vendorConfig_old_20260401": _o_vendorConfig_old_20260401;
|
"_o_vendorConfig_old_20260401": _o_vendorConfig_old_20260401;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user