From c4ce206780e4170b09677614625141e18869fcf1 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Tue, 1 Jul 2025 15:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ src/chat/focus_chat/heartFC_chat.py | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c2b9461a1..bbc6ca38b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ## 🔥 更新和安装 -**最新版本: v0.7.0** ([更新日志](changelogs/changelog.md)) +**最新版本: v0.8.1** ([更新日志](changelogs/changelog.md)) 可前往 [Release](https://github.com/MaiM-with-u/MaiBot/releases/) 页面下载最新版本 可前往 [启动器发布页面](https://github.com/MaiM-with-u/mailauncher/releases/tag/v0.1.0)下载最新启动器 **GitHub 分支说明:** @@ -53,7 +53,7 @@ - `classical`: 旧版本(停止维护) ### 最新版本部署教程 -- [从0.6升级须知](https://docs.mai-mai.org/faq/maibot/update_to_07.html) +- [从0.6/0.7升级须知](https://docs.mai-mai.org/faq/maibot/update_to_07.html) - [🚀 最新版本部署教程](https://docs.mai-mai.org/manual/deployment/mmc_deploy_windows.html) - 基于 MaiCore 的新版本部署方式(与旧版本不兼容) > [!WARNING] @@ -67,10 +67,10 @@ ## 💬 讨论 - [四群](https://qm.qq.com/q/wGePTl1UyY) | - [一群](https://qm.qq.com/q/VQ3XZrWgMs)(已满) | - [二群](https://qm.qq.com/q/RzmCiRtHEW)(已满) | - [五群](https://qm.qq.com/q/JxvHZnxyec)(已满) | - [三群](https://qm.qq.com/q/wlH5eT8OmQ)(已满) + [一群](https://qm.qq.com/q/VQ3XZrWgMs) | + [二群](https://qm.qq.com/q/RzmCiRtHEW) | + [五群](https://qm.qq.com/q/JxvHZnxyec) | + [三群](https://qm.qq.com/q/wlH5eT8OmQ) ## 📚 文档 diff --git a/src/chat/focus_chat/heartFC_chat.py b/src/chat/focus_chat/heartFC_chat.py index 990fe02f9..b7ee87c1d 100644 --- a/src/chat/focus_chat/heartFC_chat.py +++ b/src/chat/focus_chat/heartFC_chat.py @@ -35,7 +35,6 @@ from src.person_info.relationship_builder_manager import relationship_builder_ma install(extra_lines=3) # 超时常量配置 -MEMORY_ACTIVATION_TIMEOUT = 5.0 # 记忆激活任务超时时限(秒) ACTION_MODIFICATION_TIMEOUT = 15.0 # 动作修改任务超时时限(秒) # 定义观察器映射:键是观察器名称,值是 (观察器类, 初始化参数)