No description
Find a file
li-xiaochen 06fab427aa 界面优化
1.启动程序界面字体对齐
2.编辑实例名称时保持行高和实例名称位置不变
3.修改实例名称输入框添加可清除选项
4.打开配置路径按钮移到右侧按钮处
2025-03-22 20:39:56 +08:00
launcher 发布v0.7.1版本 2025-03-10 01:00:49 +08:00
ui 界面优化 2025-03-22 20:39:56 +08:00
.gitignore 新增功能:合并多开器 2025-02-23 18:11:26 +08:00
launcher.py ruff格式化代码 2025-01-25 17:49:17 +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