From c8942cedacddfe9f4757e95362ffcb728ab4fe3a Mon Sep 17 00:00:00 2001 From: CakeCN Date: Sun, 14 Dec 2025 14:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Html/apps/sockets/namespaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/apps/sockets/namespaces.py b/Html/apps/sockets/namespaces.py index 534ab81..66a1b0e 100644 --- a/Html/apps/sockets/namespaces.py +++ b/Html/apps/sockets/namespaces.py @@ -105,7 +105,7 @@ class AgentNamespace(Namespace): # 使用默认值,确保有完整的结构 chatmanager.chat_historys = progress_result['data']['chat_historys'] chatmanager.scores = progress_result['data']['scores'] - chatmanager.chapter_chain_now = -1 + chatmanager.chapter_chain_now = 0 need_skip_chapters = 0 return need_skip_chapters