feat(gui): 添加 vendorCentral 工具图形界面
- 使用 ttkbootstrap 创建主窗口和各个控件- 添加国家、店铺、功能、回款 Code 下拉框 - 实现文件选择功能和提交按钮逻辑 - 增加日志输出模拟 - 更新 .gitignore,忽略 dist 目录- 修改 build.bat,添加 gui.py 打包命令 - 在 requirements.txt 中添加 ttkbootstrap 依赖
Showing
gui.py
0 → 100644
| ... | ... | @@ -9,4 +9,5 @@ redis==5.0.8 |
| pika==1.3.2 | ||
| xmltodict==0.14.2 | ||
| python-dotenv==1.0.1 | ||
| paramiko==3.5.0 | ||
| \ No newline at end of file | ||
| paramiko==3.5.0 | ||
| ttkbootstrap==1.10.1 | ||
| \ No newline at end of file |
Please register or sign in to comment