From 4ba638bd4533f5a1f13012c231754fae5a1e045e 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: Wed, 1 Apr 2026 00:09:04 +0800 Subject: [PATCH 1/2] no message --- src/types/database.d.ts | 258 ---------------------------------------- 1 file changed, 258 deletions(-) delete mode 100644 src/types/database.d.ts diff --git a/src/types/database.d.ts b/src/types/database.d.ts deleted file mode 100644 index 6635502..0000000 --- a/src/types/database.d.ts +++ /dev/null @@ -1,258 +0,0 @@ -// @db-hash c2029b55b7dcdcf64788dafc34799fea -//该文件由脚本自动生成,请勿手动修改 - -export interface memories { - 'content': string; - 'createTime': number; - 'embedding'?: string | null; - 'id'?: string; - 'isolationKey': string; - 'name'?: string | null; - 'relatedMessageIds'?: string | null; - 'role'?: string | null; - 'summarized'?: number | null; - 'type': string; -} -export interface o_agentDeploy { - 'desc'?: string | null; - 'disabled'?: boolean | null; - 'id'?: number; - 'key'?: string | null; - 'model'?: string | null; - 'modelName'?: string | null; - 'name'?: string | null; - 'vendorId'?: string | null; -} -export interface o_agentWorkData { - 'createTime'?: number | null; - 'data'?: string | null; - 'episodesId'?: number | null; - 'id'?: number; - 'key'?: string | null; - 'projectId'?: number | null; - 'updateTime'?: number | null; -} -export interface o_artStyle { - 'fileUrl'?: string | null; - 'id'?: number; - 'label'?: string | null; - 'name'?: string | null; - 'prompt'?: string | null; -} -export interface o_assets { - 'assetsId'?: number | null; - 'describe'?: string | null; - 'id'?: number; - 'imageId'?: number | null; - 'name'?: string | null; - 'projectId'?: number | null; - 'prompt'?: string | null; - 'promptState'?: string | null; - 'remark'?: string | null; - 'scriptId'?: number | null; - 'startTime'?: number | null; - 'type'?: string | null; -} -export interface o_assets2Storyboard { - 'assetId'?: number; - 'storyboardId'?: number; -} -export interface o_event { - 'createTime'?: number | null; - 'detail'?: string | null; - 'id'?: number; - 'name'?: string | null; -} -export interface o_eventChapter { - 'eventId'?: number | null; - 'id'?: number; - 'novelId'?: number | null; -} -export interface o_image { - 'assetsId'?: number | null; - 'filePath'?: string | null; - 'id'?: number; - 'model'?: string | null; - 'reason'?: string | null; - 'resolution'?: string | null; - 'state'?: string | null; - 'type'?: string | null; -} -export interface o_imageFlow { - 'assetsId'?: number | null; - 'flowData': string; - 'id'?: number; - 'storyboardId'?: number | null; -} -export interface o_novel { - 'chapter'?: string | null; - 'chapterData'?: string | null; - 'chapterIndex'?: number | null; - 'createTime'?: number | null; - 'errorReason'?: string | null; - 'event'?: string | null; - 'eventState'?: number | null; - 'id'?: number; - 'projectId'?: number | null; - 'reel'?: string | null; -} -export interface o_outline { - 'data'?: string | null; - 'episode'?: number | null; - 'id'?: number; - 'projectId'?: number | null; -} -export interface o_outlineNovel { - 'id'?: number; - 'novelId'?: number | null; - 'outlineId'?: number | null; -} -export interface o_project { - '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_prompt { - 'data'?: string | null; - 'id'?: number; - 'name'?: string | null; - 'type'?: string | null; -} -export interface o_script { - 'content'?: string | null; - 'createTime'?: number | null; - 'errorReason'?: string | null; - 'extractState'?: number | null; - 'id'?: number; - 'name'?: string | null; - 'projectId'?: number | null; -} -export interface o_scriptAssets { - 'assetId'?: number; - 'scriptId'?: number; -} -export interface o_setting { - 'key'?: string | null; - 'value'?: string | null; -} -export interface o_skillAttribution { - 'attribution'?: string; - 'skillId'?: string; -} -export interface o_skillList { - 'createTime': number; - 'description': string; - 'embedding'?: string | null; - 'id'?: string; - 'md5': string; - 'name': string; - 'path': string; - 'state': number; - 'type': string; - 'updateTime': number; -} -export interface o_storyboard { - 'camera'?: string | null; - 'createTime'?: number | null; - 'description'?: string | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'frameMode'?: string | null; - 'group'?: string | null; - 'id'?: number; - 'index'?: number | null; - 'lines'?: string | null; - 'mode'?: string | null; - 'model'?: string | null; - 'prompt'?: string | null; - 'reason'?: string | null; - 'resolution'?: string | null; - 'scriptId'?: number | null; - 'sound'?: string | null; - 'state'?: string | null; - 'title'?: string | null; - 'videoPrompt'?: string | null; -} -export interface o_tasks { - 'describe'?: string | null; - 'id'?: number; - 'model'?: string | null; - 'projectId'?: number | null; - 'reason'?: string | null; - 'relatedObjects'?: string | null; - 'startTime'?: number | null; - 'state'?: string | null; - 'taskClass'?: string | null; -} -export interface o_user { - 'id'?: number; - 'name'?: string | null; - 'password'?: string | null; -} -export interface o_vendorConfig { - '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_video { - 'errorReason'?: string | null; - 'filePath'?: string | null; - 'id'?: number; - 'projectId'?: number | null; - 'scriptId'?: number | null; - 'state'?: string | null; - 'time'?: number | null; - 'videoTrackId'?: number | null; -} -export interface o_videoTrack { - 'id'?: number; - 'projectId'?: number | null; - 'scriptId'?: number | null; - 'videoId'?: number | null; -} - -export interface DB { - "memories": memories; - "o_agentDeploy": o_agentDeploy; - "o_agentWorkData": o_agentWorkData; - "o_artStyle": o_artStyle; - "o_assets": o_assets; - "o_assets2Storyboard": o_assets2Storyboard; - "o_event": o_event; - "o_eventChapter": o_eventChapter; - "o_image": o_image; - "o_imageFlow": o_imageFlow; - "o_novel": o_novel; - "o_outline": o_outline; - "o_outlineNovel": o_outlineNovel; - "o_project": o_project; - "o_prompt": o_prompt; - "o_script": o_script; - "o_scriptAssets": o_scriptAssets; - "o_setting": o_setting; - "o_skillAttribution": o_skillAttribution; - "o_skillList": o_skillList; - "o_storyboard": o_storyboard; - "o_tasks": o_tasks; - "o_user": o_user; - "o_vendorConfig": o_vendorConfig; - "o_video": o_video; - "o_videoTrack": o_videoTrack; -} From 503cb9bbcc6db71dd63698e9047e6718f98499cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=85?= <2944435683> Date: Wed, 1 Apr 2026 00:36:52 +0800 Subject: [PATCH 2/2] no message --- src/types/database.d.ts | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 6635502..3839c18 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,4 +1,4 @@ -// @db-hash c2029b55b7dcdcf64788dafc34799fea +// @db-hash ae0b5b1d792b614db036441010965ace //该文件由脚本自动生成,请勿手动修改 export interface memories { @@ -42,11 +42,13 @@ export interface o_artStyle { export interface o_assets { 'assetsId'?: number | null; 'describe'?: string | null; + 'flowId'?: number | null; 'id'?: number; 'imageId'?: number | null; 'name'?: string | null; 'projectId'?: number | null; 'prompt'?: string | null; + 'promptErrorReason'?: string | null; 'promptState'?: string | null; 'remark'?: string | null; 'scriptId'?: number | null; @@ -70,6 +72,7 @@ export interface o_eventChapter { } export interface o_image { 'assetsId'?: number | null; + 'errorReason'?: string | null; 'filePath'?: string | null; 'id'?: number; 'model'?: string | null; @@ -79,10 +82,8 @@ export interface o_image { 'type'?: string | null; } export interface o_imageFlow { - 'assetsId'?: number | null; 'flowData': string; 'id'?: number; - 'storyboardId'?: number | null; } export interface o_novel { 'chapter'?: string | null; @@ -162,26 +163,18 @@ export interface o_skillList { 'updateTime': number; } export interface o_storyboard { - 'camera'?: string | null; 'createTime'?: number | null; - 'description'?: string | null; 'duration'?: string | null; 'filePath'?: string | null; - 'frameMode'?: string | null; - 'group'?: string | null; + 'flowId'?: number | null; 'id'?: number; 'index'?: number | null; - 'lines'?: string | null; - 'mode'?: string | null; - 'model'?: string | null; + 'projectId'?: number | null; 'prompt'?: string | null; 'reason'?: string | null; - 'resolution'?: string | null; 'scriptId'?: number | null; - 'sound'?: string | null; 'state'?: string | null; - 'title'?: string | null; - 'videoPrompt'?: string | null; + 'trackId'?: number | null; } export interface o_tasks { 'describe'?: string | null;