From f69766a1d4276cf8b505462c380712402502c1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=85?= <2944435683> Date: Tue, 24 Mar 2026 10:53:07 +0800 Subject: [PATCH] no message --- src/routes/production/workbench/getChatLines.ts | 1 - src/types/database.d.ts | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/production/workbench/getChatLines.ts b/src/routes/production/workbench/getChatLines.ts index 504565b..977b029 100644 --- a/src/routes/production/workbench/getChatLines.ts +++ b/src/routes/production/workbench/getChatLines.ts @@ -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)); }, ); diff --git a/src/types/database.d.ts b/src/types/database.d.ts index 8b966b5..f27634d 100644 --- a/src/types/database.d.ts +++ b/src/types/database.d.ts @@ -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;