初始为0

This commit is contained in:
CakeCN
2025-12-14 14:22:23 +08:00
parent 1f6e75f006
commit c8942cedac

View File

@@ -105,7 +105,7 @@ class AgentNamespace(Namespace):
# 使用默认值,确保有完整的结构 # 使用默认值,确保有完整的结构
chatmanager.chat_historys = progress_result['data']['chat_historys'] chatmanager.chat_historys = progress_result['data']['chat_historys']
chatmanager.scores = progress_result['data']['scores'] chatmanager.scores = progress_result['data']['scores']
chatmanager.chapter_chain_now = -1 chatmanager.chapter_chain_now = 0
need_skip_chapters = 0 need_skip_chapters = 0
return need_skip_chapters return need_skip_chapters