diff --git a/README.md b/README.md index 1bf7b9d..da3ab72 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,26 @@ **中文名**:智队中枢 **英文名**:PIT Router +**当前版本**:v0.7.2 + +--- + +## 更新日志 + +### v0.7.2 (2026-03-15) +- ✅ 修复暗黑主题切换不生效的问题 +- ✅ 修复暗黑主题切换时的页面闪烁问题 +- ✅ 完善 Web UI 细节(会话详情页、频道编辑页、错误页面) +- ✅ 优化自动部署脚本(备份策略、健康检查) + +### v0.7.1 (2026-03-15) +- ✅ 登录页面,支持外网访问 Web UI +- ✅ 添加自动部署脚本 +- ✅ 添加 Webhook 服务 +- ✅ 清理 venv 目录 + +--- + ## 项目概述 **智队中枢**(原 PIT Router)是 PIT(Personal Intelligent Team)系统的核心组件,负责连接用户交互层和 Agent 层,实现消息路由、会话管理、Agent 调度等功能。 diff --git a/app/templates/components/sidebar.html b/app/templates/components/sidebar.html index 59c2b6c..1d9024a 100644 --- a/app/templates/components/sidebar.html +++ b/app/templates/components/sidebar.html @@ -58,7 +58,7 @@ {# 版本信息 #}
- 智队中枢 v0.7.0 + 智队中枢 v0.7.2