From 379b374687d437e91f8fc4019963af59e8eecc23 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Sun, 2 Nov 2025 19:24:07 +0800 Subject: [PATCH] Update secondary-filler.js --- core/table-system/secondary-filler.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/table-system/secondary-filler.js b/core/table-system/secondary-filler.js index 87feb2a..16fba86 100644 --- a/core/table-system/secondary-filler.js +++ b/core/table-system/secondary-filler.js @@ -234,13 +234,11 @@ export async function fillWithSecondaryApi(latestMessage, forceRun = false) { if (currentContext.chat && currentContext.chat.length > 0) { const lastMessage = currentContext.chat[currentContext.chat.length - 1]; if (saveStateToMessage(getMemoryState(), lastMessage)) { - saveChat(); renderTables(); updateOrInsertTableInChat(); - return; } } - saveChatDebounced(); + saveChat(); } catch (error) { console.error(`[Amily2-副API] 发生严重错误:`, error);