新增 系统托盘功能及快速切换API配置

This commit is contained in:
2026-04-17 23:28:18 +08:00
parent cdddcccfe0
commit b1de0e14f1
4 changed files with 157 additions and 7 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# 更新日志
## [1.5.1] - 2026-04-17
### 新增
- **系统托盘功能**
- 窗口关闭时最小化到托盘而非退出应用
- 托盘右键菜单:显示主窗口、切换 API 配置、退出
- 双击托盘图标恢复显示主窗口
- 从托盘快速切换 API 配置
### 优化
- API 配置编辑对话框的数据回填逻辑,使用 `(profile && profile.xxx) || fallback` 模式