no message

This commit is contained in:
zhishi 2026-03-29 00:04:07 +08:00
parent 65807c36d6
commit 1a3e30990c
2 changed files with 7 additions and 15 deletions

View File

@ -14,7 +14,6 @@ export default router.post(
await u.db("o_vendorConfig").where("id", id).del();
await u.db("o_agentDeploy").where("vendorId", id).update({
model: null,
key: null,
vendorId: null,
});
res.status(200).send(success("删除成功"));

View File

@ -1,18 +1,12 @@
// @db-hash e24c7c99757472b92af11f26a2b2b8c7
// @db-hash f7bc2fdb80756d5536929eb47155578b
//该文件由脚本自动生成,请勿手动修改
export interface _o_project_old_20260328 {
'artStyle'?: string | null;
export interface _o_script_old_20260327 {
'content'?: string | null;
'createTime'?: number | null;
'id'?: number | null;
'imageModel'?: string | null;
'intro'?: string | null;
'id'?: number;
'name'?: string | null;
'projectType'?: string | null;
'type'?: string | null;
'userId'?: number | null;
'videoModel'?: string | null;
'videoRatio'?: string | null;
'projectId'?: number | null;
}
export interface memories {
'content': string;
@ -60,7 +54,6 @@ export interface o_assets {
'name'?: string | null;
'projectId'?: number | null;
'prompt'?: string | null;
'promptState'?: string | null;
'remark'?: string | null;
'scriptId'?: number | null;
'startTime'?: number | null;
@ -180,7 +173,7 @@ export interface o_storyboard {
'filePath'?: string | null;
'frameMode'?: string | null;
'id'?: number;
'index'?: number | null;
'index'?: string | null;
'lines'?: string | null;
'mode'?: string | null;
'model'?: string | null;
@ -245,7 +238,7 @@ export interface o_videoConfig {
}
export interface DB {
"_o_project_old_20260328": _o_project_old_20260328;
"_o_script_old_20260327": _o_script_old_20260327;
"memories": memories;
"o_agentDeploy": o_agentDeploy;
"o_agentWorkData": o_agentWorkData;