no message

This commit is contained in:
小帅 2026-03-28 17:54:34 +08:00
parent ac15578f54
commit 2a6cb5be4b

View File

@ -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;