v0.7.2: 更新版本号和修改记录 - 修复暗黑主题问题

This commit is contained in:
2026-03-15 08:31:22 +08:00
parent 5a1f539ea4
commit e8dec248f7
2 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,26 @@
**中文名**:智队中枢 **中文名**:智队中枢
**英文名**PIT Router **英文名**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是 PITPersonal Intelligent Team系统的核心组件负责连接用户交互层和 Agent 层实现消息路由、会话管理、Agent 调度等功能。 **智队中枢**(原 PIT Router是 PITPersonal Intelligent Team系统的核心组件负责连接用户交互层和 Agent 层实现消息路由、会话管理、Agent 调度等功能。

View File

@@ -58,7 +58,7 @@
{# 版本信息 #} {# 版本信息 #}
<div class="p-4 border-t border-gray-200 dark:border-gray-700"> <div class="p-4 border-t border-gray-200 dark:border-gray-700">
<div class="text-xs text-gray-400 dark:text-gray-500"> <div class="text-xs text-gray-400 dark:text-gray-500">
智队中枢 v0.7.0 智队中枢 v0.7.2
</div> </div>
</div> </div>
</aside> </aside>