no message

This commit is contained in:
ACT丶流星雨 2026-04-11 02:44:36 +08:00
parent f964ec2ad4
commit 20c3035f6d

View File

@ -1,4 +1,4 @@
// @db-hash 3296433eb24314b094ac5d3839c049c5
// @db-hash 9248d7bcfe0a1bc57e5b9bc33d8c7d83
//该文件由脚本自动生成,请勿手动修改
export interface memories {
@ -59,6 +59,10 @@ export interface o_assets2Storyboard {
'assetId'?: number;
'storyboardId'?: number;
}
export interface o_assetsRole2Audio {
'assetsAudioId'?: number;
'assetsRoleId'?: number;
}
export interface o_event {
'createTime'?: number | null;
'detail'?: string | null;
@ -197,17 +201,10 @@ export interface o_user {
'password'?: string | null;
}
export interface o_vendorConfig {
'author'?: string | null;
'code'?: string | null;
'createTime'?: number | null;
'description'?: string | null;
'enable'?: number | 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;
@ -238,6 +235,7 @@ export interface DB {
"o_artStyle": o_artStyle;
"o_assets": o_assets;
"o_assets2Storyboard": o_assets2Storyboard;
"o_assetsRole2Audio": o_assetsRole2Audio;
"o_event": o_event;
"o_eventChapter": o_eventChapter;
"o_image": o_image;