chore: 纳入开发启动脚本与 T-001 复测记录

- dev.bat: Windows 启动脚本(进入 src 后运行 main.py)。
- t-001-test-result.md: T-001 的独立复测记录。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
chengma
2026-06-24 17:19:14 +08:00
co-authored by Claude Opus 4.8
parent c41f37a27d
commit 70f9604f7f
2 changed files with 71 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
title run
cd /d "%~dp0src" && python main.py
pause