From 80e5823daebea59cbed351b3da5f200586a04cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Thu, 2 Apr 2026 21:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=89=8D=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/database.d.ts | 65 ++--------------------------------------- 1 file changed, 3 insertions(+), 62 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index a8c2754..e8fc2c6 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,60 +1,6 @@ -// @db-hash 7af86e2bafe5cab7d175eb68cf76ed7a +// @db-hash a716ace4700f9295d6e6ba5efb945fec //该文件由脚本自动生成,请勿手动修改 -export interface _o_storyboard_old_20260402 { - 'createTime'?: number | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'flowId'?: number | null; - 'id'?: number; - 'index'?: number | null; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'scriptId'?: number | null; - 'state'?: string | null; - 'trackId'?: number | null; -} -export interface _o_storyboard_old_20260402_1 { - 'createTime'?: number | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'flowId'?: number | null; - 'id'?: number; - 'index'?: number | null; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'scriptId'?: number | null; - 'shouldGenerateImage'?: number | null; - 'state'?: string | null; - 'track'?: string | null; - 'trackId'?: number | null; - 'videoPrompt'?: string | null; -} -export interface _o_vendorConfig_old_20260401 { - 'author'?: string | null; - 'code'?: string | null; - 'createTime'?: number | null; - 'description'?: string | null; - 'enableEnglish'?: number | null; - 'icon'?: string | null; - 'id'?: string; - 'inputs'?: string | null; - 'inputValues'?: string | null; - 'models'?: string | null; - 'name'?: string | null; -} -export interface _o_videoTrack_old_20260402 { - 'id'?: number; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'scriptId'?: number | null; - 'selectVideoId'?: number | null; - 'state'?: string | null; - 'videoId'?: number | null; -} export interface memories { 'content': string; 'createTime': number; @@ -130,7 +76,6 @@ export interface o_image { 'filePath'?: string | null; 'id'?: number; 'model'?: string | null; - 'reason'?: string | null; 'resolution'?: string | null; 'state'?: string | null; 'type'?: string | null; @@ -165,6 +110,7 @@ export interface o_outlineNovel { export interface o_project { 'artStyle'?: string | null; 'createTime'?: number | null; + 'directorManual'?: string | null; 'id'?: number | null; 'imageModel'?: string | null; 'imageQuality'?: string | null; @@ -229,7 +175,6 @@ export interface o_storyboard { 'scriptId'?: number | null; 'shouldGenerateImage'?: number | null; 'state'?: string | null; - 'track'?: string | null; 'trackId'?: number | null; 'videoDesc'?: string | null; } @@ -255,7 +200,6 @@ export interface o_vendorConfig { 'createTime'?: number | null; 'description'?: string | null; 'enable'?: number | null; - 'enableEnglish'?: number | null; 'icon'?: string | null; 'id'?: string; 'inputs'?: string | null; @@ -280,15 +224,12 @@ export interface o_videoTrack { 'prompt'?: string | null; 'reason'?: string | null; 'scriptId'?: number | null; + 'selectVideoId'?: number | null; 'state'?: string | null; 'videoId'?: number | null; } export interface DB { - "_o_storyboard_old_20260402": _o_storyboard_old_20260402; - "_o_storyboard_old_20260402_1": _o_storyboard_old_20260402_1; - "_o_vendorConfig_old_20260401": _o_vendorConfig_old_20260401; - "_o_videoTrack_old_20260402": _o_videoTrack_old_20260402; "memories": memories; "o_agentDeploy": o_agentDeploy; "o_agentWorkData": o_agentWorkData;