From 20c3035f6d557af1579211a43b65069204edbf87 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: Sat, 11 Apr 2026 02:44:36 +0800 Subject: [PATCH] no message --- src/types/database.d.ts | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 2a9745d..551db81 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -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;