From 1460a0b5b9626f2dced4368ae3be79c22d6f7cb6 Mon Sep 17 00:00:00 2001 From: icarus Date: Fri, 29 Aug 2025 19:52:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor(aiCore):=20=E5=B0=86console.log?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BAlogger.debug=E4=BB=A5=E6=94=B9?= =?UTF-8?q?=E8=BF=9B=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/aiCore/index_new.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/aiCore/index_new.ts b/src/renderer/src/aiCore/index_new.ts index 14afb8ebed..8569fa0e83 100644 --- a/src/renderer/src/aiCore/index_new.ts +++ b/src/renderer/src/aiCore/index_new.ts @@ -62,7 +62,7 @@ export default class ModernAiProvider { // 准备特殊配置 await prepareSpecialProviderConfig(this.actualProvider, this.config) - console.log('this.config', this.config) + logger.debug('this.config', this.config) if (config.topicId && getEnableDeveloperMode()) { // TypeScript类型窄化:确保topicId是string类型 const traceConfig = {