From 923ce4b89d347f67b3028302668a7abe65e09e17 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 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=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 | 55 ++--------------------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index c9e9f75..dc02a15 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,50 +1,6 @@ -// @db-hash ea4ad047f16c826806ff76f388882a9c +// @db-hash 6aa15a584eba838157eddf2458c0e260 //该文件由脚本自动生成,请勿手动修改 -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; - 'shouldGenerateImage'?: number | null; - 'state'?: 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; - 'icon'?: string | null; - 'id'?: string; - 'inputs'?: string | null; - 'inputValues'?: string | null; - 'models'?: string | null; - 'name'?: string | null; -} -export interface _o_videoTrack_old_20260401 { - 'id'?: number; - 'projectId'?: number | null; - 'scriptId'?: number | null; - 'videoId'?: number | null; -} -export interface _o_videoTrack_old_20260401_1 { - '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; @@ -217,10 +173,8 @@ export interface o_storyboard { 'prompt'?: string | null; 'reason'?: string | null; 'scriptId'?: number | null; - 'shouldGenerateImage'?: number | null; 'state'?: string | null; 'trackId'?: number | null; - 'videoDesc'?: string | null; } export interface o_tasks { 'describe'?: string | null; @@ -243,7 +197,7 @@ export interface o_vendorConfig { 'code'?: string | null; 'createTime'?: number | null; 'description'?: string | null; - 'enableEnglish'?: number | null; + 'enable'?: number | null; 'icon'?: string | null; 'id'?: string; 'inputs'?: string | null; @@ -262,7 +216,6 @@ export interface o_video { 'videoTrackId'?: number | null; } export interface o_videoTrack { - 'duration'?: number | null; 'id'?: number; 'projectId'?: number | null; 'prompt'?: string | null; @@ -274,10 +227,6 @@ export interface o_videoTrack { } export interface DB { - "_o_storyboard_old_20260402": _o_storyboard_old_20260402; - "_o_vendorConfig_old_20260401": _o_vendorConfig_old_20260401; - "_o_videoTrack_old_20260401": _o_videoTrack_old_20260401; - "_o_videoTrack_old_20260401_1": _o_videoTrack_old_20260401_1; "memories": memories; "o_agentDeploy": o_agentDeploy; "o_agentWorkData": o_agentWorkData;