From e8dec248f7a9c487a0d77e8589c85b340a0d0989 Mon Sep 17 00:00:00 2001 From: "feifei.xu" <307327147@qq.com> Date: Sun, 15 Mar 2026 08:31:22 +0800 Subject: [PATCH] =?UTF-8?q?v0.7.2:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E4=BF=AE=E6=94=B9=E8=AE=B0=E5=BD=95=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=97=E9=BB=91=E4=B8=BB=E9=A2=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ app/templates/components/sidebar.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) 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