From bfbba6879c89e48517aa2c2b4f6b1c0a4d058680 Mon Sep 17 00:00:00 2001 From: LuiKlee Date: Thu, 16 Oct 2025 20:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=BC=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改613行的标点 如果功能异常,请提交报告 --- template/bot_config_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 5e12ee48e..ac3a25596 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -612,7 +612,7 @@ interval = 1500 # 默认25分钟 interval_sigma = 120 # 每日活跃度调整,格式:[["", "HH:MM,factor", ...], ["stream_id", ...]] # factor > 1.0 会缩短思考间隔,更活跃;factor < 1.0 会延长间隔。 -talk_frequency_adjust = [['', '8:00,1', '12:00,1.2', '18:00,1.5', '01:00,0.6']] +talk_frequency_adjust = [["", "8:00,1", "12:00,1.2", "18:00,1.5", "01:00,0.6"]] # --- 作用范围 --- enable_in_private = true # 是否允许在私聊中主动发起对话 @@ -652,4 +652,4 @@ cold_start_cooldown = 86400 # 默认24小时 # 1. MCP服务器需要单独启动,Bot启动后会自动连接 # 2. 每个服务器提供的工具会自动注册到Bot的工具系统 # 3. AI会自动发现并在需要时调用这些工具 -# 4. 详细文档请参考: docs/MCP_TOOLS_INTEGRATION.md \ No newline at end of file +# 4. 详细文档请参考: docs/MCP_TOOLS_INTEGRATION.md