From 5f117f1c7573e2edca1fcdc9f576f2a114513fb4 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: Mon, 23 Mar 2026 17:04:38 +0800 Subject: [PATCH] no message --- src/types/database.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 745de96..ce05685 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,4 +1,4 @@ -// @db-hash 56071dcf512e84c37ffd555806af7162 +// @db-hash d0e44c9c923897d847cded0a28012baf //该文件由脚本自动生成,请勿手动修改 export interface memories { @@ -59,7 +59,7 @@ export interface o_eventChapter { export interface o_flowData { 'createTime'?: number | null; 'data'?: string | null; - 'espisodeId'?: number | null; + 'episodesId'?: number | null; 'id'?: number; 'key'?: string | null; 'projectId'?: number | null; @@ -117,25 +117,25 @@ export interface o_setting { 'value'?: string | null; } export interface o_storyboard { + 'associateAssetsIds'?: string | null; 'camera'?: string | null; 'createTime'?: number | null; - 'description'?: string | null; 'duration'?: string | null; 'filePath'?: string | null; - 'frameMode'?: string | null; + 'frameType'?: string | null; 'id'?: number; 'mode'?: string | null; 'model'?: string | null; + 'name'?: string | null; 'prompt'?: string | null; 'resolution'?: string | null; 'scriptId'?: number | null; 'sound'?: string | null; - 'title'?: string | null; } export interface o_storyboardFlow { 'flowData': string; 'id'?: number; - 'storyboardId': number; + 'stroryboardId': number; } export interface o_tasks { 'describe'?: string | null;