fix: support isolated Python startup

This commit is contained in:
2026-06-15 16:44:33 +08:00
parent 24d43db434
commit b8801ec024
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
title run
cd /d "%~dp0src" && python main.py
pause