No description
Find a file
li-xiaochen 9295d9f2cf 界面优化
1.日志的中文字体改为微软雅黑
2.帮助文档按钮外边距调整到和日志窗左边距一致
3.扩大默认窗口大小,使得PyPI可以初始展示到一行
4.表单label改为垂直居中
5.设置tab页的“新”标签设置垂直居中,并且不能影响菜单栏的高度
2025-01-07 13:29:00 +08:00
launcher 界面优化 2025-01-07 13:29:00 +08:00
ui 界面优化 2025-01-07 13:29:00 +08:00
.gitignore 新增功能:初始化时下载python和git 2024-12-12 07:46:08 +08:00
launcher.py 发布包从tar修改为7z,自更新适配新发包方式 2024-12-14 22:14:10 +08:00
README.md 使用pip-tools管理python依赖 2024-12-15 23:23:13 +08:00
requirements.in 构建:requirements添加pyinstaller 2024-12-28 21:05:28 +08:00
requirements.txt 构建:requirements添加pyinstaller 2024-12-28 21:05:28 +08:00

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