feat(gui): 添加基于PySide6的图形界面

- 实现美观现代的GUI界面,包含开始/停止按钮、日志显示和进度条
- 添加系统托盘支持,关闭窗口时最小化到托盘
- 重定向日志输出到GUI界面,支持彩色日志显示
- 保留原有命令行功能,同时提供更友好的图形操作方式
This commit is contained in:
2026-03-06 16:26:07 +08:00
parent 8600c0f576
commit 41ff658e31
3 changed files with 608 additions and 4 deletions

View File

@@ -6,3 +6,4 @@ keyboard>=0.13.5
mouse>=0.7.1
requests>=2.31.0
loguru>=0.7.0
pyside6>=6.5.0