no message
This commit is contained in:
parent
65807c36d6
commit
1a3e30990c
@ -14,7 +14,6 @@ export default router.post(
|
|||||||
await u.db("o_vendorConfig").where("id", id).del();
|
await u.db("o_vendorConfig").where("id", id).del();
|
||||||
await u.db("o_agentDeploy").where("vendorId", id).update({
|
await u.db("o_agentDeploy").where("vendorId", id).update({
|
||||||
model: null,
|
model: null,
|
||||||
key: null,
|
|
||||||
vendorId: null,
|
vendorId: null,
|
||||||
});
|
});
|
||||||
res.status(200).send(success("删除成功"));
|
res.status(200).send(success("删除成功"));
|
||||||
|
|||||||
21
src/types/database.d.ts
vendored
21
src/types/database.d.ts
vendored
@ -1,18 +1,12 @@
|
|||||||
// @db-hash e24c7c99757472b92af11f26a2b2b8c7
|
// @db-hash f7bc2fdb80756d5536929eb47155578b
|
||||||
//该文件由脚本自动生成,请勿手动修改
|
//该文件由脚本自动生成,请勿手动修改
|
||||||
|
|
||||||
export interface _o_project_old_20260328 {
|
export interface _o_script_old_20260327 {
|
||||||
'artStyle'?: string | null;
|
'content'?: string | null;
|
||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
'id'?: number | null;
|
'id'?: number;
|
||||||
'imageModel'?: string | null;
|
|
||||||
'intro'?: string | null;
|
|
||||||
'name'?: string | null;
|
'name'?: string | null;
|
||||||
'projectType'?: string | null;
|
'projectId'?: number | null;
|
||||||
'type'?: string | null;
|
|
||||||
'userId'?: number | null;
|
|
||||||
'videoModel'?: string | null;
|
|
||||||
'videoRatio'?: string | null;
|
|
||||||
}
|
}
|
||||||
export interface memories {
|
export interface memories {
|
||||||
'content': string;
|
'content': string;
|
||||||
@ -60,7 +54,6 @@ export interface o_assets {
|
|||||||
'name'?: string | null;
|
'name'?: string | null;
|
||||||
'projectId'?: number | null;
|
'projectId'?: number | null;
|
||||||
'prompt'?: string | null;
|
'prompt'?: string | null;
|
||||||
'promptState'?: string | null;
|
|
||||||
'remark'?: string | null;
|
'remark'?: string | null;
|
||||||
'scriptId'?: number | null;
|
'scriptId'?: number | null;
|
||||||
'startTime'?: number | null;
|
'startTime'?: number | null;
|
||||||
@ -180,7 +173,7 @@ export interface o_storyboard {
|
|||||||
'filePath'?: string | null;
|
'filePath'?: string | null;
|
||||||
'frameMode'?: string | null;
|
'frameMode'?: string | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'index'?: number | null;
|
'index'?: string | null;
|
||||||
'lines'?: string | null;
|
'lines'?: string | null;
|
||||||
'mode'?: string | null;
|
'mode'?: string | null;
|
||||||
'model'?: string | null;
|
'model'?: string | null;
|
||||||
@ -245,7 +238,7 @@ export interface o_videoConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface DB {
|
export interface DB {
|
||||||
"_o_project_old_20260328": _o_project_old_20260328;
|
"_o_script_old_20260327": _o_script_old_20260327;
|
||||||
"memories": memories;
|
"memories": memories;
|
||||||
"o_agentDeploy": o_agentDeploy;
|
"o_agentDeploy": o_agentDeploy;
|
||||||
"o_agentWorkData": o_agentWorkData;
|
"o_agentWorkData": o_agentWorkData;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user