- dev.bat: Windows 启动脚本(进入 src 后运行 main.py)。 - t-001-test-result.md: T-001 的独立复测记录。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 lines
51 B
Batchfile
4 lines
51 B
Batchfile
title run
|
|
cd /d "%~dp0src" && python main.py
|
|
pause
|