From 2a6cb5be4b15297ed4b93677169b25b39bf6f4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=85?= <2944435683> Date: Sat, 28 Mar 2026 17:54:34 +0800 Subject: [PATCH] no message --- src/types/database.d.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index b49367a..735f17d 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -1,6 +1,19 @@ -// @db-hash 8aa6e47033e9f59d1f8b797d5b4fccd3 +// @db-hash e24c7c99757472b92af11f26a2b2b8c7 //该文件由脚本自动生成,请勿手动修改 +export interface _o_project_old_20260328 { + 'artStyle'?: string | null; + 'createTime'?: number | null; + 'id'?: number | null; + 'imageModel'?: string | null; + 'intro'?: string | null; + 'name'?: string | null; + 'projectType'?: string | null; + 'type'?: string | null; + 'userId'?: number | null; + 'videoModel'?: string | null; + 'videoRatio'?: string | null; +} export interface memories { 'content': string; 'createTime': number; @@ -111,6 +124,7 @@ export interface o_project { 'createTime'?: number | null; 'id'?: number | null; 'imageModel'?: string | null; + 'imageQuality'?: string | null; 'intro'?: string | null; 'name'?: string | null; 'projectType'?: string | null; @@ -231,6 +245,7 @@ export interface o_videoConfig { } export interface DB { + "_o_project_old_20260328": _o_project_old_20260328; "memories": memories; "o_agentDeploy": o_agentDeploy; "o_agentWorkData": o_agentWorkData;