refactor(gui): 重构 GUI相关代码并优化日志处理
- 修改 easy_gui.py、price_gui.py、super_gui.py、tool_gui.py 中的界面布局和组件创建逻辑 - 更新 requirements.txt 中的依赖版本 - 调整 tool_cmd.py 中的模块导入顺序 - 统一使用小写字符串作为 fill 参数值 - 在调用 after 方法时添加空元组以忽略类型检查警告
Showing
| ... | @@ -9,4 +9,5 @@ requests==2.32.3 | ... | @@ -9,4 +9,5 @@ requests==2.32.3 |
| redis==5.0.8 | redis==5.0.8 | ||
| pika==1.3.2 | pika==1.3.2 | ||
| python-dotenv==1.0.1 | python-dotenv==1.0.1 | ||
| ttkbootstrap==1.10.1 | ttkbootstrap==1.14.2 | ||
| \ No newline at end of file | xmltodict==0.14.2 | ||
| \ No newline at end of file |
Please register or sign in to comment