打包 exe
pyinstaller --onefile --windowed --add-data "templates;templates" --add-data "static;static" run.py
pyinstaller --onefile --windowed --add-data "templates;templates" --add-data "static;static" run.py
pyinstaller --onefile --noconsole --add-data "templates;templates" --add-data "static;static" run.py