Initial commit - DesignerCEP Project with Caddy deployment

This commit is contained in:
zuowei1216
2025-12-19 21:27:17 +08:00
commit 8ea58fe480
170 changed files with 47469 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@echo off
rem D:\Python37\Scripts\pyinstaller.exe -w -i ./newapp.ico run.py
pyinstaller -w -i ./newapp.ico run.py
pause