no message

This commit is contained in:
小帅 2026-03-24 10:53:07 +08:00
parent f02bf6a76a
commit f69766a1d4
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@ export default router.post(
return { ...item, prompt: output };
}),
);
console.log("%c Line:23 🍅 data", "background:#f5ce50", data);
res.status(200).send(success(data));
},
);

View File

@ -1,4 +1,4 @@
// @db-hash b6146b9f91d8b9853e0f6fcb41c3145b
// @db-hash 5ea1f1cf9926d08390093d10da66e6ae
//该文件由脚本自动生成,请勿手动修改
export interface memories {
@ -88,8 +88,6 @@ export interface o_novel {
'chapterData'?: string | null;
'chapterIndex'?: number | null;
'createTime'?: number | null;
'event'?: string | null;
'eventState'?: number | null;
'id'?: number;
'projectId'?: number | null;
'reel'?: string | null;