This website requires JavaScript.
Explore
Help
Register
Sign In
chengma
/
cmpdd
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
cmpdd
/
dev.bat
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
59 B
Batchfile
Raw
Permalink
Normal View
History
Unescape
Escape
fix: 运行方式改回脚本并自注入项目根,修复 Windows No module named 'src'
2026-06-24 17:48:35 +08:00
@
echo
off
pushd
"
%~dp0
"
python src\main.py
pause
popd
Reference in New Issue
Copy Permalink