From fe6fac5be3dae11c2314700f2d5de031c6f667ff Mon Sep 17 00:00:00 2001 From: Cindy-Master <2606440373@qq.com> Date: Thu, 13 Mar 2025 02:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bot=5Fconfig=5Ftemplate.to?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/bot_config_template.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 98519fb6..2016684e 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -46,10 +46,10 @@ enable_utc_time_control = true # 是否启用基于UTC时间的回复意愿控 # 例如配置 0-6点降低到0,7-9点提高到正常值,10-11点降低到0 # 那么11点之后直到第二天7点之前,机器人都将保持回复意愿为0 time_periods = [ - { start_hour = 0, end_hour = 2, mode = "decrease" }, # 0-6点逐渐降低回复意愿到0 - { start_hour = 7, end_hour = 9, mode = "increase" }, # 7-9点逐渐提高回复意愿到配置值 - { start_hour = 12, end_hour = 13, mode = "decrease" } # 10-11点逐渐降低回复意愿到0 - { start_hour = 14, end_hour = 15, mode = "increase" } + { start_hour = 0, end_hour = 2, mode = "decrease" }, # 0-2点逐渐降低回复意愿到0 (模拟睡觉) + { start_hour = 7, end_hour = 9, mode = "increase" }, # 7-9点逐渐提高回复意愿到配置值(模拟起床) + { start_hour = 12, end_hour = 13, mode = "decrease" }, # 12-13点逐渐降低回复意愿到0 (模拟午睡) + { start_hour = 14, end_hour = 15, mode = "increase" } # 14-15点逐渐提高回复意愿到配置值 (模拟午睡刚醒) ] ban_words = [