全面优化实盘对接没有验证

This commit is contained in:
2026-07-14 07:29:03 +08:00
parent a1963e58ed
commit b3f770c55f
391 changed files with 114674 additions and 528 deletions
+4
View File
@@ -0,0 +1,4 @@
# Local dev setup — run this once
python -m venv .venv
.\.venv\Scripts\pip install -e ".[dev]"
Write-Host "Done. Run: .\.venv\Scripts\activate"