From 74a28c50592854271c791d4b8402a91f6f96b5c2 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Wed, 29 Oct 2025 22:14:04 +0800 Subject: [PATCH] Update cwb_core.js --- CharacterWorldBook/src/cwb_core.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CharacterWorldBook/src/cwb_core.js b/CharacterWorldBook/src/cwb_core.js index f63bf31..ff4e533 100644 --- a/CharacterWorldBook/src/cwb_core.js +++ b/CharacterWorldBook/src/cwb_core.js @@ -235,11 +235,6 @@ async function proceedWithCardUpdate($panel, messagesToUse) { messages.push({ role: "system", content: state.currentCharCardPrompt }); } break; - case 'cwb_incremental_char_card_prompt': - if (state.isIncrementalUpdateEnabled && state.currentIncrementalCharCardPrompt) { - messages.push({ role: "system", content: state.currentIncrementalCharCardPrompt }); - } - break; case 'oldFiles': if (state.isIncrementalUpdateEnabled) { let oldFilesContent = "【旧档案】\n";