初次提交

This commit is contained in:
2025-10-14 20:05:29 +08:00
commit 6e4e48fdd2
673 changed files with 437006 additions and 0 deletions

4
backend/build_linux.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
echo 正在为Linux打包Python程序...
docker run --rm -v "%cd%:/src" cdrx/pyinstaller-linux:python3-20231002 "pyinstaller --onefile main.py"
echo 打包完成!检查 dist/ 目录