This commit is contained in:
SengokuCola
2025-07-01 15:01:56 +08:00
parent 9fa0d70451
commit c4ce206780
2 changed files with 6 additions and 7 deletions

View File

@@ -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/) 页面下载最新版本 可前往 [Release](https://github.com/MaiM-with-u/MaiBot/releases/) 页面下载最新版本
可前往 [启动器发布页面](https://github.com/MaiM-with-u/mailauncher/releases/tag/v0.1.0)下载最新启动器 可前往 [启动器发布页面](https://github.com/MaiM-with-u/mailauncher/releases/tag/v0.1.0)下载最新启动器
**GitHub 分支说明:** **GitHub 分支说明:**
@@ -53,7 +53,7 @@
- `classical`: 旧版本(停止维护) - `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 的新版本部署方式(与旧版本不兼容) - [🚀 最新版本部署教程](https://docs.mai-mai.org/manual/deployment/mmc_deploy_windows.html) - 基于 MaiCore 的新版本部署方式(与旧版本不兼容)
> [!WARNING] > [!WARNING]
@@ -67,10 +67,10 @@
## 💬 讨论 ## 💬 讨论
- [四群](https://qm.qq.com/q/wGePTl1UyY) | - [四群](https://qm.qq.com/q/wGePTl1UyY) |
[一群](https://qm.qq.com/q/VQ3XZrWgMs)(已满) | [一群](https://qm.qq.com/q/VQ3XZrWgMs) |
[二群](https://qm.qq.com/q/RzmCiRtHEW)(已满) | [二群](https://qm.qq.com/q/RzmCiRtHEW) |
[五群](https://qm.qq.com/q/JxvHZnxyec)(已满) | [五群](https://qm.qq.com/q/JxvHZnxyec) |
[三群](https://qm.qq.com/q/wlH5eT8OmQ)(已满) [三群](https://qm.qq.com/q/wlH5eT8OmQ)
## 📚 文档 ## 📚 文档

View File

@@ -35,7 +35,6 @@ from src.person_info.relationship_builder_manager import relationship_builder_ma
install(extra_lines=3) install(extra_lines=3)
# 超时常量配置 # 超时常量配置
MEMORY_ACTIVATION_TIMEOUT = 5.0 # 记忆激活任务超时时限(秒)
ACTION_MODIFICATION_TIMEOUT = 15.0 # 动作修改任务超时时限(秒) ACTION_MODIFICATION_TIMEOUT = 15.0 # 动作修改任务超时时限(秒)
# 定义观察器映射:键是观察器名称,值是 (观察器类, 初始化参数) # 定义观察器映射:键是观察器名称,值是 (观察器类, 初始化参数)