no message
This commit is contained in:
parent
f02bf6a76a
commit
f69766a1d4
@ -25,7 +25,6 @@ export default router.post(
|
|||||||
return { ...item, prompt: output };
|
return { ...item, prompt: output };
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
console.log("%c Line:23 🍅 data", "background:#f5ce50", data);
|
|
||||||
res.status(200).send(success(data));
|
res.status(200).send(success(data));
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
4
src/types/database.d.ts
vendored
4
src/types/database.d.ts
vendored
@ -1,4 +1,4 @@
|
|||||||
// @db-hash b6146b9f91d8b9853e0f6fcb41c3145b
|
// @db-hash 5ea1f1cf9926d08390093d10da66e6ae
|
||||||
//该文件由脚本自动生成,请勿手动修改
|
//该文件由脚本自动生成,请勿手动修改
|
||||||
|
|
||||||
export interface memories {
|
export interface memories {
|
||||||
@ -88,8 +88,6 @@ export interface o_novel {
|
|||||||
'chapterData'?: string | null;
|
'chapterData'?: string | null;
|
||||||
'chapterIndex'?: number | null;
|
'chapterIndex'?: number | null;
|
||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
'event'?: string | null;
|
|
||||||
'eventState'?: number | null;
|
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'projectId'?: number | null;
|
'projectId'?: number | null;
|
||||||
'reel'?: string | null;
|
'reel'?: string | null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user