From c3efac8def8854344699d7b338f78a12d8719d1e Mon Sep 17 00:00:00 2001 From: EVA09 <940173803@qq.com> Date: Thu, 15 Jan 2026 09:55:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E5=B0=86=E6=80=BB?= =?UTF-8?q?=E7=BB=93=E6=B7=B1=E5=BA=A6=E4=B8=8B=E9=99=8D=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/story-summary/story-summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/story-summary/story-summary.js b/modules/story-summary/story-summary.js index 428ff31..9bd7280 100644 --- a/modules/story-summary/story-summary.js +++ b/modules/story-summary/story-summary.js @@ -1052,7 +1052,7 @@ function updateSummaryExtensionPrompt() { extension_prompts[SUMMARY_PROMPT_KEY] = { value: text, position: extension_prompt_types.IN_CHAT, - depth, + 1000, role: extension_prompt_roles.ASSISTANT, }; } From 7e0f2404bb2252740bb976ae2c4e8b59ab61e591 Mon Sep 17 00:00:00 2001 From: EVA09 <940173803@qq.com> Date: Thu, 15 Jan 2026 10:12:15 +0800 Subject: [PATCH 2/3] Fix depth assignment in story-summary.js --- modules/story-summary/story-summary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/story-summary/story-summary.js b/modules/story-summary/story-summary.js index 9bd7280..a8fb30d 100644 --- a/modules/story-summary/story-summary.js +++ b/modules/story-summary/story-summary.js @@ -1048,11 +1048,11 @@ function updateSummaryExtensionPrompt() { let depth = length - lastIdx - 1; if (depth < 0) depth = 0; - + depth = 1000; extension_prompts[SUMMARY_PROMPT_KEY] = { value: text, position: extension_prompt_types.IN_CHAT, - 1000, + depth, role: extension_prompt_roles.ASSISTANT, }; } From 844707e16db0e99455a175fbcb36ab7d32c3aac0 Mon Sep 17 00:00:00 2001 From: Air <940173803@qq.com> Date: Mon, 19 Jan 2026 15:23:43 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E6=8F=92=E5=85=A5=E5=8A=9F=E8=83=BD=E5=92=8CNoAss=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 ++--- modules/story-summary/story-summary.html | 38 ++++++++++++++++-------- modules/story-summary/story-summary.js | 17 +++++++++-- 3 files changed, 43 insertions(+), 19 deletions(-) diff --git a/manifest.json b/manifest.json index 82c737d..0ee13a6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,7 @@ "js": "index.js", "css": "style.css", "author": "biex", - "version": "2.4.0", - "homePage": "https://github.com/RT15548/LittleWhiteBox" -, + "version": "2.4.4", + "homePage": "https://github.com/EVA09/LittleWhiteBox", "generate_interceptor": "xiaobaixGenerateInterceptor" -} +} \ No newline at end of file diff --git a/modules/story-summary/story-summary.html b/modules/story-summary/story-summary.html index 0d011fa..e0d31db 100644 --- a/modules/story-summary/story-summary.html +++ b/modules/story-summary/story-summary.html @@ -1576,20 +1576,34 @@ + -
-
-
-
-
若 API 不支持非流式请求,请勾选"启用流式生成"
+
+
+
+
+
+
+
+
+
+
+
+
若 API 不支持非流式请求,请勾选"启用流式生成"
+ + - +