No description
li-xiaochen
9295d9f2cf
1.日志的中文字体改为微软雅黑 2.帮助文档按钮外边距调整到和日志窗左边距一致 3.扩大默认窗口大小,使得PyPI可以初始展示到一行 4.表单label改为垂直居中 5.设置tab页的“新”标签设置垂直居中,并且不能影响菜单栏的高度 |
||
---|---|---|
launcher | ||
ui | ||
.gitignore | ||
launcher.py | ||
README.md | ||
requirements.in | ||
requirements.txt |
mower-ng 启动器
开发环境
安装 pip-tools
pip install pip-tools
安装依赖
pip-sync requirements.txt
打包
前端运行 npm run build
生成 ui/dist
,之后安装 PyInstaller,运行
pyinstaller -w --add-data "ui/dist:ui/dist" --add-data "launcher/sys_config/config_dist.json:launcher/sys_config" launcher.py
在dist文件夹生成launcher文件夹
cd dist
py7zr c launcher.7z launcher