From 435002a8c281729dc6d2311cf9ad116485387554 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, 25 Mar 2026 12:19:08 +0800 Subject: [PATCH] no message --- src/types/database.d.ts | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index a501920..f344ee2 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,24 +1,6 @@ -// @db-hash 1ce1a8f10cb90caac306536b78942cb3 +// @db-hash ae9ddbb1e0746c8b2524ce28d3cd4cfa //该文件由脚本自动生成,请勿手动修改 -export interface _o_storyboard_old_20260324 { - 'camera'?: string | null; - 'createTime'?: number | null; - 'description'?: string | null; - 'duration'?: string | null; - 'filePath'?: string | null; - 'frameMode'?: string | null; - 'id'?: number; - '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; -} export interface memories { 'content': string; 'createTime': number; @@ -218,7 +200,6 @@ export interface o_videoConfig { } export interface DB { - "_o_storyboard_old_20260324": _o_storyboard_old_20260324; "memories": memories; "o_agentDeploy": o_agentDeploy; "o_agentWorkData": o_agentWorkData;